#DC3D9D

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

Shades of Deep Cerise #DC3D9D

Tints of Deep Cerise #DC3D9D

Color information

#DC3D9D (or 0xDC3D9D) is unknown color: approx Deep Cerise. HEX triplet: DC, 3D and 9D. RGB value is (220,61,157). Sum of RGB (Red+Green+Blue) = 220+61+157=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D9D is #23C262. Grayscale: #777777. Windows color (decimal): -2343523 or 10304988. OLE color: 10304988.

HSL color Cylindrical-coordinate representation of color #DC3D9D: hue angle of 323.77º 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 #DC3D9D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB22061157-
CMYK00.720.290.14
HSL323.77º69.43%55.1%-
HSV(B)323.77º72.27%86.27%-
XYZ37.2720.9933.98-
YUV119.48149.18199.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 61 (24.22% from 255) = 13.93%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=50.23%
G=13.93%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206115700.720.290.14323.7769.4355.1
HexDC3D9D0481DE1444537
Octal334752350110351650410567
Binary1101110011110110011101010010001110111101010001001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3D9D; }

 p { color: rgb(220,61,157); }

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

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

 a { background-color: rgb(220,61,157); }

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

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

 span { border-color: rgb(220,61,157); }

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