Html Css Color HEX #DD4487 Deep Cerise

📋 copy color: '#DD4487'

red 221 ◦ green 68 ◦ blue 135

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

Shades of Deep Cerise #DD4487

Tints of Deep Cerise #DD4487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.04%

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

R = 52.12%
G = 16.04%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4487 (or 0xDD4487) is known color: Deep Cerise. HEX triplet: DD, 44 and 87. RGB value is (221,68,135). Sum of RGB (Red+Green+Blue) = 221+68+135=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4487 is #22BB78. Grayscale: #797979. Windows color (decimal): -2276217 or 8864989. OLE color: 8864989.

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

Color convert

RGB 221 68 135 -
CMYK 0 0.69 0.39 0.13
HSL 333.73º 0.69% 0.57% -
HSV(B) 333.73º 0.69% 0.87% -
XYZ 36.26 21.26 25.11 -
YUV 121.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 221 68 135 0 0.69 0.39 0.13 333.73 0.69 0.57
Hex DD 44 87 0 45 27 D 14E 45 39
Octal 335 104 207 0 105 47 15 516 105 71
Binary 11011101 1000100 10000111 0 1000101 100111 1101 101001110 1000101 111001

Color Harmonies of #DD4487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4487

Black with #DD4487

Text Example


Text Example

White with #DD4487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4487; }

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

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

background-color css

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

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

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

border-color css

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

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

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