Shades of Deep Magenta #D028CF
Tints of Deep Magenta #D028CF
RGB
CMYK
RGB Variations
Color information
#D028CF (or 0xD028CF) is known color: Deep Magenta. HEX triplet: D0, 28 and CF. RGB value is (208,40,207). Sum of RGB (Red+Green+Blue) = 208+40+207=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CF is #2FD730. Grayscale: #6C6C6C. Windows color (decimal): -3135281 or 13576400. OLE color: 13576400.
HSL color Cylindrical-coordinate representation of color #D028CF: hue angle of 300.36º 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 #D028CF is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 207 | - |
| CMYK | 0 | 0.81 | 0.00 | 0.18 |
| HSL | 300.36º | 0.68% | 0.49% | - |
| HSV(B) | 300.36º | 0.81% | 0.82% | - |
| XYZ | 38.03 | 19.43 | 60.78 | - |
| YUV | 109.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 207 | 0 | 0.81 | 0.00 | 0.18 | 300.36 | 0.68 | 0.49 |
| Hex | D0 | 28 | CF | 0 | 51 | 0 | 12 | 12C | 44 | 31 |
| Octal | 320 | 50 | 317 | 0 | 121 | 0 | 22 | 454 | 104 | 61 |
| Binary | 11010000 | 101000 | 11001111 | 0 | 1010001 | 0 | 10010 | 100101100 | 1000100 | 110001 |
Color Harmonies of #D028CF
Complementary color
Monochromatic Colors of #D028CF
Black with #D028CF
Text Example
Text Example
White with #D028CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028CF; }
p { color: rgb(208,40,207); }
H1.HeaderClassName
{
color: #D028CF;
}
.AnyTagClassName
{
color: #D028CF;
}
</style>
background-color css
<style>
a { background-color: #D028CF; }
a { background-color: rgb(208,40,207); }
div.DivClassName
{
background-color: #D028CF;
}
.BgClassName
{
background-color: #D028CF;
}
</style>
border-color css
<style>
span { border-color: #D028CF; }
span { border-color: rgb(208,40,207); }
td.TdClassName
{
border-color: #D028CF;
}
.TagClassName
{
border-color: #D028CF;
}
</style>