Html Css Color HEX #DD2092 Deep Cerise

📋 copy color: '#DD2092'

red 221 ◦ green 32 ◦ blue 146

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

Shades of Deep Cerise #DD2092

Tints of Deep Cerise #DD2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.02%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 55.39%
G = 8.02%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2092 (or 0xDD2092) is known color: Deep Cerise. HEX triplet: DD, 20 and 92. RGB value is (221,32,146). Sum of RGB (Red+Green+Blue) = 221+32+146=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2092 is #22DF6D. Grayscale: #656565. Windows color (decimal): -2285422 or 9576669. OLE color: 9576669.

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

Color convert

RGB 221 32 146 -
CMYK 0 0.86 0.34 0.13
HSL 323.81º 0.75% 0.5% -
HSV(B) 323.81º 0.86% 0.87% -
XYZ 35.52 18.48 28.89 -
YUV 101.51 153.12 213.23 -
System Red Green Blue C M Y K H S L
Decimal 221 32 146 0 0.86 0.34 0.13 323.81 0.75 0.5
Hex DD 20 92 0 56 22 D 144 4B 32
Octal 335 40 222 0 126 42 15 504 113 62
Binary 11011101 100000 10010010 0 1010110 100010 1101 101000100 1001011 110010

Color Harmonies of #DD2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2092

Black with #DD2092

Text Example


Text Example

White with #DD2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2092; }

 p { color: rgb(221,32,146); }

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

background-color css

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

 a { background-color: rgb(221,32,146); }

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

border-color css

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

 span { border-color: rgb(221,32,146); }

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