Shades of Deep Magenta #D51BBC
Tints of Deep Magenta #D51BBC
RGB
CMYK
RGB Variations
Color information
#D51BBC (or 0xD51BBC) is known color: Deep Magenta. HEX triplet: D5, 1B and BC. RGB value is (213,27,188). Sum of RGB (Red+Green+Blue) = 213+27+188=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BBC is #2AE443. Grayscale: #646464. Windows color (decimal): -2810948 or 12327893. OLE color: 12327893.
HSL color Cylindrical-coordinate representation of color #D51BBC: hue angle of 308.06º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51BBC is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.16 |
| HSL | 308.06º | 0.78% | 0.47% | - |
| HSV(B) | 308.06º | 0.87% | 0.84% | - |
| XYZ | 36.91 | 18.56 | 49.21 | - |
| YUV | 100.97 | 177.12 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 188 | 0 | 0.87 | 0.12 | 0.16 | 308.06 | 0.78 | 0.47 |
| Hex | D5 | 1B | BC | 0 | 57 | C | 10 | 134 | 4E | 2F |
| Octal | 325 | 33 | 274 | 0 | 127 | 14 | 20 | 464 | 116 | 57 |
| Binary | 11010101 | 11011 | 10111100 | 0 | 1010111 | 1100 | 10000 | 100110100 | 1001110 | 101111 |
Color Harmonies of #D51BBC
Complementary color
Monochromatic Colors of #D51BBC
Black with #D51BBC
Text Example
Text Example
White with #D51BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BBC; }
p { color: rgb(213,27,188); }
H1.HeaderClassName
{
color: #D51BBC;
}
.AnyTagClassName
{
color: #D51BBC;
}
</style>
background-color css
<style>
a { background-color: #D51BBC; }
a { background-color: rgb(213,27,188); }
div.DivClassName
{
background-color: #D51BBC;
}
.BgClassName
{
background-color: #D51BBC;
}
</style>
border-color css
<style>
span { border-color: #D51BBC; }
span { border-color: rgb(213,27,188); }
td.TdClassName
{
border-color: #D51BBC;
}
.TagClassName
{
border-color: #D51BBC;
}
</style>