Shades of Deep Magenta #D008CF
Tints of Deep Magenta #D008CF
RGB
CMYK
RGB Variations
Color information
#D008CF (or 0xD008CF) is known color: Deep Magenta. HEX triplet: D0, 08 and CF. RGB value is (208,8,207). Sum of RGB (Red+Green+Blue) = 208+8+207=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D008CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008CF is #2FF730. Grayscale: #595959. Windows color (decimal): -3143473 or 13568208. OLE color: 13568208.
HSL color Cylindrical-coordinate representation of color #D008CF: hue angle of 300.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008CF is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 207 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.18 |
| HSL | 300.3º | 0.93% | 0.42% | - |
| HSV(B) | 300.3º | 0.96% | 0.82% | - |
| XYZ | 37.36 | 18.09 | 60.55 | - |
| YUV | 90.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 207 | 0 | 0.96 | 0.00 | 0.18 | 300.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | CF | 0 | 60 | 0 | 12 | 12C | 5D | 2A |
| Octal | 320 | 10 | 317 | 0 | 140 | 0 | 22 | 454 | 135 | 52 |
| Binary | 11010000 | 1000 | 11001111 | 0 | 1100000 | 0 | 10010 | 100101100 | 1011101 | 101010 |
Color Harmonies of #D008CF
Complementary color
Monochromatic Colors of #D008CF
Black with #D008CF
Text Example
Text Example
White with #D008CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008CF; }
p { color: rgb(208,8,207); }
H1.HeaderClassName
{
color: #D008CF;
}
.AnyTagClassName
{
color: #D008CF;
}
</style>
background-color css
<style>
a { background-color: #D008CF; }
a { background-color: rgb(208,8,207); }
div.DivClassName
{
background-color: #D008CF;
}
.BgClassName
{
background-color: #D008CF;
}
</style>
border-color css
<style>
span { border-color: #D008CF; }
span { border-color: rgb(208,8,207); }
td.TdClassName
{
border-color: #D008CF;
}
.TagClassName
{
border-color: #D008CF;
}
</style>