Html Css Color HEX #D858DF Free Speech Magenta
📋 copy color: '#D858DF'red 216 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #D858DF
Tints of Free Speech Magenta #D858DF
RGB
CMYK
RGB Variations
Color information
#D858DF (or 0xD858DF) is known color: Free Speech Magenta. HEX triplet: D8, 58 and DF. RGB value is (216,88,223). Sum of RGB (Red+Green+Blue) = 216+88+223=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #D858DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858DF is #27A720. Grayscale: #8D8D8D. Windows color (decimal): -2598689 or 14637272. OLE color: 14637272.
HSL color Cylindrical-coordinate representation of color #D858DF: hue angle of 296.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D858DF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 88 | 223 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.13 |
| HSL | 296.89º | 0.68% | 0.61% | - |
| HSV(B) | 296.89º | 0.61% | 0.87% | - |
| XYZ | 45.13 | 26.91 | 72.63 | - |
| YUV | 141.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 223 | 0.03 | 0.61 | 0 | 0.13 | 296.89 | 0.68 | 0.61 |
| Hex | D8 | 58 | DF | 3 | 3D | 0 | D | 129 | 44 | 3D |
| Octal | 330 | 130 | 337 | 3 | 75 | 0 | 15 | 451 | 104 | 75 |
| Binary | 11011000 | 1011000 | 11011111 | 11 | 111101 | 0 | 1101 | 100101001 | 1000100 | 111101 |
Color Harmonies of #D858DF
Complementary color
Monochromatic Colors of #D858DF
Black with #D858DF
Text Example
Text Example
White with #D858DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858DF; }
p { color: rgb(216,88,223); }
H1.HeaderClassName
{
color: #D858DF;
}
.AnyTagClassName
{
color: #D858DF;
}
</style>
background-color css
<style>
a { background-color: #D858DF; }
a { background-color: rgb(216,88,223); }
div.DivClassName
{
background-color: #D858DF;
}
.BgClassName
{
background-color: #D858DF;
}
</style>
border-color css
<style>
span { border-color: #D858DF; }
span { border-color: rgb(216,88,223); }
td.TdClassName
{
border-color: #D858DF;
}
.TagClassName
{
border-color: #D858DF;
}
</style>