Html Css Color HEX #D758D1 Free Speech Magenta
📋 copy color: '#D758D1'red 215 ◦ green 88 ◦ blue 209
Shades of Free Speech Magenta #D758D1
Tints of Free Speech Magenta #D758D1
RGB
CMYK
RGB Variations
Color information
#D758D1 (or 0xD758D1) is known color: Free Speech Magenta. HEX triplet: D7, 58 and D1. RGB value is (215,88,209). Sum of RGB (Red+Green+Blue) = 215+88+209=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D758D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758D1 is #28A72E. Grayscale: #8B8B8B. Windows color (decimal): -2664239 or 13719767. OLE color: 13719767.
HSL color Cylindrical-coordinate representation of color #D758D1: hue angle of 302.83º 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 #D758D1 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 209 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.16 |
| HSL | 302.83º | 0.61% | 0.59% | - |
| HSV(B) | 302.83º | 0.59% | 0.84% | - |
| XYZ | 43.02 | 26.03 | 63.08 | - |
| YUV | 139.77 | 167.08 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 209 | 0 | 0.59 | 0.03 | 0.16 | 302.83 | 0.61 | 0.59 |
| Hex | D7 | 58 | D1 | 0 | 3B | 3 | 10 | 12F | 3D | 3B |
| Octal | 327 | 130 | 321 | 0 | 73 | 3 | 20 | 457 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11010001 | 0 | 111011 | 11 | 10000 | 100101111 | 111101 | 111011 |
Color Harmonies of #D758D1
Complementary color
Monochromatic Colors of #D758D1
Black with #D758D1
Text Example
Text Example
White with #D758D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758D1; }
p { color: rgb(215,88,209); }
H1.HeaderClassName
{
color: #D758D1;
}
.AnyTagClassName
{
color: #D758D1;
}
</style>
background-color css
<style>
a { background-color: #D758D1; }
a { background-color: rgb(215,88,209); }
div.DivClassName
{
background-color: #D758D1;
}
.BgClassName
{
background-color: #D758D1;
}
</style>
border-color css
<style>
span { border-color: #D758D1; }
span { border-color: rgb(215,88,209); }
td.TdClassName
{
border-color: #D758D1;
}
.TagClassName
{
border-color: #D758D1;
}
</style>