#DC35A9

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

Shades of Deep Cerise #DC35A9

Tints of Deep Cerise #DC35A9

Color information

#DC35A9 (or 0xDC35A9) is unknown color: approx Deep Cerise. HEX triplet: DC, 35 and A9. RGB value is (220,53,169). Sum of RGB (Red+Green+Blue) = 220+53+169=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC35A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC35A9 is #23CA56. Grayscale: #737373. Windows color (decimal): -2345559 or 11089372. OLE color: 11089372.

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

Color convert

RGB22053169-
CMYK00.760.230.14
HSL318.32º70.46%53.53%-
HSV(B)318.32º75.91%86.27%-
XYZ37.9520.6339.52-
YUV116.16157.83202.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 53 (21.09% from 255) = 11.99%
BLUE value IS 169 (66.41% from 255) = 38.24%
R=49.77%
G=11.99%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205316900.760.230.14318.3270.4653.53
HexDC35A904C17E13e4636
Octal334652510114271647610666
Binary1101110011010110101001010011001011111101001111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC35A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC35A9; }

 p { color: rgb(220,53,169); }

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

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

 a { background-color: rgb(220,53,169); }

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

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

 span { border-color: rgb(220,53,169); }

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