Html Css Color HEX #DD2190 Deep Cerise

📋 copy color: '#DD2190'

red 221 ◦ green 33 ◦ blue 144

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

Shades of Deep Cerise #DD2190

Tints of Deep Cerise #DD2190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 55.53%
G = 8.29%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD2190 (or 0xDD2190) is known color: Deep Cerise. HEX triplet: DD, 21 and 90. RGB value is (221,33,144). Sum of RGB (Red+Green+Blue) = 221+33+144=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2190 is #22DE6F. Grayscale: #656565. Windows color (decimal): -2285168 or 9445853. OLE color: 9445853.

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

Color convert

RGB 221 33 144 -
CMYK 0 0.85 0.35 0.13
HSL 324.57º 0.74% 0.5% -
HSV(B) 324.57º 0.85% 0.87% -
XYZ 35.4 18.47 28.09 -
YUV 101.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 221 33 144 0 0.85 0.35 0.13 324.57 0.74 0.5
Hex DD 21 90 0 55 23 D 145 4A 32
Octal 335 41 220 0 125 43 15 505 112 62
Binary 11011101 100001 10010000 0 1010101 100011 1101 101000101 1001010 110010

Color Harmonies of #DD2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2190

Black with #DD2190

Text Example


Text Example

White with #DD2190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2190; }

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

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

background-color css

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

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

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

border-color css

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

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

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