#DF3F94

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

Shades of Deep Cerise #DF3F94

Tints of Deep Cerise #DF3F94

Color information

#DF3F94 (or 0xDF3F94) is unknown color: approx Deep Cerise. HEX triplet: DF, 3F and 94. RGB value is (223,63,148). Sum of RGB (Red+Green+Blue) = 223+63+148=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3F94 is #20C06B. Grayscale: #787878. Windows color (decimal): -2146412 or 9715679. OLE color: 9715679.

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

Color convert

RGB22363148-
CMYK00.720.340.13
HSL328.12º71.43%56.08%-
HSV(B)328.12º71.75%87.45%-
XYZ37.5521.3830.16-
YUV120.53143.51201.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=51.38%
G=14.52%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236314800.720.340.13328.1271.4356.08
HexDF3F9404822D1484738
Octal337772240110421551010770
Binary11011111111111100101000100100010001011011010010001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3F94; }

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

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

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

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

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

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

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

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