Html Css Color HEX #D759DB Free Speech Magenta
📋 copy color: '#D759DB'red 215 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #D759DB
Tints of Free Speech Magenta #D759DB
RGB
CMYK
RGB Variations
Color information
#D759DB (or 0xD759DB) is known color: Free Speech Magenta. HEX triplet: D7, 59 and DB. RGB value is (215,89,219). Sum of RGB (Red+Green+Blue) = 215+89+219=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D759DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759DB is #28A624. Grayscale: #8D8D8D. Windows color (decimal): -2663973 or 14375383. OLE color: 14375383.
HSL color Cylindrical-coordinate representation of color #D759DB: hue angle of 298.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759DB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 89 | 219 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.14 |
| HSL | 298.15º | 0.64% | 0.6% | - |
| HSV(B) | 298.15º | 0.59% | 0.86% | - |
| XYZ | 44.38 | 26.71 | 69.83 | - |
| YUV | 141.49 | 171.74 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 219 | 0.02 | 0.59 | 0 | 0.14 | 298.15 | 0.64 | 0.6 |
| Hex | D7 | 59 | DB | 2 | 3B | 0 | E | 12A | 40 | 3C |
| Octal | 327 | 131 | 333 | 2 | 73 | 0 | 16 | 452 | 100 | 74 |
| Binary | 11010111 | 1011001 | 11011011 | 10 | 111011 | 0 | 1110 | 100101010 | 1000000 | 111100 |
Color Harmonies of #D759DB
Complementary color
Monochromatic Colors of #D759DB
Black with #D759DB
Text Example
Text Example
White with #D759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759DB; }
p { color: rgb(215,89,219); }
H1.HeaderClassName
{
color: #D759DB;
}
.AnyTagClassName
{
color: #D759DB;
}
</style>
background-color css
<style>
a { background-color: #D759DB; }
a { background-color: rgb(215,89,219); }
div.DivClassName
{
background-color: #D759DB;
}
.BgClassName
{
background-color: #D759DB;
}
</style>
border-color css
<style>
span { border-color: #D759DB; }
span { border-color: rgb(215,89,219); }
td.TdClassName
{
border-color: #D759DB;
}
.TagClassName
{
border-color: #D759DB;
}
</style>