Html Css Color HEX #DD2189 Deep Cerise

📋 copy color: '#DD2189'

red 221 ◦ green 33 ◦ blue 137

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

Shades of Deep Cerise #DD2189

Tints of Deep Cerise #DD2189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.04%

R = 56.52%
G = 8.44%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD2189 (or 0xDD2189) is known color: Deep Cerise. HEX triplet: DD, 21 and 89. RGB value is (221,33,137). Sum of RGB (Red+Green+Blue) = 221+33+137=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2189 is #22DE76. Grayscale: #646464. Windows color (decimal): -2285175 or 8987101. OLE color: 8987101.

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

Color convert

RGB 221 33 137 -
CMYK 0 0.85 0.38 0.13
HSL 326.81º 0.74% 0.5% -
HSV(B) 326.81º 0.85% 0.87% -
XYZ 34.88 18.27 25.35 -
YUV 101.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 221 33 137 0 0.85 0.38 0.13 326.81 0.74 0.5
Hex DD 21 89 0 55 26 D 147 4A 32
Octal 335 41 211 0 125 46 15 507 112 62
Binary 11011101 100001 10001001 0 1010101 100110 1101 101000111 1001010 110010

Color Harmonies of #DD2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2189

Black with #DD2189

Text Example


Text Example

White with #DD2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2189; }

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

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

background-color css

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

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

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

border-color css

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

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

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