Shades of Deep Cerise #D028A2
Tints of Deep Cerise #D028A2
RGB
CMYK
RGB Variations
Color information
#D028A2 (or 0xD028A2) is known color: Deep Cerise. HEX triplet: D0, 28 and A2. RGB value is (208,40,162). Sum of RGB (Red+Green+Blue) = 208+40+162=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D028A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028A2 is #2FD75D. Grayscale: #676767. Windows color (decimal): -3135326 or 10627280. OLE color: 10627280.
HSL color Cylindrical-coordinate representation of color #D028A2: hue angle of 316.43º 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 #D028A2 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 162 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.18 |
| HSL | 316.43º | 0.68% | 0.49% | - |
| HSV(B) | 316.43º | 0.81% | 0.82% | - |
| XYZ | 33.29 | 17.54 | 35.81 | - |
| YUV | 104.14 | 160.66 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 162 | 0 | 0.81 | 0.22 | 0.18 | 316.43 | 0.68 | 0.49 |
| Hex | D0 | 28 | A2 | 0 | 51 | 16 | 12 | 13C | 44 | 31 |
| Octal | 320 | 50 | 242 | 0 | 121 | 26 | 22 | 474 | 104 | 61 |
| Binary | 11010000 | 101000 | 10100010 | 0 | 1010001 | 10110 | 10010 | 100111100 | 1000100 | 110001 |
Color Harmonies of #D028A2
Complementary color
Monochromatic Colors of #D028A2
Black with #D028A2
Text Example
Text Example
White with #D028A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028A2; }
p { color: rgb(208,40,162); }
H1.HeaderClassName
{
color: #D028A2;
}
.AnyTagClassName
{
color: #D028A2;
}
</style>
background-color css
<style>
a { background-color: #D028A2; }
a { background-color: rgb(208,40,162); }
div.DivClassName
{
background-color: #D028A2;
}
.BgClassName
{
background-color: #D028A2;
}
</style>
border-color css
<style>
span { border-color: #D028A2; }
span { border-color: rgb(208,40,162); }
td.TdClassName
{
border-color: #D028A2;
}
.TagClassName
{
border-color: #D028A2;
}
</style>