Html Css Color HEX #DD2487 Deep Cerise

📋 copy color: '#DD2487'

red 221 ◦ green 36 ◦ blue 135

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

Shades of Deep Cerise #DD2487

Tints of Deep Cerise #DD2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 56.38%
G = 9.18%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2487 (or 0xDD2487) is known color: Deep Cerise. HEX triplet: DD, 24 and 87. RGB value is (221,36,135). Sum of RGB (Red+Green+Blue) = 221+36+135=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2487 is #22DB78. Grayscale: #666666. Windows color (decimal): -2284409 or 8856797. OLE color: 8856797.

HSL color Cylindrical-coordinate representation of color #DD2487: hue angle of 327.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2487 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 135 -
CMYK 0 0.84 0.39 0.13
HSL 327.89º 0.73% 0.5% -
HSV(B) 327.89º 0.84% 0.87% -
XYZ 34.82 18.38 24.63 -
YUV 102.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 221 36 135 0 0.84 0.39 0.13 327.89 0.73 0.5
Hex DD 24 87 0 54 27 D 148 49 32
Octal 335 44 207 0 124 47 15 510 111 62
Binary 11011101 100100 10000111 0 1010100 100111 1101 101001000 1001001 110010

Color Harmonies of #DD2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2487

Black with #DD2487

Text Example


Text Example

White with #DD2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2487; }

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

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

background-color css

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

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

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

border-color css

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

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

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