Html Css Color HEX #D95FDB Free Speech Magenta
📋 copy color: '#D95FDB'red 217 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #D95FDB
Tints of Free Speech Magenta #D95FDB
RGB
CMYK
RGB Variations
Color information
#D95FDB (or 0xD95FDB) is known color: Free Speech Magenta. HEX triplet: D9, 5F and DB. RGB value is (217,95,219). Sum of RGB (Red+Green+Blue) = 217+95+219=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D95FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95FDB is #26A024. Grayscale: #919191. Windows color (decimal): -2531365 or 14376921. OLE color: 14376921.
HSL color Cylindrical-coordinate representation of color #D95FDB: hue angle of 299.03º 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 #D95FDB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 95 | 219 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.14 |
| HSL | 299.03º | 0.63% | 0.62% | - |
| HSV(B) | 299.03º | 0.57% | 0.86% | - |
| XYZ | 45.49 | 28.05 | 70.03 | - |
| YUV | 145.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 95 | 219 | 0.01 | 0.57 | 0 | 0.14 | 299.03 | 0.63 | 0.62 |
| Hex | D9 | 5F | DB | 1 | 39 | 0 | E | 12B | 3F | 3E |
| Octal | 331 | 137 | 333 | 1 | 71 | 0 | 16 | 453 | 77 | 76 |
| Binary | 11011001 | 1011111 | 11011011 | 1 | 111001 | 0 | 1110 | 100101011 | 111111 | 111110 |
Color Harmonies of #D95FDB
Complementary color
Monochromatic Colors of #D95FDB
Black with #D95FDB
Text Example
Text Example
White with #D95FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95FDB; }
p { color: rgb(217,95,219); }
H1.HeaderClassName
{
color: #D95FDB;
}
.AnyTagClassName
{
color: #D95FDB;
}
</style>
background-color css
<style>
a { background-color: #D95FDB; }
a { background-color: rgb(217,95,219); }
div.DivClassName
{
background-color: #D95FDB;
}
.BgClassName
{
background-color: #D95FDB;
}
</style>
border-color css
<style>
span { border-color: #D95FDB; }
span { border-color: rgb(217,95,219); }
td.TdClassName
{
border-color: #D95FDB;
}
.TagClassName
{
border-color: #D95FDB;
}
</style>