#DC3D5F

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

Shades of Cerise #DC3D5F

Tints of Cerise #DC3D5F

Color information

#DC3D5F (or 0xDC3D5F) is unknown color: approx Cerise. HEX triplet: DC, 3D and 5F. RGB value is (220,61,95). Sum of RGB (Red+Green+Blue) = 220+61+95=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D5F is #23C2A0. Grayscale: #707070. Windows color (decimal): -2343585 or 6241756. OLE color: 6241756.

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

Color convert

RGB2206195-
CMYK00.720.570.14
HSL347.17º69.43%55.1%-
HSV(B)347.17º72.27%86.27%-
XYZ33.2519.3812.81-
YUV112.42118.18204.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.51%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=58.51%
G=16.22%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220619500.720.570.14347.1769.4355.1
HexDC3D5F04839E15b4537
Octal334751370110711653310567
Binary1101110011110110111110100100011100111101010110111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3D5F; }

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

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

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

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

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

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

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

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