Shades of Deep Magenta #D00CBF
Tints of Deep Magenta #D00CBF
RGB
CMYK
RGB Variations
Color information
#D00CBF (or 0xD00CBF) is known color: Deep Magenta. HEX triplet: D0, 0C and BF. RGB value is (208,12,191). Sum of RGB (Red+Green+Blue) = 208+12+191=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CBF is #2FF340. Grayscale: #5A5A5A. Windows color (decimal): -3142465 or 12520656. OLE color: 12520656.
HSL color Cylindrical-coordinate representation of color #D00CBF: hue angle of 305.2º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CBF is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.18 |
| HSL | 305.2º | 0.89% | 0.43% | - |
| HSV(B) | 305.2º | 0.94% | 0.82% | - |
| XYZ | 35.55 | 17.43 | 50.78 | - |
| YUV | 91.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 191 | 0 | 0.94 | 0.08 | 0.18 | 305.2 | 0.89 | 0.43 |
| Hex | D0 | C | BF | 0 | 5E | 8 | 12 | 131 | 59 | 2B |
| Octal | 320 | 14 | 277 | 0 | 136 | 10 | 22 | 461 | 131 | 53 |
| Binary | 11010000 | 1100 | 10111111 | 0 | 1011110 | 1000 | 10010 | 100110001 | 1011001 | 101011 |
Color Harmonies of #D00CBF
Complementary color
Monochromatic Colors of #D00CBF
Black with #D00CBF
Text Example
Text Example
White with #D00CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CBF; }
p { color: rgb(208,12,191); }
H1.HeaderClassName
{
color: #D00CBF;
}
.AnyTagClassName
{
color: #D00CBF;
}
</style>
background-color css
<style>
a { background-color: #D00CBF; }
a { background-color: rgb(208,12,191); }
div.DivClassName
{
background-color: #D00CBF;
}
.BgClassName
{
background-color: #D00CBF;
}
</style>
border-color css
<style>
span { border-color: #D00CBF; }
span { border-color: rgb(208,12,191); }
td.TdClassName
{
border-color: #D00CBF;
}
.TagClassName
{
border-color: #D00CBF;
}
</style>