Shades of Deep Cerise #D134AC
Tints of Deep Cerise #D134AC
RGB
CMYK
RGB Variations
Color information
#D134AC (or 0xD134AC) is known color: Deep Cerise. HEX triplet: D1, 34 and AC. RGB value is (209,52,172). Sum of RGB (Red+Green+Blue) = 209+52+172=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D134AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134AC is #2ECB53. Grayscale: #707070. Windows color (decimal): -3066708 or 11285713. OLE color: 11285713.
HSL color Cylindrical-coordinate representation of color #D134AC: hue angle of 314.14º 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 #D134AC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 172 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.18 |
| HSL | 314.14º | 0.63% | 0.51% | - |
| HSV(B) | 314.14º | 0.75% | 0.82% | - |
| XYZ | 34.97 | 18.99 | 40.85 | - |
| YUV | 112.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 172 | 0 | 0.75 | 0.18 | 0.18 | 314.14 | 0.63 | 0.51 |
| Hex | D1 | 34 | AC | 0 | 4B | 12 | 12 | 13A | 3F | 33 |
| Octal | 321 | 64 | 254 | 0 | 113 | 22 | 22 | 472 | 77 | 63 |
| Binary | 11010001 | 110100 | 10101100 | 0 | 1001011 | 10010 | 10010 | 100111010 | 111111 | 110011 |
Color Harmonies of #D134AC
Complementary color
Monochromatic Colors of #D134AC
Black with #D134AC
Text Example
Text Example
White with #D134AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D134AC; }
p { color: rgb(209,52,172); }
H1.HeaderClassName
{
color: #D134AC;
}
.AnyTagClassName
{
color: #D134AC;
}
</style>
background-color css
<style>
a { background-color: #D134AC; }
a { background-color: rgb(209,52,172); }
div.DivClassName
{
background-color: #D134AC;
}
.BgClassName
{
background-color: #D134AC;
}
</style>
border-color css
<style>
span { border-color: #D134AC; }
span { border-color: rgb(209,52,172); }
td.TdClassName
{
border-color: #D134AC;
}
.TagClassName
{
border-color: #D134AC;
}
</style>