Html Css Color HEX #D759C9 Free Speech Magenta
📋 copy color: '#D759C9'red 215 ◦ green 89 ◦ blue 201
Shades of Free Speech Magenta #D759C9
Tints of Free Speech Magenta #D759C9
RGB
CMYK
RGB Variations
Color information
#D759C9 (or 0xD759C9) is known color: Free Speech Magenta. HEX triplet: D7, 59 and C9. RGB value is (215,89,201). Sum of RGB (Red+Green+Blue) = 215+89+201=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D759C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759C9 is #28A636. Grayscale: #8B8B8B. Windows color (decimal): -2663991 or 13195735. OLE color: 13195735.
HSL color Cylindrical-coordinate representation of color #D759C9: hue angle of 306.67º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759C9 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 201 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.16 |
| HSL | 306.67º | 0.61% | 0.6% | - |
| HSV(B) | 306.67º | 0.59% | 0.84% | - |
| XYZ | 42.14 | 25.81 | 58.02 | - |
| YUV | 139.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 201 | 0 | 0.59 | 0.07 | 0.16 | 306.67 | 0.61 | 0.6 |
| Hex | D7 | 59 | C9 | 0 | 3B | 7 | 10 | 133 | 3D | 3C |
| Octal | 327 | 131 | 311 | 0 | 73 | 7 | 20 | 463 | 75 | 74 |
| Binary | 11010111 | 1011001 | 11001001 | 0 | 111011 | 111 | 10000 | 100110011 | 111101 | 111100 |
Color Harmonies of #D759C9
Complementary color
Monochromatic Colors of #D759C9
Black with #D759C9
Text Example
Text Example
White with #D759C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759C9; }
p { color: rgb(215,89,201); }
H1.HeaderClassName
{
color: #D759C9;
}
.AnyTagClassName
{
color: #D759C9;
}
</style>
background-color css
<style>
a { background-color: #D759C9; }
a { background-color: rgb(215,89,201); }
div.DivClassName
{
background-color: #D759C9;
}
.BgClassName
{
background-color: #D759C9;
}
</style>
border-color css
<style>
span { border-color: #D759C9; }
span { border-color: rgb(215,89,201); }
td.TdClassName
{
border-color: #D759C9;
}
.TagClassName
{
border-color: #D759C9;
}
</style>