Html Css Color HEX #D75EDB Free Speech Magenta
📋 copy color: '#D75EDB'red 215 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #D75EDB
Tints of Free Speech Magenta #D75EDB
RGB
CMYK
RGB Variations
Color information
#D75EDB (or 0xD75EDB) is known color: Free Speech Magenta. HEX triplet: D7, 5E and DB. RGB value is (215,94,219). Sum of RGB (Red+Green+Blue) = 215+94+219=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #D75EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EDB is #28A124. Grayscale: #909090. Windows color (decimal): -2662693 or 14376663. OLE color: 14376663.
HSL color Cylindrical-coordinate representation of color #D75EDB: hue angle of 298.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75EDB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 94 | 219 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.14 |
| HSL | 298.08º | 0.63% | 0.61% | - |
| HSV(B) | 298.08º | 0.57% | 0.86% | - |
| XYZ | 44.81 | 27.57 | 69.98 | - |
| YUV | 144.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 219 | 0.02 | 0.57 | 0 | 0.14 | 298.08 | 0.63 | 0.61 |
| Hex | D7 | 5E | DB | 2 | 39 | 0 | E | 12A | 3F | 3D |
| Octal | 327 | 136 | 333 | 2 | 71 | 0 | 16 | 452 | 77 | 75 |
| Binary | 11010111 | 1011110 | 11011011 | 10 | 111001 | 0 | 1110 | 100101010 | 111111 | 111101 |
Color Harmonies of #D75EDB
Complementary color
Monochromatic Colors of #D75EDB
Black with #D75EDB
Text Example
Text Example
White with #D75EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EDB; }
p { color: rgb(215,94,219); }
H1.HeaderClassName
{
color: #D75EDB;
}
.AnyTagClassName
{
color: #D75EDB;
}
</style>
background-color css
<style>
a { background-color: #D75EDB; }
a { background-color: rgb(215,94,219); }
div.DivClassName
{
background-color: #D75EDB;
}
.BgClassName
{
background-color: #D75EDB;
}
</style>
border-color css
<style>
span { border-color: #D75EDB; }
span { border-color: rgb(215,94,219); }
td.TdClassName
{
border-color: #D75EDB;
}
.TagClassName
{
border-color: #D75EDB;
}
</style>