#DF4293

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

Shades of Deep Cerise #DF4293

Tints of Deep Cerise #DF4293

Color information

#DF4293 (or 0xDF4293) is unknown color: approx Deep Cerise. HEX triplet: DF, 42 and 93. RGB value is (223,66,147). Sum of RGB (Red+Green+Blue) = 223+66+147=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4293 is #20BD6C. Grayscale: #7A7A7A. Windows color (decimal): -2145645 or 9650911. OLE color: 9650911.

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

Color convert

RGB22366147-
CMYK00.700.340.13
HSL329.04º71.04%56.67%-
HSV(B)329.04º70.4%87.45%-
XYZ37.6521.6929.81-
YUV122.18142.01199.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 66 (26.17% from 255) = 15.14%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=51.15%
G=15.14%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236614700.700.340.13329.0471.0456.67
HexDF429304622D1494739
Octal3371022230106421551110771
Binary110111111000010100100110100011010001011011010010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4293; }

 p { color: rgb(223,66,147); }

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

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

 a { background-color: rgb(223,66,147); }

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

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

 span { border-color: rgb(223,66,147); }

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