Html Css Color HEX #D859DB Free Speech Magenta
📋 copy color: '#D859DB'red 216 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #D859DB
Tints of Free Speech Magenta #D859DB
RGB
CMYK
RGB Variations
Color information
#D859DB (or 0xD859DB) is known color: Free Speech Magenta. HEX triplet: D8, 59 and DB. RGB value is (216,89,219). Sum of RGB (Red+Green+Blue) = 216+89+219=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D859DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D859DB is #27A624. Grayscale: #8D8D8D. Windows color (decimal): -2598437 or 14375384. OLE color: 14375384.
HSL color Cylindrical-coordinate representation of color #D859DB: hue angle of 298.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D859DB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 89 | 219 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.14 |
| HSL | 298.62º | 0.64% | 0.6% | - |
| HSV(B) | 298.62º | 0.59% | 0.86% | - |
| XYZ | 44.68 | 26.86 | 69.85 | - |
| YUV | 141.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 219 | 0.01 | 0.59 | 0 | 0.14 | 298.62 | 0.64 | 0.6 |
| Hex | D8 | 59 | DB | 1 | 3B | 0 | E | 12B | 40 | 3C |
| Octal | 330 | 131 | 333 | 1 | 73 | 0 | 16 | 453 | 100 | 74 |
| Binary | 11011000 | 1011001 | 11011011 | 1 | 111011 | 0 | 1110 | 100101011 | 1000000 | 111100 |
Color Harmonies of #D859DB
Complementary color
Monochromatic Colors of #D859DB
Black with #D859DB
Text Example
Text Example
White with #D859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D859DB; }
p { color: rgb(216,89,219); }
H1.HeaderClassName
{
color: #D859DB;
}
.AnyTagClassName
{
color: #D859DB;
}
</style>
background-color css
<style>
a { background-color: #D859DB; }
a { background-color: rgb(216,89,219); }
div.DivClassName
{
background-color: #D859DB;
}
.BgClassName
{
background-color: #D859DB;
}
</style>
border-color css
<style>
span { border-color: #D859DB; }
span { border-color: rgb(216,89,219); }
td.TdClassName
{
border-color: #D859DB;
}
.TagClassName
{
border-color: #D859DB;
}
</style>