Shades of Deep Magenta #D827C3
Tints of Deep Magenta #D827C3
RGB
CMYK
RGB Variations
Color information
#D827C3 (or 0xD827C3) is known color: Deep Magenta. HEX triplet: D8, 27 and C3. RGB value is (216,39,195). Sum of RGB (Red+Green+Blue) = 216+39+195=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D827C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D827C3 is #27D83C. Grayscale: #6D6D6D. Windows color (decimal): -2611261 or 12789720. OLE color: 12789720.
HSL color Cylindrical-coordinate representation of color #D827C3: hue angle of 307.12º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D827C3 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 195 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.15 |
| HSL | 307.12º | 0.69% | 0.5% | - |
| HSV(B) | 307.12º | 0.82% | 0.85% | - |
| XYZ | 38.89 | 19.99 | 53.44 | - |
| YUV | 109.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 195 | 0 | 0.82 | 0.10 | 0.15 | 307.12 | 0.69 | 0.5 |
| Hex | D8 | 27 | C3 | 0 | 52 | A | F | 133 | 45 | 32 |
| Octal | 330 | 47 | 303 | 0 | 122 | 12 | 17 | 463 | 105 | 62 |
| Binary | 11011000 | 100111 | 11000011 | 0 | 1010010 | 1010 | 1111 | 100110011 | 1000101 | 110010 |
Color Harmonies of #D827C3
Complementary color
Monochromatic Colors of #D827C3
Black with #D827C3
Text Example
Text Example
White with #D827C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827C3; }
p { color: rgb(216,39,195); }
H1.HeaderClassName
{
color: #D827C3;
}
.AnyTagClassName
{
color: #D827C3;
}
</style>
background-color css
<style>
a { background-color: #D827C3; }
a { background-color: rgb(216,39,195); }
div.DivClassName
{
background-color: #D827C3;
}
.BgClassName
{
background-color: #D827C3;
}
</style>
border-color css
<style>
span { border-color: #D827C3; }
span { border-color: rgb(216,39,195); }
td.TdClassName
{
border-color: #D827C3;
}
.TagClassName
{
border-color: #D827C3;
}
</style>