Shades of Deep Cerise #D134AD
Tints of Deep Cerise #D134AD
RGB
CMYK
RGB Variations
Color information
#D134AD (or 0xD134AD) is known color: Deep Cerise. HEX triplet: D1, 34 and AD. RGB value is (209,52,173). Sum of RGB (Red+Green+Blue) = 209+52+173=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D134AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134AD is #2ECB52. Grayscale: #707070. Windows color (decimal): -3066707 or 11351249. OLE color: 11351249.
HSL color Cylindrical-coordinate representation of color #D134AD: hue angle of 313.76º 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 #D134AD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 173 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.18 |
| HSL | 313.76º | 0.63% | 0.51% | - |
| HSV(B) | 313.76º | 0.75% | 0.82% | - |
| XYZ | 35.07 | 19.03 | 41.36 | - |
| YUV | 112.74 | 162.01 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 173 | 0 | 0.75 | 0.17 | 0.18 | 313.76 | 0.63 | 0.51 |
| Hex | D1 | 34 | AD | 0 | 4B | 11 | 12 | 13A | 3F | 33 |
| Octal | 321 | 64 | 255 | 0 | 113 | 21 | 22 | 472 | 77 | 63 |
| Binary | 11010001 | 110100 | 10101101 | 0 | 1001011 | 10001 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D134AD
Complementary color
Monochromatic Colors of #D134AD
Black with #D134AD
Text Example
Text Example
White with #D134AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134AD; }
p { color: rgb(209,52,173); }
H1.HeaderClassName
{
color: #D134AD;
}
.AnyTagClassName
{
color: #D134AD;
}
</style>
background-color css
<style>
a { background-color: #D134AD; }
a { background-color: rgb(209,52,173); }
div.DivClassName
{
background-color: #D134AD;
}
.BgClassName
{
background-color: #D134AD;
}
</style>
border-color css
<style>
span { border-color: #D134AD; }
span { border-color: rgb(209,52,173); }
td.TdClassName
{
border-color: #D134AD;
}
.TagClassName
{
border-color: #D134AD;
}
</style>