#DC37A0

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

Shades of Deep Cerise #DC37A0

Tints of Deep Cerise #DC37A0

Color information

#DC37A0 (or 0xDC37A0) is unknown color: approx Deep Cerise. HEX triplet: DC, 37 and A0. RGB value is (220,55,160). Sum of RGB (Red+Green+Blue) = 220+55+160=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC37A0 is #23C85F. Grayscale: #747474. Windows color (decimal): -2345056 or 10500060. OLE color: 10500060.

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

Color convert

RGB22055160-
CMYK00.750.270.14
HSL321.82º70.21%53.92%-
HSV(B)321.82º75%86.27%-
XYZ37.2320.4935.25-
YUV116.3152.66201.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.57%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=50.57%
G=12.64%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205516000.750.270.14321.8270.2153.92
HexDC37A004B1BE1424636
Octal334672400113331650210666
Binary1101110011011110100000010010111101111101010000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC37A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC37A0; }

 p { color: rgb(220,55,160); }

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

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

 a { background-color: rgb(220,55,160); }

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

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

 span { border-color: rgb(220,55,160); }

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