#DC3E7D

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

Shades of Deep Cerise #DC3E7D

Tints of Deep Cerise #DC3E7D

Color information

#DC3E7D (or 0xDC3E7D) is unknown color: approx Deep Cerise. HEX triplet: DC, 3E and 7D. RGB value is (220,62,125). Sum of RGB (Red+Green+Blue) = 220+62+125=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E7D is #23C182. Grayscale: #747474. Windows color (decimal): -2343299 or 8208092. OLE color: 8208092.

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

Color convert

RGB22062125-
CMYK00.720.430.14
HSL336.08º69.3%55.29%-
HSV(B)336.08º71.82%86.27%-
XYZ34.9420.1421.45-
YUV116.42132.85201.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=54.05%
G=15.23%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206212500.720.430.14336.0869.355.29
HexDC3E7D0482BE1504537
Octal334761750110531652010567
Binary1101110011111011111010100100010101111101010100001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3E7D; }

 p { color: rgb(220,62,125); }

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

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

 a { background-color: rgb(220,62,125); }

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

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

 span { border-color: rgb(220,62,125); }

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