Html Css Color HEX #DD4387 Deep Cerise

📋 copy color: '#DD4387'

red 221 ◦ green 67 ◦ blue 135

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

Shades of Deep Cerise #DD4387

Tints of Deep Cerise #DD4387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 52.25%
G = 15.84%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4387 (or 0xDD4387) is known color: Deep Cerise. HEX triplet: DD, 43 and 87. RGB value is (221,67,135). Sum of RGB (Red+Green+Blue) = 221+67+135=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4387 is #22BC78. Grayscale: #787878. Windows color (decimal): -2276473 or 8864733. OLE color: 8864733.

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

Color convert

RGB 221 67 135 -
CMYK 0 0.70 0.39 0.13
HSL 333.51º 0.69% 0.56% -
HSV(B) 333.51º 0.7% 0.87% -
XYZ 36.2 21.14 25.09 -
YUV 120.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 221 67 135 0 0.70 0.39 0.13 333.51 0.69 0.56
Hex DD 43 87 0 46 27 D 14E 45 38
Octal 335 103 207 0 106 47 15 516 105 70
Binary 11011101 1000011 10000111 0 1000110 100111 1101 101001110 1000101 111000

Color Harmonies of #DD4387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4387

Black with #DD4387

Text Example


Text Example

White with #DD4387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4387; }

 p { color: rgb(221,67,135); }

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

background-color css

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

 a { background-color: rgb(221,67,135); }

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

border-color css

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

 span { border-color: rgb(221,67,135); }

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