#DC3C8A

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

Shades of Deep Cerise #DC3C8A

Tints of Deep Cerise #DC3C8A

Color information

#DC3C8A (or 0xDC3C8A) is unknown color: approx Deep Cerise. HEX triplet: DC, 3C and 8A. RGB value is (220,60,138). Sum of RGB (Red+Green+Blue) = 220+60+138=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C8A is #23C375. Grayscale: #747474. Windows color (decimal): -2343798 or 9059548. OLE color: 9059548.

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

Color convert

RGB22060138-
CMYK00.730.370.14
HSL330.75º69.57%54.9%-
HSV(B)330.75º72.73%86.27%-
XYZ35.7220.2826.08-
YUV116.73140.01201.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.63%
GREEN value IS 60 (23.83% from 255) = 14.35%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=52.63%
G=14.35%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206013800.730.370.14330.7569.5754.9
HexDC3C8A04925E14b4637
Octal334742120111451651310667
Binary11011100111100100010100100100110010111101010010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C8A; }

 p { color: rgb(220,60,138); }

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

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

 a { background-color: rgb(220,60,138); }

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

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

 span { border-color: rgb(220,60,138); }

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