Html Css Color HEX #D758D5 Free Speech Magenta
📋 copy color: '#D758D5'red 215 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #D758D5
Tints of Free Speech Magenta #D758D5
RGB
CMYK
RGB Variations
Color information
#D758D5 (or 0xD758D5) is known color: Free Speech Magenta. HEX triplet: D7, 58 and D5. RGB value is (215,88,213). Sum of RGB (Red+Green+Blue) = 215+88+213=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D758D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758D5 is #28A72A. Grayscale: #8B8B8B. Windows color (decimal): -2664235 or 13981911. OLE color: 13981911.
HSL color Cylindrical-coordinate representation of color #D758D5: hue angle of 300.94º 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 #D758D5 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 213 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.16 |
| HSL | 300.94º | 0.61% | 0.59% | - |
| HSV(B) | 300.94º | 0.59% | 0.84% | - |
| XYZ | 43.52 | 26.23 | 65.72 | - |
| YUV | 140.22 | 169.08 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 213 | 0 | 0.59 | 0.01 | 0.16 | 300.94 | 0.61 | 0.59 |
| Hex | D7 | 58 | D5 | 0 | 3B | 1 | 10 | 12D | 3D | 3B |
| Octal | 327 | 130 | 325 | 0 | 73 | 1 | 20 | 455 | 75 | 73 |
| Binary | 11010111 | 1011000 | 11010101 | 0 | 111011 | 1 | 10000 | 100101101 | 111101 | 111011 |
Color Harmonies of #D758D5
Complementary color
Monochromatic Colors of #D758D5
Black with #D758D5
Text Example
Text Example
White with #D758D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D758D5; }
p { color: rgb(215,88,213); }
H1.HeaderClassName
{
color: #D758D5;
}
.AnyTagClassName
{
color: #D758D5;
}
</style>
background-color css
<style>
a { background-color: #D758D5; }
a { background-color: rgb(215,88,213); }
div.DivClassName
{
background-color: #D758D5;
}
.BgClassName
{
background-color: #D758D5;
}
</style>
border-color css
<style>
span { border-color: #D758D5; }
span { border-color: rgb(215,88,213); }
td.TdClassName
{
border-color: #D758D5;
}
.TagClassName
{
border-color: #D758D5;
}
</style>