#dc3299

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

Shades of Deep Cerise #DC3299

Tints of Deep Cerise #DC3299

Color information

#DC3299 (or 0xDC3299) is unknown color: approx Deep Cerise. HEX triplet: DC, 32 and 99. RGB value is (220,50,153). Sum of RGB (Red+Green+Blue) = 220+50+153=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3299 is #23CD66. Grayscale: #707070. Windows color (decimal): -2346343 or 10040028. OLE color: 10040028.

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

Color convert

RGB22050153-
CMYK00.770.300.14
HSL323.65º70.83%52.94%-
HSV(B)323.65º77.27%86.27%-
XYZ36.4119.832.04-
YUV112.57150.82204.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=52.01%
G=11.82%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205015300.770.300.14323.6570.8352.94
HexDC329904D1EE1444735
Octal334622310115361650410765
Binary1101110011001010011001010011011111011101010001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3299; }

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

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

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

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

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

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

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

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