Html Css Color HEX #D860D0 Free Speech Magenta
📋 copy color: '#D860D0'red 216 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #D860D0
Tints of Free Speech Magenta #D860D0
RGB
CMYK
RGB Variations
Color information
#D860D0 (or 0xD860D0) is known color: Free Speech Magenta. HEX triplet: D8, 60 and D0. RGB value is (216,96,208). Sum of RGB (Red+Green+Blue) = 216+96+208=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D860D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860D0 is #279F2F. Grayscale: #909090. Windows color (decimal): -2596656 or 13656280. OLE color: 13656280.
HSL color Cylindrical-coordinate representation of color #D860D0: hue angle of 304º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860D0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 208 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.15 |
| HSL | 304º | 0.61% | 0.61% | - |
| HSV(B) | 304º | 0.56% | 0.85% | - |
| XYZ | 43.89 | 27.52 | 62.67 | - |
| YUV | 144.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 208 | 0 | 0.56 | 0.04 | 0.15 | 304 | 0.61 | 0.61 |
| Hex | D8 | 60 | D0 | 0 | 38 | 4 | F | 130 | 3D | 3D |
| Octal | 330 | 140 | 320 | 0 | 70 | 4 | 17 | 460 | 75 | 75 |
| Binary | 11011000 | 1100000 | 11010000 | 0 | 111000 | 100 | 1111 | 100110000 | 111101 | 111101 |
Color Harmonies of #D860D0
Complementary color
Monochromatic Colors of #D860D0
Black with #D860D0
Text Example
Text Example
White with #D860D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860D0; }
p { color: rgb(216,96,208); }
H1.HeaderClassName
{
color: #D860D0;
}
.AnyTagClassName
{
color: #D860D0;
}
</style>
background-color css
<style>
a { background-color: #D860D0; }
a { background-color: rgb(216,96,208); }
div.DivClassName
{
background-color: #D860D0;
}
.BgClassName
{
background-color: #D860D0;
}
</style>
border-color css
<style>
span { border-color: #D860D0; }
span { border-color: rgb(216,96,208); }
td.TdClassName
{
border-color: #D860D0;
}
.TagClassName
{
border-color: #D860D0;
}
</style>