Shades of Deep Cerise #D13477
Tints of Deep Cerise #D13477
RGB
CMYK
RGB Variations
Color information
#D13477 (or 0xD13477) is known color: Deep Cerise. HEX triplet: D1, 34 and 77. RGB value is (209,52,119). Sum of RGB (Red+Green+Blue) = 209+52+119=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D13477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13477 is #2ECB88. Grayscale: #6A6A6A. Windows color (decimal): -3066761 or 7812305. OLE color: 7812305.
HSL color Cylindrical-coordinate representation of color #D13477: hue angle of 334.39º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13477 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 119 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.18 |
| HSL | 334.39º | 0.63% | 0.51% | - |
| HSV(B) | 334.39º | 0.75% | 0.82% | - |
| XYZ | 30.85 | 17.34 | 19.17 | - |
| YUV | 106.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 119 | 0 | 0.75 | 0.43 | 0.18 | 334.39 | 0.63 | 0.51 |
| Hex | D1 | 34 | 77 | 0 | 4B | 2B | 12 | 14E | 3F | 33 |
| Octal | 321 | 64 | 167 | 0 | 113 | 53 | 22 | 516 | 77 | 63 |
| Binary | 11010001 | 110100 | 1110111 | 0 | 1001011 | 101011 | 10010 | 101001110 | 111111 | 110011 |
Color Harmonies of #D13477
Complementary color
Monochromatic Colors of #D13477
Black with #D13477
Text Example
Text Example
White with #D13477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13477; }
p { color: rgb(209,52,119); }
H1.HeaderClassName
{
color: #D13477;
}
.AnyTagClassName
{
color: #D13477;
}
</style>
background-color css
<style>
a { background-color: #D13477; }
a { background-color: rgb(209,52,119); }
div.DivClassName
{
background-color: #D13477;
}
.BgClassName
{
background-color: #D13477;
}
</style>
border-color css
<style>
span { border-color: #D13477; }
span { border-color: rgb(209,52,119); }
td.TdClassName
{
border-color: #D13477;
}
.TagClassName
{
border-color: #D13477;
}
</style>