Html Css Color HEX #DF2292 Deep Cerise

📋 copy color: '#DF2292'

red 223 ◦ green 34 ◦ blue 146

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

Shades of Deep Cerise #DF2292

Tints of Deep Cerise #DF2292

RGB

 RED value IS 223 (87.5% from 255) = 55.33%

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

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

R = 55.33%
G = 8.44%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF2292 (or 0xDF2292) is known color: Deep Cerise. HEX triplet: DF, 22 and 92. RGB value is (223,34,146). Sum of RGB (Red+Green+Blue) = 223+34+146=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2292 is #20DD6D. Grayscale: #676767. Windows color (decimal): -2153838 or 9577183. OLE color: 9577183.

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

Color convert

RGB 223 34 146 -
CMYK 0 0.85 0.35 0.13
HSL 324.44º 0.75% 0.5% -
HSV(B) 324.44º 0.85% 0.87% -
XYZ 36.19 18.91 28.94 -
YUV 103.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 223 34 146 0 0.85 0.35 0.13 324.44 0.75 0.5
Hex DF 22 92 0 55 23 D 144 4B 32
Octal 337 42 222 0 125 43 15 504 113 62
Binary 11011111 100010 10010010 0 1010101 100011 1101 101000100 1001011 110010

Color Harmonies of #DF2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2292

Black with #DF2292

Text Example


Text Example

White with #DF2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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