Shades of Deep Cerise #D034AB
Tints of Deep Cerise #D034AB
RGB
CMYK
RGB Variations
Color information
#D034AB (or 0xD034AB) is known color: Deep Cerise. HEX triplet: D0, 34 and AB. RGB value is (208,52,171). Sum of RGB (Red+Green+Blue) = 208+52+171=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D034AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034AB is #2FCB54. Grayscale: #6F6F6F. Windows color (decimal): -3132245 or 11220176. OLE color: 11220176.
HSL color Cylindrical-coordinate representation of color #D034AB: hue angle of 314.23º degrees, saturation: 0.62, 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 #D034AB is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 171 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.18 |
| HSL | 314.23º | 0.62% | 0.51% | - |
| HSV(B) | 314.23º | 0.75% | 0.82% | - |
| XYZ | 34.59 | 18.81 | 40.33 | - |
| YUV | 112.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 171 | 0 | 0.75 | 0.18 | 0.18 | 314.23 | 0.62 | 0.51 |
| Hex | D0 | 34 | AB | 0 | 4B | 12 | 12 | 13A | 3E | 33 |
| Octal | 320 | 64 | 253 | 0 | 113 | 22 | 22 | 472 | 76 | 63 |
| Binary | 11010000 | 110100 | 10101011 | 0 | 1001011 | 10010 | 10010 | 100111010 | 111110 | 110011 |
Color Harmonies of #D034AB
Complementary color
Monochromatic Colors of #D034AB
Black with #D034AB
Text Example
Text Example
White with #D034AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034AB; }
p { color: rgb(208,52,171); }
H1.HeaderClassName
{
color: #D034AB;
}
.AnyTagClassName
{
color: #D034AB;
}
</style>
background-color css
<style>
a { background-color: #D034AB; }
a { background-color: rgb(208,52,171); }
div.DivClassName
{
background-color: #D034AB;
}
.BgClassName
{
background-color: #D034AB;
}
</style>
border-color css
<style>
span { border-color: #D034AB; }
span { border-color: rgb(208,52,171); }
td.TdClassName
{
border-color: #D034AB;
}
.TagClassName
{
border-color: #D034AB;
}
</style>