Html Css Color HEX #D758D7 Free Speech Magenta
📋 copy color: '#D758D7'red 215 ◦ green 88 ◦ blue 215
Shades of Free Speech Magenta #D758D7
Tints of Free Speech Magenta #D758D7
RGB
CMYK
RGB Variations
Color information
#D758D7 (or 0xD758D7) is known color: Free Speech Magenta. HEX triplet: D7, 58 and D7. RGB value is (215,88,215). Sum of RGB (Red+Green+Blue) = 215+88+215=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D758D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758D7 is #28A728. Grayscale: #8C8C8C. Windows color (decimal): -2664233 or 14112983. OLE color: 14112983.
HSL color Cylindrical-coordinate representation of color #D758D7: hue angle of 300º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D758D7 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 215 | - |
| CMYK | 0 | 0.59 | 0 | 0.16 |
| HSL | 300º | 0.61% | 0.59% | - |
| HSV(B) | 300º | 0.59% | 0.84% | - |
| XYZ | 43.78 | 26.33 | 67.07 | - |
| YUV | 140.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 215 | 0 | 0.59 | 0 | 0.16 | 300 | 0.61 | 0.59 |
| Hex | D7 | 58 | D7 | 0 | 3B | 0 | 10 | 12C | 3D | 3B |
| Octal | 327 | 130 | 327 | 0 | 73 | 0 | 20 | 454 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11010111 | 0 | 111011 | 0 | 10000 | 100101100 | 111101 | 111011 |
Color Harmonies of #D758D7
Complementary color
Monochromatic Colors of #D758D7
Black with #D758D7
Text Example
Text Example
White with #D758D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758D7; }
p { color: rgb(215,88,215); }
H1.HeaderClassName
{
color: #D758D7;
}
.AnyTagClassName
{
color: #D758D7;
}
</style>
background-color css
<style>
a { background-color: #D758D7; }
a { background-color: rgb(215,88,215); }
div.DivClassName
{
background-color: #D758D7;
}
.BgClassName
{
background-color: #D758D7;
}
</style>
border-color css
<style>
span { border-color: #D758D7; }
span { border-color: rgb(215,88,215); }
td.TdClassName
{
border-color: #D758D7;
}
.TagClassName
{
border-color: #D758D7;
}
</style>