Html Css Color HEX #D75FDB Free Speech Magenta
📋 copy color: '#D75FDB'red 215 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #D75FDB
Tints of Free Speech Magenta #D75FDB
RGB
CMYK
RGB Variations
Color information
#D75FDB (or 0xD75FDB) is known color: Free Speech Magenta. HEX triplet: D7, 5F and DB. RGB value is (215,95,219). Sum of RGB (Red+Green+Blue) = 215+95+219=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D75FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FDB is #28A024. Grayscale: #909090. Windows color (decimal): -2662437 or 14376919. OLE color: 14376919.
HSL color Cylindrical-coordinate representation of color #D75FDB: hue angle of 298.06º 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 #D75FDB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 95 | 219 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.14 |
| HSL | 298.06º | 0.63% | 0.62% | - |
| HSV(B) | 298.06º | 0.57% | 0.86% | - |
| XYZ | 44.9 | 27.75 | 70.01 | - |
| YUV | 145.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 219 | 0.02 | 0.57 | 0 | 0.14 | 298.06 | 0.63 | 0.62 |
| Hex | D7 | 5F | DB | 2 | 39 | 0 | E | 12A | 3F | 3E |
| Octal | 327 | 137 | 333 | 2 | 71 | 0 | 16 | 452 | 77 | 76 |
| Binary | 11010111 | 1011111 | 11011011 | 10 | 111001 | 0 | 1110 | 100101010 | 111111 | 111110 |
Color Harmonies of #D75FDB
Complementary color
Monochromatic Colors of #D75FDB
Black with #D75FDB
Text Example
Text Example
White with #D75FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75FDB; }
p { color: rgb(215,95,219); }
H1.HeaderClassName
{
color: #D75FDB;
}
.AnyTagClassName
{
color: #D75FDB;
}
</style>
background-color css
<style>
a { background-color: #D75FDB; }
a { background-color: rgb(215,95,219); }
div.DivClassName
{
background-color: #D75FDB;
}
.BgClassName
{
background-color: #D75FDB;
}
</style>
border-color css
<style>
span { border-color: #D75FDB; }
span { border-color: rgb(215,95,219); }
td.TdClassName
{
border-color: #D75FDB;
}
.TagClassName
{
border-color: #D75FDB;
}
</style>