Html Css Color HEX #D84DDB Free Speech Magenta
📋 copy color: '#D84DDB'red 216 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #D84DDB
Tints of Free Speech Magenta #D84DDB
RGB
CMYK
RGB Variations
Color information
#D84DDB (or 0xD84DDB) is known color: Free Speech Magenta. HEX triplet: D8, 4D and DB. RGB value is (216,77,219). Sum of RGB (Red+Green+Blue) = 216+77+219=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #D84DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DDB is #27B224. Grayscale: #868686. Windows color (decimal): -2601509 or 14372312. OLE color: 14372312.
HSL color Cylindrical-coordinate representation of color #D84DDB: hue angle of 298.73º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84DDB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 77 | 219 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.14 |
| HSL | 298.73º | 0.66% | 0.58% | - |
| HSV(B) | 298.73º | 0.65% | 0.86% | - |
| XYZ | 43.76 | 25.02 | 69.54 | - |
| YUV | 134.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 77 | 219 | 0.01 | 0.65 | 0 | 0.14 | 298.73 | 0.66 | 0.58 |
| Hex | D8 | 4D | DB | 1 | 41 | 0 | E | 12B | 42 | 3A |
| Octal | 330 | 115 | 333 | 1 | 101 | 0 | 16 | 453 | 102 | 72 |
| Binary | 11011000 | 1001101 | 11011011 | 1 | 1000001 | 0 | 1110 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D84DDB
Complementary color
Monochromatic Colors of #D84DDB
Black with #D84DDB
Text Example
Text Example
White with #D84DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84DDB; }
p { color: rgb(216,77,219); }
H1.HeaderClassName
{
color: #D84DDB;
}
.AnyTagClassName
{
color: #D84DDB;
}
</style>
background-color css
<style>
a { background-color: #D84DDB; }
a { background-color: rgb(216,77,219); }
div.DivClassName
{
background-color: #D84DDB;
}
.BgClassName
{
background-color: #D84DDB;
}
</style>
border-color css
<style>
span { border-color: #D84DDB; }
span { border-color: rgb(216,77,219); }
td.TdClassName
{
border-color: #D84DDB;
}
.TagClassName
{
border-color: #D84DDB;
}
</style>