Html Css Color HEX #D759C5 Free Speech Magenta
📋 copy color: '#D759C5'red 215 ◦ green 89 ◦ blue 197
Shades of Free Speech Magenta #D759C5
Tints of Free Speech Magenta #D759C5
RGB
CMYK
RGB Variations
Color information
#D759C5 (or 0xD759C5) is known color: Free Speech Magenta. HEX triplet: D7, 59 and C5. RGB value is (215,89,197). Sum of RGB (Red+Green+Blue) = 215+89+197=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D759C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759C5 is #28A63A. Grayscale: #8A8A8A. Windows color (decimal): -2663995 or 12933591. OLE color: 12933591.
HSL color Cylindrical-coordinate representation of color #D759C5: hue angle of 308.57º 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 #D759C5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 197 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.16 |
| HSL | 308.57º | 0.61% | 0.6% | - |
| HSV(B) | 308.57º | 0.59% | 0.84% | - |
| XYZ | 41.67 | 25.62 | 55.57 | - |
| YUV | 138.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 197 | 0 | 0.59 | 0.08 | 0.16 | 308.57 | 0.61 | 0.6 |
| Hex | D7 | 59 | C5 | 0 | 3B | 8 | 10 | 135 | 3D | 3C |
| Octal | 327 | 131 | 305 | 0 | 73 | 10 | 20 | 465 | 75 | 74 |
| Binary | 11010111 | 1011001 | 11000101 | 0 | 111011 | 1000 | 10000 | 100110101 | 111101 | 111100 |
Color Harmonies of #D759C5
Complementary color
Monochromatic Colors of #D759C5
Black with #D759C5
Text Example
Text Example
White with #D759C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759C5; }
p { color: rgb(215,89,197); }
H1.HeaderClassName
{
color: #D759C5;
}
.AnyTagClassName
{
color: #D759C5;
}
</style>
background-color css
<style>
a { background-color: #D759C5; }
a { background-color: rgb(215,89,197); }
div.DivClassName
{
background-color: #D759C5;
}
.BgClassName
{
background-color: #D759C5;
}
</style>
border-color css
<style>
span { border-color: #D759C5; }
span { border-color: rgb(215,89,197); }
td.TdClassName
{
border-color: #D759C5;
}
.TagClassName
{
border-color: #D759C5;
}
</style>