Shades of Deep Magenta #D60BCA
Tints of Deep Magenta #D60BCA
RGB
CMYK
RGB Variations
Color information
#D60BCA (or 0xD60BCA) is known color: Deep Magenta. HEX triplet: D6, 0B and CA. RGB value is (214,11,202). Sum of RGB (Red+Green+Blue) = 214+11+202=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BCA is #29F435. Grayscale: #5C5C5C. Windows color (decimal): -2749494 or 13241302. OLE color: 13241302.
HSL color Cylindrical-coordinate representation of color #D60BCA: hue angle of 303.55º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BCA is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.16 |
| HSL | 303.55º | 0.9% | 0.44% | - |
| HSV(B) | 303.55º | 0.95% | 0.84% | - |
| XYZ | 38.51 | 18.8 | 57.48 | - |
| YUV | 93.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 202 | 0 | 0.95 | 0.06 | 0.16 | 303.55 | 0.9 | 0.44 |
| Hex | D6 | B | CA | 0 | 5F | 6 | 10 | 130 | 5A | 2C |
| Octal | 326 | 13 | 312 | 0 | 137 | 6 | 20 | 460 | 132 | 54 |
| Binary | 11010110 | 1011 | 11001010 | 0 | 1011111 | 110 | 10000 | 100110000 | 1011010 | 101100 |
Color Harmonies of #D60BCA
Complementary color
Monochromatic Colors of #D60BCA
Black with #D60BCA
Text Example
Text Example
White with #D60BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BCA; }
p { color: rgb(214,11,202); }
H1.HeaderClassName
{
color: #D60BCA;
}
.AnyTagClassName
{
color: #D60BCA;
}
</style>
background-color css
<style>
a { background-color: #D60BCA; }
a { background-color: rgb(214,11,202); }
div.DivClassName
{
background-color: #D60BCA;
}
.BgClassName
{
background-color: #D60BCA;
}
</style>
border-color css
<style>
span { border-color: #D60BCA; }
span { border-color: rgb(214,11,202); }
td.TdClassName
{
border-color: #D60BCA;
}
.TagClassName
{
border-color: #D60BCA;
}
</style>