#DC3C99

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

Shades of Deep Cerise #DC3C99

Tints of Deep Cerise #DC3C99

Color information

#DC3C99 (or 0xDC3C99) is unknown color: approx Deep Cerise. HEX triplet: DC, 3C and 99. RGB value is (220,60,153). Sum of RGB (Red+Green+Blue) = 220+60+153=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C99 is #23C366. Grayscale: #767676. Windows color (decimal): -2343783 or 10042588. OLE color: 10042588.

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

Color convert

RGB22060153-
CMYK00.730.300.14
HSL325.12º69.57%54.9%-
HSV(B)325.12º72.73%86.27%-
XYZ36.8820.7532.2-
YUV118.44147.51200.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=50.81%
G=13.86%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206015300.730.300.14325.1269.5754.9
HexDC3C990491EE1454637
Octal334742310111361650510667
Binary1101110011110010011001010010011111011101010001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C99; }

 p { color: rgb(220,60,153); }

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

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

 a { background-color: rgb(220,60,153); }

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

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

 span { border-color: rgb(220,60,153); }

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