Html Css Color HEX #D85FDB Free Speech Magenta
📋 copy color: '#D85FDB'red 216 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #D85FDB
Tints of Free Speech Magenta #D85FDB
RGB
CMYK
RGB Variations
Color information
#D85FDB (or 0xD85FDB) is known color: Free Speech Magenta. HEX triplet: D8, 5F and DB. RGB value is (216,95,219). Sum of RGB (Red+Green+Blue) = 216+95+219=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D85FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85FDB is #27A024. Grayscale: #909090. Windows color (decimal): -2596901 or 14376920. OLE color: 14376920.
HSL color Cylindrical-coordinate representation of color #D85FDB: hue angle of 298.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85FDB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 95 | 219 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.14 |
| HSL | 298.55º | 0.63% | 0.62% | - |
| HSV(B) | 298.55º | 0.57% | 0.86% | - |
| XYZ | 45.2 | 27.9 | 70.02 | - |
| YUV | 145.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 219 | 0.01 | 0.57 | 0 | 0.14 | 298.55 | 0.63 | 0.62 |
| Hex | D8 | 5F | DB | 1 | 39 | 0 | E | 12B | 3F | 3E |
| Octal | 330 | 137 | 333 | 1 | 71 | 0 | 16 | 453 | 77 | 76 |
| Binary | 11011000 | 1011111 | 11011011 | 1 | 111001 | 0 | 1110 | 100101011 | 111111 | 111110 |
Color Harmonies of #D85FDB
Complementary color
Monochromatic Colors of #D85FDB
Black with #D85FDB
Text Example
Text Example
White with #D85FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FDB; }
p { color: rgb(216,95,219); }
H1.HeaderClassName
{
color: #D85FDB;
}
.AnyTagClassName
{
color: #D85FDB;
}
</style>
background-color css
<style>
a { background-color: #D85FDB; }
a { background-color: rgb(216,95,219); }
div.DivClassName
{
background-color: #D85FDB;
}
.BgClassName
{
background-color: #D85FDB;
}
</style>
border-color css
<style>
span { border-color: #D85FDB; }
span { border-color: rgb(216,95,219); }
td.TdClassName
{
border-color: #D85FDB;
}
.TagClassName
{
border-color: #D85FDB;
}
</style>