Html Css Color HEX #D758D0 Free Speech Magenta
📋 copy color: '#D758D0'red 215 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #D758D0
Tints of Free Speech Magenta #D758D0
RGB
CMYK
RGB Variations
Color information
#D758D0 (or 0xD758D0) is known color: Free Speech Magenta. HEX triplet: D7, 58 and D0. RGB value is (215,88,208). Sum of RGB (Red+Green+Blue) = 215+88+208=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D758D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758D0 is #28A72F. Grayscale: #8B8B8B. Windows color (decimal): -2664240 or 13654231. OLE color: 13654231.
HSL color Cylindrical-coordinate representation of color #D758D0: hue angle of 303.31º 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 #D758D0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 208 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.16 |
| HSL | 303.31º | 0.61% | 0.59% | - |
| HSV(B) | 303.31º | 0.59% | 0.84% | - |
| XYZ | 42.9 | 25.98 | 62.43 | - |
| YUV | 139.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 208 | 0 | 0.59 | 0.03 | 0.16 | 303.31 | 0.61 | 0.59 |
| Hex | D7 | 58 | D0 | 0 | 3B | 3 | 10 | 12F | 3D | 3B |
| Octal | 327 | 130 | 320 | 0 | 73 | 3 | 20 | 457 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11010000 | 0 | 111011 | 11 | 10000 | 100101111 | 111101 | 111011 |
Color Harmonies of #D758D0
Complementary color
Monochromatic Colors of #D758D0
Black with #D758D0
Text Example
Text Example
White with #D758D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758D0; }
p { color: rgb(215,88,208); }
H1.HeaderClassName
{
color: #D758D0;
}
.AnyTagClassName
{
color: #D758D0;
}
</style>
background-color css
<style>
a { background-color: #D758D0; }
a { background-color: rgb(215,88,208); }
div.DivClassName
{
background-color: #D758D0;
}
.BgClassName
{
background-color: #D758D0;
}
</style>
border-color css
<style>
span { border-color: #D758D0; }
span { border-color: rgb(215,88,208); }
td.TdClassName
{
border-color: #D758D0;
}
.TagClassName
{
border-color: #D758D0;
}
</style>