Html Css Color HEX #D860DB Free Speech Magenta
📋 copy color: '#D860DB'red 216 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #D860DB
Tints of Free Speech Magenta #D860DB
RGB
CMYK
RGB Variations
Color information
#D860DB (or 0xD860DB) is known color: Free Speech Magenta. HEX triplet: D8, 60 and DB. RGB value is (216,96,219). Sum of RGB (Red+Green+Blue) = 216+96+219=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D860DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860DB is #279F24. Grayscale: #919191. Windows color (decimal): -2596645 or 14377176. OLE color: 14377176.
HSL color Cylindrical-coordinate representation of color #D860DB: hue angle of 298.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860DB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 96 | 219 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.14 |
| HSL | 298.54º | 0.63% | 0.62% | - |
| HSV(B) | 298.54º | 0.56% | 0.86% | - |
| XYZ | 45.29 | 28.08 | 70.05 | - |
| YUV | 145.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 219 | 0.01 | 0.56 | 0 | 0.14 | 298.54 | 0.63 | 0.62 |
| Hex | D8 | 60 | DB | 1 | 38 | 0 | E | 12B | 3F | 3E |
| Octal | 330 | 140 | 333 | 1 | 70 | 0 | 16 | 453 | 77 | 76 |
| Binary | 11011000 | 1100000 | 11011011 | 1 | 111000 | 0 | 1110 | 100101011 | 111111 | 111110 |
Color Harmonies of #D860DB
Complementary color
Monochromatic Colors of #D860DB
Black with #D860DB
Text Example
Text Example
White with #D860DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860DB; }
p { color: rgb(216,96,219); }
H1.HeaderClassName
{
color: #D860DB;
}
.AnyTagClassName
{
color: #D860DB;
}
</style>
background-color css
<style>
a { background-color: #D860DB; }
a { background-color: rgb(216,96,219); }
div.DivClassName
{
background-color: #D860DB;
}
.BgClassName
{
background-color: #D860DB;
}
</style>
border-color css
<style>
span { border-color: #D860DB; }
span { border-color: rgb(216,96,219); }
td.TdClassName
{
border-color: #D860DB;
}
.TagClassName
{
border-color: #D860DB;
}
</style>