Shades of Cerise #DC405F
Tints of Cerise #DC405F
RGB
CMYK
RGB Variations
Color information
#DC405F (or 0xDC405F) is known color: Cerise. HEX triplet: DC, 40 and 5F. RGB value is (220,64,95). Sum of RGB (Red+Green+Blue) = 220+64+95=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405F is #23BFA0. Grayscale: #727272. Windows color (decimal): -2342817 or 6242524. OLE color: 6242524.
HSL color Cylindrical-coordinate representation of color #DC405F: hue angle of 348.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC405F is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 95 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.14 |
| HSL | 348.08º | 0.69% | 0.56% | - |
| HSV(B) | 348.08º | 0.71% | 0.86% | - |
| XYZ | 33.41 | 19.71 | 12.87 | - |
| YUV | 114.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 95 | 0 | 0.71 | 0.57 | 0.14 | 348.08 | 0.69 | 0.56 |
| Hex | DC | 40 | 5F | 0 | 47 | 39 | E | 15C | 45 | 38 |
| Octal | 334 | 100 | 137 | 0 | 107 | 71 | 16 | 534 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1011111 | 0 | 1000111 | 111001 | 1110 | 101011100 | 1000101 | 111000 |
Color Harmonies of #DC405F
Complementary color
Monochromatic Colors of #DC405F
Black with #DC405F
Text Example
Text Example
White with #DC405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC405F; }
p { color: rgb(220,64,95); }
H1.HeaderClassName
{
color: #DC405F;
}
.AnyTagClassName
{
color: #DC405F;
}
</style>
background-color css
<style>
a { background-color: #DC405F; }
a { background-color: rgb(220,64,95); }
div.DivClassName
{
background-color: #DC405F;
}
.BgClassName
{
background-color: #DC405F;
}
</style>
border-color css
<style>
span { border-color: #DC405F; }
span { border-color: rgb(220,64,95); }
td.TdClassName
{
border-color: #DC405F;
}
.TagClassName
{
border-color: #DC405F;
}
</style>