Shades of Deep Cerise #D028A8
Tints of Deep Cerise #D028A8
RGB
CMYK
RGB Variations
Color information
#D028A8 (or 0xD028A8) is known color: Deep Cerise. HEX triplet: D0, 28 and A8. RGB value is (208,40,168). Sum of RGB (Red+Green+Blue) = 208+40+168=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D028A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028A8 is #2FD757. Grayscale: #686868. Windows color (decimal): -3135320 or 11020496. OLE color: 11020496.
HSL color Cylindrical-coordinate representation of color #D028A8: hue angle of 314.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D028A8 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 168 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.18 |
| HSL | 314.29º | 0.68% | 0.49% | - |
| HSV(B) | 314.29º | 0.81% | 0.82% | - |
| XYZ | 33.84 | 17.75 | 38.69 | - |
| YUV | 104.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 168 | 0 | 0.81 | 0.19 | 0.18 | 314.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | A8 | 0 | 51 | 13 | 12 | 13A | 44 | 31 |
| Octal | 320 | 50 | 250 | 0 | 121 | 23 | 22 | 472 | 104 | 61 |
| Binary | 11010000 | 101000 | 10101000 | 0 | 1010001 | 10011 | 10010 | 100111010 | 1000100 | 110001 |
Color Harmonies of #D028A8
Complementary color
Monochromatic Colors of #D028A8
Black with #D028A8
Text Example
Text Example
White with #D028A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028A8; }
p { color: rgb(208,40,168); }
H1.HeaderClassName
{
color: #D028A8;
}
.AnyTagClassName
{
color: #D028A8;
}
</style>
background-color css
<style>
a { background-color: #D028A8; }
a { background-color: rgb(208,40,168); }
div.DivClassName
{
background-color: #D028A8;
}
.BgClassName
{
background-color: #D028A8;
}
</style>
border-color css
<style>
span { border-color: #D028A8; }
span { border-color: rgb(208,40,168); }
td.TdClassName
{
border-color: #D028A8;
}
.TagClassName
{
border-color: #D028A8;
}
</style>