Shades of Deep Cerise #D13A76
Tints of Deep Cerise #D13A76
RGB
CMYK
RGB Variations
Color information
#D13A76 (or 0xD13A76) is known color: Deep Cerise. HEX triplet: D1, 3A and 76. RGB value is (209,58,118). Sum of RGB (Red+Green+Blue) = 209+58+118=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A76 is #2EC589. Grayscale: #6D6D6D. Windows color (decimal): -3065226 or 7748305. OLE color: 7748305.
HSL color Cylindrical-coordinate representation of color #D13A76: hue angle of 336.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A76 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 118 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.18 |
| HSL | 336.16º | 0.62% | 0.52% | - |
| HSV(B) | 336.16º | 0.72% | 0.82% | - |
| XYZ | 31.08 | 17.89 | 18.95 | - |
| YUV | 109.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 118 | 0 | 0.72 | 0.44 | 0.18 | 336.16 | 0.62 | 0.52 |
| Hex | D1 | 3A | 76 | 0 | 48 | 2C | 12 | 150 | 3E | 34 |
| Octal | 321 | 72 | 166 | 0 | 110 | 54 | 22 | 520 | 76 | 64 |
| Binary | 11010001 | 111010 | 1110110 | 0 | 1001000 | 101100 | 10010 | 101010000 | 111110 | 110100 |
Color Harmonies of #D13A76
Complementary color
Monochromatic Colors of #D13A76
Black with #D13A76
Text Example
Text Example
White with #D13A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A76; }
p { color: rgb(209,58,118); }
H1.HeaderClassName
{
color: #D13A76;
}
.AnyTagClassName
{
color: #D13A76;
}
</style>
background-color css
<style>
a { background-color: #D13A76; }
a { background-color: rgb(209,58,118); }
div.DivClassName
{
background-color: #D13A76;
}
.BgClassName
{
background-color: #D13A76;
}
</style>
border-color css
<style>
span { border-color: #D13A76; }
span { border-color: rgb(209,58,118); }
td.TdClassName
{
border-color: #D13A76;
}
.TagClassName
{
border-color: #D13A76;
}
</style>