Shades of Deep Cerise #D134AA
Tints of Deep Cerise #D134AA
RGB
CMYK
RGB Variations
Color information
#D134AA (or 0xD134AA) is known color: Deep Cerise. HEX triplet: D1, 34 and AA. RGB value is (209,52,170). Sum of RGB (Red+Green+Blue) = 209+52+170=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D134AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134AA is #2ECB55. Grayscale: #707070. Windows color (decimal): -3066710 or 11154641. OLE color: 11154641.
HSL color Cylindrical-coordinate representation of color #D134AA: hue angle of 314.9º 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 #D134AA is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 170 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.18 |
| HSL | 314.9º | 0.63% | 0.51% | - |
| HSV(B) | 314.9º | 0.75% | 0.82% | - |
| XYZ | 34.78 | 18.91 | 39.85 | - |
| YUV | 112.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 170 | 0 | 0.75 | 0.19 | 0.18 | 314.9 | 0.63 | 0.51 |
| Hex | D1 | 34 | AA | 0 | 4B | 13 | 12 | 13B | 3F | 33 |
| Octal | 321 | 64 | 252 | 0 | 113 | 23 | 22 | 473 | 77 | 63 |
| Binary | 11010001 | 110100 | 10101010 | 0 | 1001011 | 10011 | 10010 | 100111011 | 111111 | 110011 |
Color Harmonies of #D134AA
Complementary color
Monochromatic Colors of #D134AA
Black with #D134AA
Text Example
Text Example
White with #D134AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134AA; }
p { color: rgb(209,52,170); }
H1.HeaderClassName
{
color: #D134AA;
}
.AnyTagClassName
{
color: #D134AA;
}
</style>
background-color css
<style>
a { background-color: #D134AA; }
a { background-color: rgb(209,52,170); }
div.DivClassName
{
background-color: #D134AA;
}
.BgClassName
{
background-color: #D134AA;
}
</style>
border-color css
<style>
span { border-color: #D134AA; }
span { border-color: rgb(209,52,170); }
td.TdClassName
{
border-color: #D134AA;
}
.TagClassName
{
border-color: #D134AA;
}
</style>