#DC3B99

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

Shades of Deep Cerise #DC3B99

Tints of Deep Cerise #DC3B99

Color information

#DC3B99 (or 0xDC3B99) is unknown color: approx Deep Cerise. HEX triplet: DC, 3B and 99. RGB value is (220,59,153). Sum of RGB (Red+Green+Blue) = 220+59+153=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3B99 is #23C466. Grayscale: #757575. Windows color (decimal): -2344039 or 10042332. OLE color: 10042332.

HSL color Cylindrical-coordinate representation of color #DC3B99: hue angle of 324.97º 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 #DC3B99 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB22059153-
CMYK00.730.300.14
HSL324.97º69.7%54.71%-
HSV(B)324.97º73.18%86.27%-
XYZ36.8320.6432.18-
YUV117.85147.84200.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=50.93%
G=13.66%
B=35.42%

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
Decimal2205915300.730.300.14324.9769.754.71
HexDC3B990491EE1454637
Octal334732310111361650510667
Binary1101110011101110011001010010011111011101010001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B99; }

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

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

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

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

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

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

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

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