Html Css Color HEX #D75BDB Free Speech Magenta
📋 copy color: '#D75BDB'red 215 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #D75BDB
Tints of Free Speech Magenta #D75BDB
RGB
CMYK
RGB Variations
Color information
#D75BDB (or 0xD75BDB) is known color: Free Speech Magenta. HEX triplet: D7, 5B and DB. RGB value is (215,91,219). Sum of RGB (Red+Green+Blue) = 215+91+219=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #D75BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75BDB is #28A424. Grayscale: #8E8E8E. Windows color (decimal): -2663461 or 14375895. OLE color: 14375895.
HSL color Cylindrical-coordinate representation of color #D75BDB: hue angle of 298.12º 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 #D75BDB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 91 | 219 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.14 |
| HSL | 298.13º | 0.64% | 0.61% | - |
| HSV(B) | 298.13º | 0.58% | 0.86% | - |
| XYZ | 44.55 | 27.04 | 69.89 | - |
| YUV | 142.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 219 | 0.02 | 0.58 | 0 | 0.14 | 298.13 | 0.64 | 0.61 |
| Hex | D7 | 5B | DB | 2 | 3A | 0 | E | 12A | 40 | 3D |
| Octal | 327 | 133 | 333 | 2 | 72 | 0 | 16 | 452 | 100 | 75 |
| Binary | 11010111 | 1011011 | 11011011 | 10 | 111010 | 0 | 1110 | 100101010 | 1000000 | 111101 |
Color Harmonies of #D75BDB
Complementary color
Monochromatic Colors of #D75BDB
Black with #D75BDB
Text Example
Text Example
White with #D75BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75BDB; }
p { color: rgb(215,91,219); }
H1.HeaderClassName
{
color: #D75BDB;
}
.AnyTagClassName
{
color: #D75BDB;
}
</style>
background-color css
<style>
a { background-color: #D75BDB; }
a { background-color: rgb(215,91,219); }
div.DivClassName
{
background-color: #D75BDB;
}
.BgClassName
{
background-color: #D75BDB;
}
</style>
border-color css
<style>
span { border-color: #D75BDB; }
span { border-color: rgb(215,91,219); }
td.TdClassName
{
border-color: #D75BDB;
}
.TagClassName
{
border-color: #D75BDB;
}
</style>