Html Css Color HEX #D15BDB Free Speech Magenta
📋 copy color: '#D15BDB'red 209 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #D15BDB
Tints of Free Speech Magenta #D15BDB
RGB
CMYK
RGB Variations
Color information
#D15BDB (or 0xD15BDB) is known color: Free Speech Magenta. HEX triplet: D1, 5B and DB. RGB value is (209,91,219). Sum of RGB (Red+Green+Blue) = 209+91+219=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D15BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BDB is #2EA424. Grayscale: #8C8C8C. Windows color (decimal): -3056677 or 14375889. OLE color: 14375889.
HSL color Cylindrical-coordinate representation of color #D15BDB: hue angle of 295.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15BDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 91 | 219 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 295.31º | 0.64% | 0.61% | - |
| HSV(B) | 295.31º | 0.58% | 0.86% | - |
| XYZ | 42.82 | 26.15 | 69.81 | - |
| YUV | 140.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 219 | 0.05 | 0.58 | 0 | 0.14 | 295.31 | 0.64 | 0.61 |
| Hex | D1 | 5B | DB | 5 | 3A | 0 | E | 127 | 40 | 3D |
| Octal | 321 | 133 | 333 | 5 | 72 | 0 | 16 | 447 | 100 | 75 |
| Binary | 11010001 | 1011011 | 11011011 | 101 | 111010 | 0 | 1110 | 100100111 | 1000000 | 111101 |
Color Harmonies of #D15BDB
Complementary color
Monochromatic Colors of #D15BDB
Black with #D15BDB
Text Example
Text Example
White with #D15BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BDB; }
p { color: rgb(209,91,219); }
H1.HeaderClassName
{
color: #D15BDB;
}
.AnyTagClassName
{
color: #D15BDB;
}
</style>
background-color css
<style>
a { background-color: #D15BDB; }
a { background-color: rgb(209,91,219); }
div.DivClassName
{
background-color: #D15BDB;
}
.BgClassName
{
background-color: #D15BDB;
}
</style>
border-color css
<style>
span { border-color: #D15BDB; }
span { border-color: rgb(209,91,219); }
td.TdClassName
{
border-color: #D15BDB;
}
.TagClassName
{
border-color: #D15BDB;
}
</style>