#DF2092

Color #DF2092 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DF2092

Tints of Deep Cerise #DF2092

Color information

#DF2092 (or 0xDF2092) is unknown color: approx Deep Cerise. HEX triplet: DF, 20 and 92. RGB value is (223,32,146). Sum of RGB (Red+Green+Blue) = 223+32+146=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2092 is #20DF6D. Grayscale: #656565. Windows color (decimal): -2154350 or 9576671. OLE color: 9576671.

HSL color Cylindrical-coordinate representation of color #DF2092: hue angle of 324.19º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF2092 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB22332146-
CMYK00.860.350.13
HSL324.19º74.9%50%-
HSV(B)324.19º85.65%87.45%-
XYZ36.1418.828.92-
YUV102.1152.78214.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.61%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=55.61%
G=7.98%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233214600.860.350.13324.1974.950
HexDF209205623D1444b32
Octal337402220126431550411362
Binary11011111100000100100100101011010001111011010001001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2092; }

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

 H1.HeaderClassName
 {
   color: #DF2092;
 }
 .AnyTagClassName
 {
   color: #DF2092;
 }
</style>
background-color css

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

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

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

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

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

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