#DC3857

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

Shades of Cerise #DC3857

Tints of Cerise #DC3857

Color information

#DC3857 (or 0xDC3857) is unknown color: approx Cerise. HEX triplet: DC, 38 and 57. RGB value is (220,56,87). Sum of RGB (Red+Green+Blue) = 220+56+87=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3857 is #23C7A8. Grayscale: #6C6C6C. Windows color (decimal): -2344873 or 5716188. OLE color: 5716188.

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

Color convert

RGB2205687-
CMYK00.750.600.14
HSL348.66º70.09%54.12%-
HSV(B)348.66º74.55%86.27%-
XYZ32.6518.7310.91-
YUV108.57115.83207.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=60.61%
G=15.43%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220568700.750.600.14348.6670.0954.12
HexDC385704B3CE15d4636
Octal334701270113741653510666
Binary1101110011100010101110100101111110011101010111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3857; }

 p { color: rgb(220,56,87); }

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

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

 a { background-color: rgb(220,56,87); }

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

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

 span { border-color: rgb(220,56,87); }

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