Html Css Color HEX #DD2492 Deep Cerise

📋 copy color: '#DD2492'

red 221 ◦ green 36 ◦ blue 146

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

Shades of Deep Cerise #DD2492

Tints of Deep Cerise #DD2492

RGB

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

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

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

R = 54.84%
G = 8.93%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2492 (or 0xDD2492) is known color: Deep Cerise. HEX triplet: DD, 24 and 92. RGB value is (221,36,146). Sum of RGB (Red+Green+Blue) = 221+36+146=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2492 is #22DB6D. Grayscale: #676767. Windows color (decimal): -2284398 or 9577693. OLE color: 9577693.

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

Color convert

RGB 221 36 146 -
CMYK 0 0.84 0.34 0.13
HSL 324.32º 0.73% 0.5% -
HSV(B) 324.32º 0.84% 0.87% -
XYZ 35.64 18.71 28.93 -
YUV 103.86 151.79 211.56 -
System Red Green Blue C M Y K H S L
Decimal 221 36 146 0 0.84 0.34 0.13 324.32 0.73 0.5
Hex DD 24 92 0 54 22 D 144 49 32
Octal 335 44 222 0 124 42 15 504 111 62
Binary 11011101 100100 10010010 0 1010100 100010 1101 101000100 1001001 110010

Color Harmonies of #DD2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2492

Black with #DD2492

Text Example


Text Example

White with #DD2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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