#DF3F8E

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

Shades of Deep Cerise #DF3F8E

Tints of Deep Cerise #DF3F8E

Color information

#DF3F8E (or 0xDF3F8E) is unknown color: approx Deep Cerise. HEX triplet: DF, 3F and 8E. RGB value is (223,63,142). Sum of RGB (Red+Green+Blue) = 223+63+142=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F8E is #20C071. Grayscale: #777777. Windows color (decimal): -2146418 or 9322463. OLE color: 9322463.

HSL color Cylindrical-coordinate representation of color #DF3F8E: hue angle of 330.38º 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 #DF3F8E is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22363142-
CMYK00.720.360.13
HSL330.38º71.43%56.08%-
HSV(B)330.38º71.75%87.45%-
XYZ37.0921.227.73-
YUV119.85140.51201.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=52.10%
G=14.72%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236314200.720.360.13330.3871.4356.08
HexDF3F8E04824D14a4738
Octal337772160110441551210770
Binary11011111111111100011100100100010010011011010010101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3F8E; }

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

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

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

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

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

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

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

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