Html Css Color HEX #D75CCD Free Speech Magenta
📋 copy color: '#D75CCD'red 215 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #D75CCD
Tints of Free Speech Magenta #D75CCD
RGB
CMYK
RGB Variations
Color information
#D75CCD (or 0xD75CCD) is known color: Free Speech Magenta. HEX triplet: D7, 5C and CD. RGB value is (215,92,205). Sum of RGB (Red+Green+Blue) = 215+92+205=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CCD is #28A332. Grayscale: #8D8D8D. Windows color (decimal): -2663219 or 13458647. OLE color: 13458647.
HSL color Cylindrical-coordinate representation of color #D75CCD: hue angle of 304.88º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75CCD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 205 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.16 |
| HSL | 304.88º | 0.61% | 0.6% | - |
| HSV(B) | 304.88º | 0.57% | 0.84% | - |
| XYZ | 42.87 | 26.51 | 60.61 | - |
| YUV | 141.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 205 | 0 | 0.57 | 0.05 | 0.16 | 304.88 | 0.61 | 0.6 |
| Hex | D7 | 5C | CD | 0 | 39 | 5 | 10 | 131 | 3D | 3C |
| Octal | 327 | 134 | 315 | 0 | 71 | 5 | 20 | 461 | 75 | 74 |
| Binary | 11010111 | 1011100 | 11001101 | 0 | 111001 | 101 | 10000 | 100110001 | 111101 | 111100 |
Color Harmonies of #D75CCD
Complementary color
Monochromatic Colors of #D75CCD
Black with #D75CCD
Text Example
Text Example
White with #D75CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CCD; }
p { color: rgb(215,92,205); }
H1.HeaderClassName
{
color: #D75CCD;
}
.AnyTagClassName
{
color: #D75CCD;
}
</style>
background-color css
<style>
a { background-color: #D75CCD; }
a { background-color: rgb(215,92,205); }
div.DivClassName
{
background-color: #D75CCD;
}
.BgClassName
{
background-color: #D75CCD;
}
</style>
border-color css
<style>
span { border-color: #D75CCD; }
span { border-color: rgb(215,92,205); }
td.TdClassName
{
border-color: #D75CCD;
}
.TagClassName
{
border-color: #D75CCD;
}
</style>