Html Css Color HEX #DD2293 Deep Cerise

📋 copy color: '#DD2293'

red 221 ◦ green 34 ◦ blue 147

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

Shades of Deep Cerise #DD2293

Tints of Deep Cerise #DD2293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 54.98%
G = 8.46%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD2293 (or 0xDD2293) is known color: Deep Cerise. HEX triplet: DD, 22 and 93. RGB value is (221,34,147). Sum of RGB (Red+Green+Blue) = 221+34+147=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2293 is #22DD6C. Grayscale: #666666. Windows color (decimal): -2284909 or 9642717. OLE color: 9642717.

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

Color convert

RGB 221 34 147 -
CMYK 0 0.85 0.33 0.13
HSL 323.74º 0.73% 0.5% -
HSV(B) 323.74º 0.85% 0.87% -
XYZ 35.66 18.62 29.32 -
YUV 102.8 152.95 212.31 -
System Red Green Blue C M Y K H S L
Decimal 221 34 147 0 0.85 0.33 0.13 323.74 0.73 0.5
Hex DD 22 93 0 55 21 D 144 49 32
Octal 335 42 223 0 125 41 15 504 111 62
Binary 11011101 100010 10010011 0 1010101 100001 1101 101000100 1001001 110010

Color Harmonies of #DD2293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2293

Black with #DD2293

Text Example


Text Example

White with #DD2293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2293; }

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

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

background-color css

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

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

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

border-color css

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

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

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