Html Css Color HEX #D75FDD Free Speech Magenta
📋 copy color: '#D75FDD'red 215 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #D75FDD
Tints of Free Speech Magenta #D75FDD
RGB
CMYK
RGB Variations
Color information
#D75FDD (or 0xD75FDD) is known color: Free Speech Magenta. HEX triplet: D7, 5F and DD. RGB value is (215,95,221). Sum of RGB (Red+Green+Blue) = 215+95+221=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D75FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FDD is #28A022. Grayscale: #909090. Windows color (decimal): -2662435 or 14507991. OLE color: 14507991.
HSL color Cylindrical-coordinate representation of color #D75FDD: hue angle of 297.14º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75FDD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 95 | 221 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.13 |
| HSL | 297.14º | 0.65% | 0.62% | - |
| HSV(B) | 297.14º | 0.57% | 0.87% | - |
| XYZ | 45.17 | 27.85 | 71.4 | - |
| YUV | 145.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 221 | 0.03 | 0.57 | 0 | 0.13 | 297.14 | 0.65 | 0.62 |
| Hex | D7 | 5F | DD | 3 | 39 | 0 | D | 129 | 41 | 3E |
| Octal | 327 | 137 | 335 | 3 | 71 | 0 | 15 | 451 | 101 | 76 |
| Binary | 11010111 | 1011111 | 11011101 | 11 | 111001 | 0 | 1101 | 100101001 | 1000001 | 111110 |
Color Harmonies of #D75FDD
Complementary color
Monochromatic Colors of #D75FDD
Black with #D75FDD
Text Example
Text Example
White with #D75FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75FDD; }
p { color: rgb(215,95,221); }
H1.HeaderClassName
{
color: #D75FDD;
}
.AnyTagClassName
{
color: #D75FDD;
}
</style>
background-color css
<style>
a { background-color: #D75FDD; }
a { background-color: rgb(215,95,221); }
div.DivClassName
{
background-color: #D75FDD;
}
.BgClassName
{
background-color: #D75FDD;
}
</style>
border-color css
<style>
span { border-color: #D75FDD; }
span { border-color: rgb(215,95,221); }
td.TdClassName
{
border-color: #D75FDD;
}
.TagClassName
{
border-color: #D75FDD;
}
</style>