Shades of Deep Magenta #D526CB
Tints of Deep Magenta #D526CB
RGB
CMYK
RGB Variations
Color information
#D526CB (or 0xD526CB) is known color: Deep Magenta. HEX triplet: D5, 26 and CB. RGB value is (213,38,203). Sum of RGB (Red+Green+Blue) = 213+38+203=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D526CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526CB is #2AD934. Grayscale: #6C6C6C. Windows color (decimal): -2808117 or 13313749. OLE color: 13313749.
HSL color Cylindrical-coordinate representation of color #D526CB: hue angle of 303.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D526CB is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 203 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.16 |
| HSL | 303.43º | 0.7% | 0.49% | - |
| HSV(B) | 303.43º | 0.82% | 0.84% | - |
| XYZ | 38.91 | 19.84 | 58.28 | - |
| YUV | 109.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 203 | 0 | 0.82 | 0.05 | 0.16 | 303.43 | 0.7 | 0.49 |
| Hex | D5 | 26 | CB | 0 | 52 | 5 | 10 | 12F | 46 | 31 |
| Octal | 325 | 46 | 313 | 0 | 122 | 5 | 20 | 457 | 106 | 61 |
| Binary | 11010101 | 100110 | 11001011 | 0 | 1010010 | 101 | 10000 | 100101111 | 1000110 | 110001 |
Color Harmonies of #D526CB
Complementary color
Monochromatic Colors of #D526CB
Black with #D526CB
Text Example
Text Example
White with #D526CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D526CB; }
p { color: rgb(213,38,203); }
H1.HeaderClassName
{
color: #D526CB;
}
.AnyTagClassName
{
color: #D526CB;
}
</style>
background-color css
<style>
a { background-color: #D526CB; }
a { background-color: rgb(213,38,203); }
div.DivClassName
{
background-color: #D526CB;
}
.BgClassName
{
background-color: #D526CB;
}
</style>
border-color css
<style>
span { border-color: #D526CB; }
span { border-color: rgb(213,38,203); }
td.TdClassName
{
border-color: #D526CB;
}
.TagClassName
{
border-color: #D526CB;
}
</style>