#DC356C

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

Shades of Cerise #DC356C

Tints of Cerise #DC356C

Color information

#DC356C (or 0xDC356C) is unknown color: approx Cerise. HEX triplet: DC, 35 and 6C. RGB value is (220,53,108). Sum of RGB (Red+Green+Blue) = 220+53+108=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC356C is #23CA93. Grayscale: #6D6D6D. Windows color (decimal): -2345620 or 7091676. OLE color: 7091676.

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

Color convert

RGB22053108-
CMYK00.760.510.14
HSL340.24º70.46%53.53%-
HSV(B)340.24º75.91%86.27%-
XYZ33.518.8416.06-
YUV109.2127.33207.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.74%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=57.74%
G=13.91%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205310800.760.510.14340.2470.4653.53
HexDC356C04C33E1544636
Octal334651540114631652410666
Binary1101110011010111011000100110011001111101010101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC356C; }

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

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

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

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

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

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

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

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