Shades of Deep Cerise #D13C7C
Tints of Deep Cerise #D13C7C
RGB
CMYK
RGB Variations
Color information
#D13C7C (or 0xD13C7C) is known color: Deep Cerise. HEX triplet: D1, 3C and 7C. RGB value is (209,60,124). Sum of RGB (Red+Green+Blue) = 209+60+124=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C7C is #2EC383. Grayscale: #6F6F6F. Windows color (decimal): -3064708 or 8142033. OLE color: 8142033.
HSL color Cylindrical-coordinate representation of color #D13C7C: hue angle of 334.23º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C7C is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 124 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.18 |
| HSL | 334.23º | 0.62% | 0.53% | - |
| HSV(B) | 334.23º | 0.71% | 0.82% | - |
| XYZ | 31.55 | 18.24 | 20.93 | - |
| YUV | 111.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 124 | 0 | 0.71 | 0.41 | 0.18 | 334.23 | 0.62 | 0.53 |
| Hex | D1 | 3C | 7C | 0 | 47 | 29 | 12 | 14E | 3E | 35 |
| Octal | 321 | 74 | 174 | 0 | 107 | 51 | 22 | 516 | 76 | 65 |
| Binary | 11010001 | 111100 | 1111100 | 0 | 1000111 | 101001 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D13C7C
Complementary color
Monochromatic Colors of #D13C7C
Black with #D13C7C
Text Example
Text Example
White with #D13C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C7C; }
p { color: rgb(209,60,124); }
H1.HeaderClassName
{
color: #D13C7C;
}
.AnyTagClassName
{
color: #D13C7C;
}
</style>
background-color css
<style>
a { background-color: #D13C7C; }
a { background-color: rgb(209,60,124); }
div.DivClassName
{
background-color: #D13C7C;
}
.BgClassName
{
background-color: #D13C7C;
}
</style>
border-color css
<style>
span { border-color: #D13C7C; }
span { border-color: rgb(209,60,124); }
td.TdClassName
{
border-color: #D13C7C;
}
.TagClassName
{
border-color: #D13C7C;
}
</style>