Html Css Color HEX #DD2C92 Deep Cerise

📋 copy color: '#DD2C92'

red 221 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #DD2C92

Tints of Deep Cerise #DD2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

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

R = 53.77%
G = 10.71%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD2C92 (or 0xDD2C92) is known color: Deep Cerise. HEX triplet: DD, 2C and 92. RGB value is (221,44,146). Sum of RGB (Red+Green+Blue) = 221+44+146=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C92 is #22D36D. Grayscale: #6C6C6C. Windows color (decimal): -2282350 or 9579741. OLE color: 9579741.

HSL color Cylindrical-coordinate representation of color #DD2C92: hue angle of 325.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C92 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 146 -
CMYK 0 0.80 0.34 0.13
HSL 325.42º 0.72% 0.52% -
HSV(B) 325.42º 0.8% 0.87% -
XYZ 35.91 19.25 29.02 -
YUV 108.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 221 44 146 0 0.80 0.34 0.13 325.42 0.72 0.52
Hex DD 2C 92 0 50 22 D 145 48 34
Octal 335 54 222 0 120 42 15 505 110 64
Binary 11011101 101100 10010010 0 1010000 100010 1101 101000101 1001000 110100

Color Harmonies of #DD2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C92

Black with #DD2C92

Text Example


Text Example

White with #DD2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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