Html Css Color HEX #D94FDB Free Speech Magenta
📋 copy color: '#D94FDB'red 217 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #D94FDB
Tints of Free Speech Magenta #D94FDB
RGB
CMYK
RGB Variations
Color information
#D94FDB (or 0xD94FDB) is known color: Free Speech Magenta. HEX triplet: D9, 4F and DB. RGB value is (217,79,219). Sum of RGB (Red+Green+Blue) = 217+79+219=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D94FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94FDB is #26B024. Grayscale: #878787. Windows color (decimal): -2535461 or 14372825. OLE color: 14372825.
HSL color Cylindrical-coordinate representation of color #D94FDB: hue angle of 299.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94FDB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 79 | 219 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.14 |
| HSL | 299.14º | 0.66% | 0.58% | - |
| HSV(B) | 299.14º | 0.64% | 0.86% | - |
| XYZ | 44.2 | 25.46 | 69.6 | - |
| YUV | 136.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 219 | 0.01 | 0.64 | 0 | 0.14 | 299.14 | 0.66 | 0.58 |
| Hex | D9 | 4F | DB | 1 | 40 | 0 | E | 12B | 42 | 3A |
| Octal | 331 | 117 | 333 | 1 | 100 | 0 | 16 | 453 | 102 | 72 |
| Binary | 11011001 | 1001111 | 11011011 | 1 | 1000000 | 0 | 1110 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D94FDB
Complementary color
Monochromatic Colors of #D94FDB
Black with #D94FDB
Text Example
Text Example
White with #D94FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94FDB; }
p { color: rgb(217,79,219); }
H1.HeaderClassName
{
color: #D94FDB;
}
.AnyTagClassName
{
color: #D94FDB;
}
</style>
background-color css
<style>
a { background-color: #D94FDB; }
a { background-color: rgb(217,79,219); }
div.DivClassName
{
background-color: #D94FDB;
}
.BgClassName
{
background-color: #D94FDB;
}
</style>
border-color css
<style>
span { border-color: #D94FDB; }
span { border-color: rgb(217,79,219); }
td.TdClassName
{
border-color: #D94FDB;
}
.TagClassName
{
border-color: #D94FDB;
}
</style>