Html Css Color HEX #DD2292 Deep Cerise

📋 copy color: '#DD2292'

red 221 ◦ green 34 ◦ blue 146

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

Shades of Deep Cerise #DD2292

Tints of Deep Cerise #DD2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 55.11%
G = 8.48%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2292 (or 0xDD2292) is known color: Deep Cerise. HEX triplet: DD, 22 and 92. RGB value is (221,34,146). Sum of RGB (Red+Green+Blue) = 221+34+146=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2292 is #22DD6D. Grayscale: #666666. Windows color (decimal): -2284910 or 9577181. OLE color: 9577181.

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

Color convert

RGB 221 34 146 -
CMYK 0 0.85 0.34 0.13
HSL 324.06º 0.73% 0.5% -
HSV(B) 324.06º 0.85% 0.87% -
XYZ 35.58 18.59 28.91 -
YUV 102.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 221 34 146 0 0.85 0.34 0.13 324.06 0.73 0.5
Hex DD 22 92 0 55 22 D 144 49 32
Octal 335 42 222 0 125 42 15 504 111 62
Binary 11011101 100010 10010010 0 1010101 100010 1101 101000100 1001001 110010

Color Harmonies of #DD2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2292

Black with #DD2292

Text Example


Text Example

White with #DD2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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