#DF3293

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

Shades of Deep Cerise #DF3293

Tints of Deep Cerise #DF3293

Color information

#DF3293 (or 0xDF3293) is unknown color: approx Deep Cerise. HEX triplet: DF, 32 and 93. RGB value is (223,50,147). Sum of RGB (Red+Green+Blue) = 223+50+147=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3293 is #20CD6C. Grayscale: #707070. Windows color (decimal): -2149741 or 9646815. OLE color: 9646815.

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

Color convert

RGB22350147-
CMYK00.780.340.13
HSL326.36º73%53.53%-
HSV(B)326.36º77.58%87.45%-
XYZ36.8420.0829.54-
YUV112.78147.31206.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 50 (19.92% from 255) = 11.90%
BLUE value IS 147 (57.81% from 255) = 35%
R=53.10%
G=11.90%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235014700.780.340.13326.367353.53
HexDF329304E22D1464936
Octal337622230116421550611166
Binary11011111110010100100110100111010001011011010001101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3293; }

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

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

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

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

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

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

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

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