Html Css Color HEX #D75EC0 Free Speech Magenta
📋 copy color: '#D75EC0'red 215 ◦ green 94 ◦ blue 192
Shades of Free Speech Magenta #D75EC0
Tints of Free Speech Magenta #D75EC0
RGB
CMYK
RGB Variations
Color information
#D75EC0 (or 0xD75EC0) is known color: Free Speech Magenta. HEX triplet: D7, 5E and C0. RGB value is (215,94,192). Sum of RGB (Red+Green+Blue) = 215+94+192=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D75EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75EC0 is #28A13F. Grayscale: #8D8D8D. Windows color (decimal): -2662720 or 12607191. OLE color: 12607191.
HSL color Cylindrical-coordinate representation of color #D75EC0: hue angle of 311.4º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75EC0 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 192 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.16 |
| HSL | 311.41º | 0.6% | 0.61% | - |
| HSV(B) | 311.41º | 0.56% | 0.84% | - |
| XYZ | 41.54 | 26.26 | 52.75 | - |
| YUV | 141.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 192 | 0 | 0.56 | 0.11 | 0.16 | 311.41 | 0.6 | 0.61 |
| Hex | D7 | 5E | C0 | 0 | 38 | B | 10 | 137 | 3C | 3D |
| Octal | 327 | 136 | 300 | 0 | 70 | 13 | 20 | 467 | 74 | 75 |
| Binary | 11010111 | 1011110 | 11000000 | 0 | 111000 | 1011 | 10000 | 100110111 | 111100 | 111101 |
Color Harmonies of #D75EC0
Complementary color
Monochromatic Colors of #D75EC0
Black with #D75EC0
Text Example
Text Example
White with #D75EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75EC0; }
p { color: rgb(215,94,192); }
H1.HeaderClassName
{
color: #D75EC0;
}
.AnyTagClassName
{
color: #D75EC0;
}
</style>
background-color css
<style>
a { background-color: #D75EC0; }
a { background-color: rgb(215,94,192); }
div.DivClassName
{
background-color: #D75EC0;
}
.BgClassName
{
background-color: #D75EC0;
}
</style>
border-color css
<style>
span { border-color: #D75EC0; }
span { border-color: rgb(215,94,192); }
td.TdClassName
{
border-color: #D75EC0;
}
.TagClassName
{
border-color: #D75EC0;
}
</style>