Html Css Color HEX #DD4588 Deep Cerise

📋 copy color: '#DD4588'

red 221 ◦ green 69 ◦ blue 136

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

Shades of Deep Cerise #DD4588

Tints of Deep Cerise #DD4588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.2%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 51.88%
G = 16.2%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4588 (or 0xDD4588) is known color: Deep Cerise. HEX triplet: DD, 45 and 88. RGB value is (221,69,136). Sum of RGB (Red+Green+Blue) = 221+69+136=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4588 is #22BA77. Grayscale: #797979. Windows color (decimal): -2275960 or 8930781. OLE color: 8930781.

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

Color convert

RGB 221 69 136 -
CMYK 0 0.69 0.38 0.13
HSL 333.55º 0.69% 0.57% -
HSV(B) 333.55º 0.69% 0.87% -
XYZ 36.39 21.41 25.51 -
YUV 122.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 221 69 136 0 0.69 0.38 0.13 333.55 0.69 0.57
Hex DD 45 88 0 45 26 D 14E 45 39
Octal 335 105 210 0 105 46 15 516 105 71
Binary 11011101 1000101 10001000 0 1000101 100110 1101 101001110 1000101 111001

Color Harmonies of #DD4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4588

Black with #DD4588

Text Example


Text Example

White with #DD4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4588; }

 p { color: rgb(221,69,136); }

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

background-color css

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

 a { background-color: rgb(221,69,136); }

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

border-color css

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

 span { border-color: rgb(221,69,136); }

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