Html Css Color HEX #D94EDB Free Speech Magenta
📋 copy color: '#D94EDB'red 217 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #D94EDB
Tints of Free Speech Magenta #D94EDB
RGB
CMYK
RGB Variations
Color information
#D94EDB (or 0xD94EDB) is known color: Free Speech Magenta. HEX triplet: D9, 4E and DB. RGB value is (217,78,219). Sum of RGB (Red+Green+Blue) = 217+78+219=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D94EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EDB is #26B124. Grayscale: #878787. Windows color (decimal): -2535717 or 14372569. OLE color: 14372569.
HSL color Cylindrical-coordinate representation of color #D94EDB: hue angle of 299.15º 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 #D94EDB is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 78 | 219 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.14 |
| HSL | 299.15º | 0.66% | 0.58% | - |
| HSV(B) | 299.15º | 0.64% | 0.86% | - |
| XYZ | 44.13 | 25.31 | 69.58 | - |
| YUV | 135.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 219 | 0.01 | 0.64 | 0 | 0.14 | 299.15 | 0.66 | 0.58 |
| Hex | D9 | 4E | DB | 1 | 40 | 0 | E | 12B | 42 | 3A |
| Octal | 331 | 116 | 333 | 1 | 100 | 0 | 16 | 453 | 102 | 72 |
| Binary | 11011001 | 1001110 | 11011011 | 1 | 1000000 | 0 | 1110 | 100101011 | 1000010 | 111010 |
Color Harmonies of #D94EDB
Complementary color
Monochromatic Colors of #D94EDB
Black with #D94EDB
Text Example
Text Example
White with #D94EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94EDB; }
p { color: rgb(217,78,219); }
H1.HeaderClassName
{
color: #D94EDB;
}
.AnyTagClassName
{
color: #D94EDB;
}
</style>
background-color css
<style>
a { background-color: #D94EDB; }
a { background-color: rgb(217,78,219); }
div.DivClassName
{
background-color: #D94EDB;
}
.BgClassName
{
background-color: #D94EDB;
}
</style>
border-color css
<style>
span { border-color: #D94EDB; }
span { border-color: rgb(217,78,219); }
td.TdClassName
{
border-color: #D94EDB;
}
.TagClassName
{
border-color: #D94EDB;
}
</style>