Html Css Color HEX #D758D2 Free Speech Magenta
📋 copy color: '#D758D2'red 215 ◦ green 88 ◦ blue 210
Shades of Free Speech Magenta #D758D2
Tints of Free Speech Magenta #D758D2
RGB
CMYK
RGB Variations
Color information
#D758D2 (or 0xD758D2) is known color: Free Speech Magenta. HEX triplet: D7, 58 and D2. RGB value is (215,88,210). Sum of RGB (Red+Green+Blue) = 215+88+210=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D758D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758D2 is #28A72D. Grayscale: #8B8B8B. Windows color (decimal): -2664238 or 13785303. OLE color: 13785303.
HSL color Cylindrical-coordinate representation of color #D758D2: hue angle of 302.36º 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 #D758D2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 210 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.16 |
| HSL | 302.36º | 0.61% | 0.59% | - |
| HSV(B) | 302.36º | 0.59% | 0.84% | - |
| XYZ | 43.15 | 26.08 | 63.73 | - |
| YUV | 139.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 210 | 0 | 0.59 | 0.02 | 0.16 | 302.36 | 0.61 | 0.59 |
| Hex | D7 | 58 | D2 | 0 | 3B | 2 | 10 | 12E | 3D | 3B |
| Octal | 327 | 130 | 322 | 0 | 73 | 2 | 20 | 456 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11010010 | 0 | 111011 | 10 | 10000 | 100101110 | 111101 | 111011 |
Color Harmonies of #D758D2
Complementary color
Monochromatic Colors of #D758D2
Black with #D758D2
Text Example
Text Example
White with #D758D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758D2; }
p { color: rgb(215,88,210); }
H1.HeaderClassName
{
color: #D758D2;
}
.AnyTagClassName
{
color: #D758D2;
}
</style>
background-color css
<style>
a { background-color: #D758D2; }
a { background-color: rgb(215,88,210); }
div.DivClassName
{
background-color: #D758D2;
}
.BgClassName
{
background-color: #D758D2;
}
</style>
border-color css
<style>
span { border-color: #D758D2; }
span { border-color: rgb(215,88,210); }
td.TdClassName
{
border-color: #D758D2;
}
.TagClassName
{
border-color: #D758D2;
}
</style>