Html Css Color HEX #D75DDD Free Speech Magenta
📋 copy color: '#D75DDD'red 215 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #D75DDD
Tints of Free Speech Magenta #D75DDD
RGB
CMYK
RGB Variations
Color information
#D75DDD (or 0xD75DDD) is known color: Free Speech Magenta. HEX triplet: D7, 5D and DD. RGB value is (215,93,221). Sum of RGB (Red+Green+Blue) = 215+93+221=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D75DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DDD is #28A222. Grayscale: #8F8F8F. Windows color (decimal): -2662947 or 14507479. OLE color: 14507479.
HSL color Cylindrical-coordinate representation of color #D75DDD: hue angle of 297.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75DDD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 93 | 221 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.13 |
| HSL | 297.19º | 0.65% | 0.62% | - |
| HSV(B) | 297.19º | 0.58% | 0.87% | - |
| XYZ | 44.99 | 27.5 | 71.34 | - |
| YUV | 144.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 221 | 0.03 | 0.58 | 0 | 0.13 | 297.19 | 0.65 | 0.62 |
| Hex | D7 | 5D | DD | 3 | 3A | 0 | D | 129 | 41 | 3E |
| Octal | 327 | 135 | 335 | 3 | 72 | 0 | 15 | 451 | 101 | 76 |
| Binary | 11010111 | 1011101 | 11011101 | 11 | 111010 | 0 | 1101 | 100101001 | 1000001 | 111110 |
Color Harmonies of #D75DDD
Complementary color
Monochromatic Colors of #D75DDD
Black with #D75DDD
Text Example
Text Example
White with #D75DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75DDD; }
p { color: rgb(215,93,221); }
H1.HeaderClassName
{
color: #D75DDD;
}
.AnyTagClassName
{
color: #D75DDD;
}
</style>
background-color css
<style>
a { background-color: #D75DDD; }
a { background-color: rgb(215,93,221); }
div.DivClassName
{
background-color: #D75DDD;
}
.BgClassName
{
background-color: #D75DDD;
}
</style>
border-color css
<style>
span { border-color: #D75DDD; }
span { border-color: rgb(215,93,221); }
td.TdClassName
{
border-color: #D75DDD;
}
.TagClassName
{
border-color: #D75DDD;
}
</style>