#DC3EA3

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

Shades of Deep Cerise #DC3EA3

Tints of Deep Cerise #DC3EA3

Color information

#DC3EA3 (or 0xDC3EA3) is unknown color: approx Deep Cerise. HEX triplet: DC, 3E and A3. RGB value is (220,62,163). Sum of RGB (Red+Green+Blue) = 220+62+163=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3EA3 is #23C15C. Grayscale: #787878. Windows color (decimal): -2343261 or 10698460. OLE color: 10698460.

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

Color convert

RGB22062163-
CMYK00.720.260.14
HSL321.65º69.3%55.29%-
HSV(B)321.65º71.82%86.27%-
XYZ37.8521.3136.77-
YUV120.76151.85198.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 62 (24.61% from 255) = 13.93%
BLUE value IS 163 (64.06% from 255) = 36.63%
R=49.44%
G=13.93%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206216300.720.260.14321.6569.355.29
HexDC3EA30481AE1424537
Octal334762430110321650210567
Binary1101110011111010100011010010001101011101010000101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3EA3; }

 p { color: rgb(220,62,163); }

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

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

 a { background-color: rgb(220,62,163); }

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

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

 span { border-color: rgb(220,62,163); }

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