Shades of Deep Magenta #DA0BCF
Tints of Deep Magenta #DA0BCF
RGB
CMYK
RGB Variations
Color information
#DA0BCF (or 0xDA0BCF) is known color: Deep Magenta. HEX triplet: DA, 0B and CF. RGB value is (218,11,207). Sum of RGB (Red+Green+Blue) = 218+11+207=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BCF is #25F430. Grayscale: #5E5E5E. Windows color (decimal): -2487345 or 13568986. OLE color: 13568986.
HSL color Cylindrical-coordinate representation of color #DA0BCF: hue angle of 303.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BCF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.15 |
| HSL | 303.19º | 0.9% | 0.45% | - |
| HSV(B) | 303.19º | 0.95% | 0.85% | - |
| XYZ | 40.3 | 19.65 | 60.7 | - |
| YUV | 95.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 207 | 0 | 0.95 | 0.05 | 0.15 | 303.19 | 0.9 | 0.45 |
| Hex | DA | B | CF | 0 | 5F | 5 | F | 12F | 5A | 2D |
| Octal | 332 | 13 | 317 | 0 | 137 | 5 | 17 | 457 | 132 | 55 |
| Binary | 11011010 | 1011 | 11001111 | 0 | 1011111 | 101 | 1111 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DA0BCF
Complementary color
Monochromatic Colors of #DA0BCF
Black with #DA0BCF
Text Example
Text Example
White with #DA0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BCF; }
p { color: rgb(218,11,207); }
H1.HeaderClassName
{
color: #DA0BCF;
}
.AnyTagClassName
{
color: #DA0BCF;
}
</style>
background-color css
<style>
a { background-color: #DA0BCF; }
a { background-color: rgb(218,11,207); }
div.DivClassName
{
background-color: #DA0BCF;
}
.BgClassName
{
background-color: #DA0BCF;
}
</style>
border-color css
<style>
span { border-color: #DA0BCF; }
span { border-color: rgb(218,11,207); }
td.TdClassName
{
border-color: #DA0BCF;
}
.TagClassName
{
border-color: #DA0BCF;
}
</style>