#DC40A1

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

Shades of Deep Cerise #DC40A1

Tints of Deep Cerise #DC40A1

Color information

#DC40A1 (or 0xDC40A1) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and A1. RGB value is (220,64,161). Sum of RGB (Red+Green+Blue) = 220+64+161=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40A1 is #23BF5E. Grayscale: #797979. Windows color (decimal): -2342751 or 10567900. OLE color: 10567900.

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

Color convert

RGB22064161-
CMYK00.710.270.14
HSL322.69º69.03%55.69%-
HSV(B)322.69º70.91%86.27%-
XYZ37.7821.4635.87-
YUV121.7150.18198.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.44%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=49.44%
G=14.38%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206416100.710.270.14322.6969.0355.69
HexDC40A10471BE1434538
Octal3341002410107331650310570
Binary11011100100000010100001010001111101111101010000111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC40A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC40A1; }

 p { color: rgb(220,64,161); }

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

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

 a { background-color: rgb(220,64,161); }

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

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

 span { border-color: rgb(220,64,161); }

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