Html Css Color HEX #D85EDB Free Speech Magenta
📋 copy color: '#D85EDB'red 216 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #D85EDB
Tints of Free Speech Magenta #D85EDB
RGB
CMYK
RGB Variations
Color information
#D85EDB (or 0xD85EDB) is known color: Free Speech Magenta. HEX triplet: D8, 5E and DB. RGB value is (216,94,219). Sum of RGB (Red+Green+Blue) = 216+94+219=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D85EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EDB is #27A124. Grayscale: #909090. Windows color (decimal): -2597157 or 14376664. OLE color: 14376664.
HSL color Cylindrical-coordinate representation of color #D85EDB: hue angle of 298.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85EDB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 94 | 219 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.14 |
| HSL | 298.56º | 0.63% | 0.61% | - |
| HSV(B) | 298.56º | 0.57% | 0.86% | - |
| XYZ | 45.11 | 27.72 | 69.99 | - |
| YUV | 144.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 219 | 0.01 | 0.57 | 0 | 0.14 | 298.56 | 0.63 | 0.61 |
| Hex | D8 | 5E | DB | 1 | 39 | 0 | E | 12B | 3F | 3D |
| Octal | 330 | 136 | 333 | 1 | 71 | 0 | 16 | 453 | 77 | 75 |
| Binary | 11011000 | 1011110 | 11011011 | 1 | 111001 | 0 | 1110 | 100101011 | 111111 | 111101 |
Color Harmonies of #D85EDB
Complementary color
Monochromatic Colors of #D85EDB
Black with #D85EDB
Text Example
Text Example
White with #D85EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85EDB; }
p { color: rgb(216,94,219); }
H1.HeaderClassName
{
color: #D85EDB;
}
.AnyTagClassName
{
color: #D85EDB;
}
</style>
background-color css
<style>
a { background-color: #D85EDB; }
a { background-color: rgb(216,94,219); }
div.DivClassName
{
background-color: #D85EDB;
}
.BgClassName
{
background-color: #D85EDB;
}
</style>
border-color css
<style>
span { border-color: #D85EDB; }
span { border-color: rgb(216,94,219); }
td.TdClassName
{
border-color: #D85EDB;
}
.TagClassName
{
border-color: #D85EDB;
}
</style>