Shades of Deep Cerise #D034A8
Tints of Deep Cerise #D034A8
RGB
CMYK
RGB Variations
Color information
#D034A8 (or 0xD034A8) is known color: Deep Cerise. HEX triplet: D0, 34 and A8. RGB value is (208,52,168). Sum of RGB (Red+Green+Blue) = 208+52+168=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D034A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034A8 is #2FCB57. Grayscale: #6F6F6F. Windows color (decimal): -3132248 or 11023568. OLE color: 11023568.
HSL color Cylindrical-coordinate representation of color #D034A8: hue angle of 315.38º 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 #D034A8 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 168 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.18 |
| HSL | 315.38º | 0.62% | 0.51% | - |
| HSV(B) | 315.38º | 0.75% | 0.82% | - |
| XYZ | 34.31 | 18.69 | 38.85 | - |
| YUV | 111.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 168 | 0 | 0.75 | 0.19 | 0.18 | 315.38 | 0.62 | 0.51 |
| Hex | D0 | 34 | A8 | 0 | 4B | 13 | 12 | 13B | 3E | 33 |
| Octal | 320 | 64 | 250 | 0 | 113 | 23 | 22 | 473 | 76 | 63 |
| Binary | 11010000 | 110100 | 10101000 | 0 | 1001011 | 10011 | 10010 | 100111011 | 111110 | 110011 |
Color Harmonies of #D034A8
Complementary color
Monochromatic Colors of #D034A8
Black with #D034A8
Text Example
Text Example
White with #D034A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034A8; }
p { color: rgb(208,52,168); }
H1.HeaderClassName
{
color: #D034A8;
}
.AnyTagClassName
{
color: #D034A8;
}
</style>
background-color css
<style>
a { background-color: #D034A8; }
a { background-color: rgb(208,52,168); }
div.DivClassName
{
background-color: #D034A8;
}
.BgClassName
{
background-color: #D034A8;
}
</style>
border-color css
<style>
span { border-color: #D034A8; }
span { border-color: rgb(208,52,168); }
td.TdClassName
{
border-color: #D034A8;
}
.TagClassName
{
border-color: #D034A8;
}
</style>