#DC356D

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

Shades of Cerise #DC356D

Tints of Cerise #DC356D

Color information

#DC356D (or 0xDC356D) is unknown color: approx Cerise. HEX triplet: DC, 35 and 6D. RGB value is (220,53,109). Sum of RGB (Red+Green+Blue) = 220+53+109=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356D is #23CA92. Grayscale: #6D6D6D. Windows color (decimal): -2345619 or 7157212. OLE color: 7157212.

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

Color convert

RGB22053109-
CMYK00.760.500.14
HSL339.88º70.46%53.53%-
HSV(B)339.88º75.91%86.27%-
XYZ33.5518.8716.34-
YUV109.32127.83206.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.59%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 109 (42.97% from 255) = 28.53%
R=57.59%
G=13.87%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205310900.760.500.14339.8870.4653.53
HexDC356D04C32E1544636
Octal334651550114621652410666
Binary1101110011010111011010100110011001011101010101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC356D; }

 p { color: rgb(220,53,109); }

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

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

 a { background-color: rgb(220,53,109); }

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

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

 span { border-color: rgb(220,53,109); }

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