Html Css Color HEX #DD4061 Cerise

📋 copy color: '#DD4061'

red 221 ◦ green 64 ◦ blue 97

#DD4061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DD4061

Tints of Cerise #DD4061

RGB

 RED value IS 221 (86.72% from 255) = 57.85%

 GREEN value IS 64 (25.39% from 255) = 16.75%

 BLUE value IS 97 (38.28% from 255) = 25.39%

R = 57.85%
G = 16.75%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD4061 (or 0xDD4061) is known color: Cerise. HEX triplet: DD, 40 and 61. RGB value is (221,64,97). Sum of RGB (Red+Green+Blue) = 221+64+97=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4061 is #22BF9E. Grayscale: #727272. Windows color (decimal): -2277279 or 6373597. OLE color: 6373597.

HSL color Cylindrical-coordinate representation of color #DD4061: hue angle of 347.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4061 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 97 -
CMYK 0 0.71 0.56 0.13
HSL 347.39º 0.7% 0.56% -
HSV(B) 347.39º 0.71% 0.87% -
XYZ 33.81 19.9 13.37 -
YUV 114.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 221 64 97 0 0.71 0.56 0.13 347.39 0.7 0.56
Hex DD 40 61 0 47 38 D 15B 46 38
Octal 335 100 141 0 107 70 15 533 106 70
Binary 11011101 1000000 1100001 0 1000111 111000 1101 101011011 1000110 111000

Color Harmonies of #DD4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4061

Black with #DD4061

Text Example


Text Example

White with #DD4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4061; }

 p { color: rgb(221,64,97); }

 H1.HeaderClassName
 {
   color: #DD4061;
 }
 .AnyTagClassName
 {
   color: #DD4061;
 }
</style>

background-color css

<style>
 a { background-color: #DD4061; }

 a { background-color: rgb(221,64,97); }

 div.DivClassName
 {
   background-color: #DD4061;
 }
 .BgClassName
 {
   background-color: #DD4061;
 }
</style>

border-color css

<style>
 span { border-color: #DD4061; }

 span { border-color: rgb(221,64,97); }

 td.TdClassName
 {
   border-color: #DD4061;
 }
 .TagClassName
 {
   border-color: #DD4061;
 }
</style>