Html Css Color HEX #DD2187 Deep Cerise

📋 copy color: '#DD2187'

red 221 ◦ green 33 ◦ blue 135

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

Shades of Deep Cerise #DD2187

Tints of Deep Cerise #DD2187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.48%

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

R = 56.81%
G = 8.48%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2187 (or 0xDD2187) is known color: Deep Cerise. HEX triplet: DD, 21 and 87. RGB value is (221,33,135). Sum of RGB (Red+Green+Blue) = 221+33+135=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2187 is #22DE78. Grayscale: #646464. Windows color (decimal): -2285177 or 8856029. OLE color: 8856029.

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

Color convert

RGB 221 33 135 -
CMYK 0 0.85 0.39 0.13
HSL 327.45º 0.74% 0.5% -
HSV(B) 327.45º 0.85% 0.87% -
XYZ 34.74 18.21 24.61 -
YUV 100.84 147.28 213.71 -
System Red Green Blue C M Y K H S L
Decimal 221 33 135 0 0.85 0.39 0.13 327.45 0.74 0.5
Hex DD 21 87 0 55 27 D 147 4A 32
Octal 335 41 207 0 125 47 15 507 112 62
Binary 11011101 100001 10000111 0 1010101 100111 1101 101000111 1001010 110010

Color Harmonies of #DD2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2187

Black with #DD2187

Text Example


Text Example

White with #DD2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2187; }

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

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

background-color css

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

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

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

border-color css

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

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

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