Html Css Color HEX #D761C5 Free Speech Magenta
📋 copy color: '#D761C5'red 215 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #D761C5
Tints of Free Speech Magenta #D761C5
RGB
CMYK
RGB Variations
Color information
#D761C5 (or 0xD761C5) is known color: Free Speech Magenta. HEX triplet: D7, 61 and C5. RGB value is (215,97,197). Sum of RGB (Red+Green+Blue) = 215+97+197=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D761C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761C5 is #289E3A. Grayscale: #8F8F8F. Windows color (decimal): -2661947 or 12935639. OLE color: 12935639.
HSL color Cylindrical-coordinate representation of color #D761C5: hue angle of 309.15º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D761C5 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 197 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.16 |
| HSL | 309.15º | 0.6% | 0.61% | - |
| HSV(B) | 309.15º | 0.55% | 0.84% | - |
| XYZ | 42.38 | 27.03 | 55.81 | - |
| YUV | 143.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 197 | 0 | 0.55 | 0.08 | 0.16 | 309.15 | 0.6 | 0.61 |
| Hex | D7 | 61 | C5 | 0 | 37 | 8 | 10 | 135 | 3C | 3D |
| Octal | 327 | 141 | 305 | 0 | 67 | 10 | 20 | 465 | 74 | 75 |
| Binary | 11010111 | 1100001 | 11000101 | 0 | 110111 | 1000 | 10000 | 100110101 | 111100 | 111101 |
Color Harmonies of #D761C5
Complementary color
Monochromatic Colors of #D761C5
Black with #D761C5
Text Example
Text Example
White with #D761C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D761C5; }
p { color: rgb(215,97,197); }
H1.HeaderClassName
{
color: #D761C5;
}
.AnyTagClassName
{
color: #D761C5;
}
</style>
background-color css
<style>
a { background-color: #D761C5; }
a { background-color: rgb(215,97,197); }
div.DivClassName
{
background-color: #D761C5;
}
.BgClassName
{
background-color: #D761C5;
}
</style>
border-color css
<style>
span { border-color: #D761C5; }
span { border-color: rgb(215,97,197); }
td.TdClassName
{
border-color: #D761C5;
}
.TagClassName
{
border-color: #D761C5;
}
</style>