Html Css Color HEX #D85DDF Free Speech Magenta
📋 copy color: '#D85DDF'red 216 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #D85DDF
Tints of Free Speech Magenta #D85DDF
RGB
CMYK
RGB Variations
Color information
#D85DDF (or 0xD85DDF) is known color: Free Speech Magenta. HEX triplet: D8, 5D and DF. RGB value is (216,93,223). Sum of RGB (Red+Green+Blue) = 216+93+223=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D85DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DDF is #27A220. Grayscale: #909090. Windows color (decimal): -2597409 or 14638552. OLE color: 14638552.
HSL color Cylindrical-coordinate representation of color #D85DDF: hue angle of 296.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85DDF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 93 | 223 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.13 |
| HSL | 296.77º | 0.67% | 0.62% | - |
| HSV(B) | 296.77º | 0.58% | 0.87% | - |
| XYZ | 45.55 | 27.76 | 72.77 | - |
| YUV | 144.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 223 | 0.03 | 0.58 | 0 | 0.13 | 296.77 | 0.67 | 0.62 |
| Hex | D8 | 5D | DF | 3 | 3A | 0 | D | 129 | 43 | 3E |
| Octal | 330 | 135 | 337 | 3 | 72 | 0 | 15 | 451 | 103 | 76 |
| Binary | 11011000 | 1011101 | 11011111 | 11 | 111010 | 0 | 1101 | 100101001 | 1000011 | 111110 |
Color Harmonies of #D85DDF
Complementary color
Monochromatic Colors of #D85DDF
Black with #D85DDF
Text Example
Text Example
White with #D85DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DDF; }
p { color: rgb(216,93,223); }
H1.HeaderClassName
{
color: #D85DDF;
}
.AnyTagClassName
{
color: #D85DDF;
}
</style>
background-color css
<style>
a { background-color: #D85DDF; }
a { background-color: rgb(216,93,223); }
div.DivClassName
{
background-color: #D85DDF;
}
.BgClassName
{
background-color: #D85DDF;
}
</style>
border-color css
<style>
span { border-color: #D85DDF; }
span { border-color: rgb(216,93,223); }
td.TdClassName
{
border-color: #D85DDF;
}
.TagClassName
{
border-color: #D85DDF;
}
</style>