Html Css Color HEX #D860BD Free Speech Magenta
📋 copy color: '#D860BD'red 216 ◦ green 96 ◦ blue 189
Shades of Free Speech Magenta #D860BD
Tints of Free Speech Magenta #D860BD
RGB
CMYK
RGB Variations
Color information
#D860BD (or 0xD860BD) is known color: Free Speech Magenta. HEX triplet: D8, 60 and BD. RGB value is (216,96,189). Sum of RGB (Red+Green+Blue) = 216+96+189=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D860BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D860BD is #279F42. Grayscale: #8E8E8E. Windows color (decimal): -2596675 or 12411096. OLE color: 12411096.
HSL color Cylindrical-coordinate representation of color #D860BD: hue angle of 313.5º 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 #D860BD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 189 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.15 |
| HSL | 313.5º | 0.61% | 0.61% | - |
| HSV(B) | 313.5º | 0.56% | 0.85% | - |
| XYZ | 41.69 | 26.64 | 51.09 | - |
| YUV | 142.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 189 | 0 | 0.56 | 0.12 | 0.15 | 313.5 | 0.61 | 0.61 |
| Hex | D8 | 60 | BD | 0 | 38 | C | F | 13A | 3D | 3D |
| Octal | 330 | 140 | 275 | 0 | 70 | 14 | 17 | 472 | 75 | 75 |
| Binary | 11011000 | 1100000 | 10111101 | 0 | 111000 | 1100 | 1111 | 100111010 | 111101 | 111101 |
Color Harmonies of #D860BD
Complementary color
Monochromatic Colors of #D860BD
Black with #D860BD
Text Example
Text Example
White with #D860BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860BD; }
p { color: rgb(216,96,189); }
H1.HeaderClassName
{
color: #D860BD;
}
.AnyTagClassName
{
color: #D860BD;
}
</style>
background-color css
<style>
a { background-color: #D860BD; }
a { background-color: rgb(216,96,189); }
div.DivClassName
{
background-color: #D860BD;
}
.BgClassName
{
background-color: #D860BD;
}
</style>
border-color css
<style>
span { border-color: #D860BD; }
span { border-color: rgb(216,96,189); }
td.TdClassName
{
border-color: #D860BD;
}
.TagClassName
{
border-color: #D860BD;
}
</style>