Html Css Color HEX #D85BDF Free Speech Magenta
📋 copy color: '#D85BDF'red 216 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #D85BDF
Tints of Free Speech Magenta #D85BDF
RGB
CMYK
RGB Variations
Color information
#D85BDF (or 0xD85BDF) is known color: Free Speech Magenta. HEX triplet: D8, 5B and DF. RGB value is (216,91,223). Sum of RGB (Red+Green+Blue) = 216+91+223=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D85BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BDF is #27A420. Grayscale: #8F8F8F. Windows color (decimal): -2597921 or 14638040. OLE color: 14638040.
HSL color Cylindrical-coordinate representation of color #D85BDF: hue angle of 296.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85BDF is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 91 | 223 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.13 |
| HSL | 296.82º | 0.67% | 0.62% | - |
| HSV(B) | 296.82º | 0.59% | 0.87% | - |
| XYZ | 45.38 | 27.41 | 72.71 | - |
| YUV | 143.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 223 | 0.03 | 0.59 | 0 | 0.13 | 296.82 | 0.67 | 0.62 |
| Hex | D8 | 5B | DF | 3 | 3B | 0 | D | 129 | 43 | 3E |
| Octal | 330 | 133 | 337 | 3 | 73 | 0 | 15 | 451 | 103 | 76 |
| Binary | 11011000 | 1011011 | 11011111 | 11 | 111011 | 0 | 1101 | 100101001 | 1000011 | 111110 |
Color Harmonies of #D85BDF
Complementary color
Monochromatic Colors of #D85BDF
Black with #D85BDF
Text Example
Text Example
White with #D85BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BDF; }
p { color: rgb(216,91,223); }
H1.HeaderClassName
{
color: #D85BDF;
}
.AnyTagClassName
{
color: #D85BDF;
}
</style>
background-color css
<style>
a { background-color: #D85BDF; }
a { background-color: rgb(216,91,223); }
div.DivClassName
{
background-color: #D85BDF;
}
.BgClassName
{
background-color: #D85BDF;
}
</style>
border-color css
<style>
span { border-color: #D85BDF; }
span { border-color: rgb(216,91,223); }
td.TdClassName
{
border-color: #D85BDF;
}
.TagClassName
{
border-color: #D85BDF;
}
</style>