Shades of Cerise #DC385F
Tints of Cerise #DC385F
RGB
CMYK
RGB Variations
Color information
#DC385F (or 0xDC385F) is known color: Cerise. HEX triplet: DC, 38 and 5F. RGB value is (220,56,95). Sum of RGB (Red+Green+Blue) = 220+56+95=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC385F is #23C7A0. Grayscale: #6D6D6D. Windows color (decimal): -2344865 or 6240476. OLE color: 6240476.
HSL color Cylindrical-coordinate representation of color #DC385F: hue angle of 345.73º 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 #DC385F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 95 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.14 |
| HSL | 345.73º | 0.7% | 0.54% | - |
| HSV(B) | 345.73º | 0.75% | 0.86% | - |
| XYZ | 32.99 | 18.87 | 12.73 | - |
| YUV | 109.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 95 | 0 | 0.75 | 0.57 | 0.14 | 345.73 | 0.7 | 0.54 |
| Hex | DC | 38 | 5F | 0 | 4B | 39 | E | 15A | 46 | 36 |
| Octal | 334 | 70 | 137 | 0 | 113 | 71 | 16 | 532 | 106 | 66 |
| Binary | 11011100 | 111000 | 1011111 | 0 | 1001011 | 111001 | 1110 | 101011010 | 1000110 | 110110 |
Color Harmonies of #DC385F
Complementary color
Monochromatic Colors of #DC385F
Black with #DC385F
Text Example
Text Example
White with #DC385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC385F; }
p { color: rgb(220,56,95); }
H1.HeaderClassName
{
color: #DC385F;
}
.AnyTagClassName
{
color: #DC385F;
}
</style>
background-color css
<style>
a { background-color: #DC385F; }
a { background-color: rgb(220,56,95); }
div.DivClassName
{
background-color: #DC385F;
}
.BgClassName
{
background-color: #DC385F;
}
</style>
border-color css
<style>
span { border-color: #DC385F; }
span { border-color: rgb(220,56,95); }
td.TdClassName
{
border-color: #DC385F;
}
.TagClassName
{
border-color: #DC385F;
}
</style>