Html Css Color HEX #D95ADB Free Speech Magenta
📋 copy color: '#D95ADB'red 217 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #D95ADB
Tints of Free Speech Magenta #D95ADB
RGB
CMYK
RGB Variations
Color information
#D95ADB (or 0xD95ADB) is known color: Free Speech Magenta. HEX triplet: D9, 5A and DB. RGB value is (217,90,219). Sum of RGB (Red+Green+Blue) = 217+90+219=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D95ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ADB is #26A524. Grayscale: #8E8E8E. Windows color (decimal): -2532645 or 14375641. OLE color: 14375641.
HSL color Cylindrical-coordinate representation of color #D95ADB: hue angle of 299.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95ADB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 90 | 219 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.14 |
| HSL | 299.07º | 0.64% | 0.61% | - |
| HSV(B) | 299.07º | 0.59% | 0.86% | - |
| XYZ | 45.06 | 27.18 | 69.89 | - |
| YUV | 142.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 219 | 0.01 | 0.59 | 0 | 0.14 | 299.07 | 0.64 | 0.61 |
| Hex | D9 | 5A | DB | 1 | 3B | 0 | E | 12B | 40 | 3D |
| Octal | 331 | 132 | 333 | 1 | 73 | 0 | 16 | 453 | 100 | 75 |
| Binary | 11011001 | 1011010 | 11011011 | 1 | 111011 | 0 | 1110 | 100101011 | 1000000 | 111101 |
Color Harmonies of #D95ADB
Complementary color
Monochromatic Colors of #D95ADB
Black with #D95ADB
Text Example
Text Example
White with #D95ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95ADB; }
p { color: rgb(217,90,219); }
H1.HeaderClassName
{
color: #D95ADB;
}
.AnyTagClassName
{
color: #D95ADB;
}
</style>
background-color css
<style>
a { background-color: #D95ADB; }
a { background-color: rgb(217,90,219); }
div.DivClassName
{
background-color: #D95ADB;
}
.BgClassName
{
background-color: #D95ADB;
}
</style>
border-color css
<style>
span { border-color: #D95ADB; }
span { border-color: rgb(217,90,219); }
td.TdClassName
{
border-color: #D95ADB;
}
.TagClassName
{
border-color: #D95ADB;
}
</style>