#df3fa0

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

Shades of Deep Cerise #DF3FA0

Tints of Deep Cerise #DF3FA0

Color information

#DF3FA0 (or 0xDF3FA0) is unknown color: approx Deep Cerise. HEX triplet: DF, 3F and A0. RGB value is (223,63,160). Sum of RGB (Red+Green+Blue) = 223+63+160=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FA0 is #20C05F. Grayscale: #797979. Windows color (decimal): -2146400 or 10502111. OLE color: 10502111.

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

Color convert

RGB22363160-
CMYK00.720.280.13
HSL323.62º71.43%56.08%-
HSV(B)323.62º71.75%87.45%-
XYZ38.5521.7835.43-
YUV121.9149.51200.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50%
GREEN value IS 63 (25% from 255) = 14.13%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=50%
G=14.13%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236316000.720.280.13323.6271.4356.08
HexDF3FA00481CD1444738
Octal337772400110341550410770
Binary1101111111111110100000010010001110011011010001001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df3fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df3fa0; }

 p { color: rgb(223,63,160); }

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

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

 a { background-color: rgb(223,63,160); }

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

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

 span { border-color: rgb(223,63,160); }

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