#DC3F96

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

Shades of Deep Cerise #DC3F96

Tints of Deep Cerise #DC3F96

Color information

#DC3F96 (or 0xDC3F96) is unknown color: approx Deep Cerise. HEX triplet: DC, 3F and 96. RGB value is (220,63,150). Sum of RGB (Red+Green+Blue) = 220+63+150=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3F96 is #23C069. Grayscale: #777777. Windows color (decimal): -2343018 or 9846748. OLE color: 9846748.

HSL color Cylindrical-coordinate representation of color #DC3F96: hue angle of 326.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F96 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB22063150-
CMYK00.710.320.14
HSL326.75º69.16%55.49%-
HSV(B)326.75º71.36%86.27%-
XYZ36.820.9730.96-
YUV119.86145.01199.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=50.81%
G=14.55%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206315000.710.320.14326.7569.1655.49
HexDC3F9604720E1474537
Octal334772260107401650710567
Binary11011100111111100101100100011110000011101010001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F96; }

 p { color: rgb(220,63,150); }

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

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

 a { background-color: rgb(220,63,150); }

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

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

 span { border-color: rgb(220,63,150); }

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