Html Css Color HEX #D759DD Free Speech Magenta
📋 copy color: '#D759DD'red 215 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D759DD
Tints of Free Speech Magenta #D759DD
RGB
CMYK
RGB Variations
Color information
#D759DD (or 0xD759DD) is known color: Free Speech Magenta. HEX triplet: D7, 59 and DD. RGB value is (215,89,221). Sum of RGB (Red+Green+Blue) = 215+89+221=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #D759DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759DD is #28A622. Grayscale: #8D8D8D. Windows color (decimal): -2663971 or 14506455. OLE color: 14506455.
HSL color Cylindrical-coordinate representation of color #D759DD: hue angle of 297.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D759DD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 89 | 221 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.13 |
| HSL | 297.27º | 0.66% | 0.61% | - |
| HSV(B) | 297.27º | 0.6% | 0.87% | - |
| XYZ | 44.65 | 26.81 | 71.23 | - |
| YUV | 141.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 221 | 0.03 | 0.60 | 0 | 0.13 | 297.27 | 0.66 | 0.61 |
| Hex | D7 | 59 | DD | 3 | 3C | 0 | D | 129 | 42 | 3D |
| Octal | 327 | 131 | 335 | 3 | 74 | 0 | 15 | 451 | 102 | 75 |
| Binary | 11010111 | 1011001 | 11011101 | 11 | 111100 | 0 | 1101 | 100101001 | 1000010 | 111101 |
Color Harmonies of #D759DD
Complementary color
Monochromatic Colors of #D759DD
Black with #D759DD
Text Example
Text Example
White with #D759DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759DD; }
p { color: rgb(215,89,221); }
H1.HeaderClassName
{
color: #D759DD;
}
.AnyTagClassName
{
color: #D759DD;
}
</style>
background-color css
<style>
a { background-color: #D759DD; }
a { background-color: rgb(215,89,221); }
div.DivClassName
{
background-color: #D759DD;
}
.BgClassName
{
background-color: #D759DD;
}
</style>
border-color css
<style>
span { border-color: #D759DD; }
span { border-color: rgb(215,89,221); }
td.TdClassName
{
border-color: #D759DD;
}
.TagClassName
{
border-color: #D759DD;
}
</style>