Html Css Color HEX #DD4292 Deep Cerise

📋 copy color: '#DD4292'

red 221 ◦ green 66 ◦ blue 146

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

Shades of Deep Cerise #DD4292

Tints of Deep Cerise #DD4292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

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

R = 51.04%
G = 15.24%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD4292 (or 0xDD4292) is known color: Deep Cerise. HEX triplet: DD, 42 and 92. RGB value is (221,66,146). Sum of RGB (Red+Green+Blue) = 221+66+146=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4292 is #22BD6D. Grayscale: #797979. Windows color (decimal): -2276718 or 9585373. OLE color: 9585373.

HSL color Cylindrical-coordinate representation of color #DD4292: hue angle of 329.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4292 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 146 -
CMYK 0 0.70 0.34 0.13
HSL 329.03º 0.7% 0.56% -
HSV(B) 329.03º 0.7% 0.87% -
XYZ 36.96 21.34 29.37 -
YUV 121.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 221 66 146 0 0.70 0.34 0.13 329.03 0.7 0.56
Hex DD 42 92 0 46 22 D 149 46 38
Octal 335 102 222 0 106 42 15 511 106 70
Binary 11011101 1000010 10010010 0 1000110 100010 1101 101001001 1000110 111000

Color Harmonies of #DD4292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4292

Black with #DD4292

Text Example


Text Example

White with #DD4292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4292; }

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

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

background-color css

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

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

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

border-color css

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

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

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