#DC3E5D

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

Shades of Cerise #DC3E5D

Tints of Cerise #DC3E5D

Color information

#DC3E5D (or 0xDC3E5D) is unknown color: approx Cerise. HEX triplet: DC, 3E and 5D. RGB value is (220,62,93). Sum of RGB (Red+Green+Blue) = 220+62+93=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E5D is #23C1A2. Grayscale: #707070. Windows color (decimal): -2343331 or 6110940. OLE color: 6110940.

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

Color convert

RGB2206293-
CMYK00.720.580.14
HSL348.23º69.3%55.29%-
HSV(B)348.23º71.82%86.27%-
XYZ33.2119.4512.36-
YUV112.78116.85204.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.67%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=58.67%
G=16.53%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220629300.720.580.14348.2369.355.29
HexDC3E5D0483AE15c4537
Octal334761350110721653410567
Binary1101110011111010111010100100011101011101010111001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3E5D; }

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

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

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

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

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

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

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

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