Html Css Color HEX #DD2392 Deep Cerise

📋 copy color: '#DD2392'

red 221 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #DD2392

Tints of Deep Cerise #DD2392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

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

R = 54.98%
G = 8.71%
B = 36.32%

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

#DD2392 (or 0xDD2392) is known color: Deep Cerise. HEX triplet: DD, 23 and 92. RGB value is (221,35,146). Sum of RGB (Red+Green+Blue) = 221+35+146=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2392 is #22DC6D. Grayscale: #676767. Windows color (decimal): -2284654 or 9577437. OLE color: 9577437.

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

Color convert

RGB 221 35 146 -
CMYK 0 0.84 0.34 0.13
HSL 324.19º 0.73% 0.5% -
HSV(B) 324.19º 0.84% 0.87% -
XYZ 35.61 18.65 28.92 -
YUV 103.27 152.12 211.97 -
System Red Green Blue C M Y K H S L
Decimal 221 35 146 0 0.84 0.34 0.13 324.19 0.73 0.5
Hex DD 23 92 0 54 22 D 144 49 32
Octal 335 43 222 0 124 42 15 504 111 62
Binary 11011101 100011 10010010 0 1010100 100010 1101 101000100 1001001 110010

Color Harmonies of #DD2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2392

Black with #DD2392

Text Example


Text Example

White with #DD2392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2392; }

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

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

background-color css

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

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

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

border-color css

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

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

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