Html Css Color HEX #DD4059 Cerise

📋 copy color: '#DD4059'

red 221 ◦ green 64 ◦ blue 89

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

Shades of Cerise #DD4059

Tints of Cerise #DD4059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.8%

R = 59.09%
G = 17.11%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4059 (or 0xDD4059) is known color: Cerise. HEX triplet: DD, 40 and 59. RGB value is (221,64,89). Sum of RGB (Red+Green+Blue) = 221+64+89=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4059 is #22BFA6. Grayscale: #717171. Windows color (decimal): -2277287 or 5849309. OLE color: 5849309.

HSL color Cylindrical-coordinate representation of color #DD4059: hue angle of 350.45º 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 #DD4059 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 89 -
CMYK 0 0.71 0.60 0.13
HSL 350.45º 0.7% 0.56% -
HSV(B) 350.45º 0.71% 0.87% -
XYZ 33.46 19.76 11.5 -
YUV 113.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 221 64 89 0 0.71 0.60 0.13 350.45 0.7 0.56
Hex DD 40 59 0 47 3C D 15E 46 38
Octal 335 100 131 0 107 74 15 536 106 70
Binary 11011101 1000000 1011001 0 1000111 111100 1101 101011110 1000110 111000

Color Harmonies of #DD4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4059

Black with #DD4059

Text Example


Text Example

White with #DD4059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4059; }

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

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

background-color css

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

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

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

border-color css

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

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

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