Html Css Color HEX #D951E5 Free Speech Magenta
📋 copy color: '#D951E5'red 217 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #D951E5
Tints of Free Speech Magenta #D951E5
RGB
CMYK
RGB Variations
Color information
#D951E5 (or 0xD951E5) is known color: Free Speech Magenta. HEX triplet: D9, 51 and E5. RGB value is (217,81,229). Sum of RGB (Red+Green+Blue) = 217+81+229=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #D951E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D951E5 is #26AE1A. Grayscale: #8A8A8A. Windows color (decimal): -2534939 or 15028697. OLE color: 15028697.
HSL color Cylindrical-coordinate representation of color #D951E5: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D951E5 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 81 | 229 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.10 |
| HSL | 295.14º | 0.74% | 0.61% | - |
| HSV(B) | 295.14º | 0.65% | 0.9% | - |
| XYZ | 45.7 | 26.29 | 76.8 | - |
| YUV | 138.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 229 | 0.05 | 0.65 | 0 | 0.10 | 295.14 | 0.74 | 0.61 |
| Hex | D9 | 51 | E5 | 5 | 41 | 0 | A | 127 | 4A | 3D |
| Octal | 331 | 121 | 345 | 5 | 101 | 0 | 12 | 447 | 112 | 75 |
| Binary | 11011001 | 1010001 | 11100101 | 101 | 1000001 | 0 | 1010 | 100100111 | 1001010 | 111101 |
Color Harmonies of #D951E5
Complementary color
Monochromatic Colors of #D951E5
Black with #D951E5
Text Example
Text Example
White with #D951E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951E5; }
p { color: rgb(217,81,229); }
H1.HeaderClassName
{
color: #D951E5;
}
.AnyTagClassName
{
color: #D951E5;
}
</style>
background-color css
<style>
a { background-color: #D951E5; }
a { background-color: rgb(217,81,229); }
div.DivClassName
{
background-color: #D951E5;
}
.BgClassName
{
background-color: #D951E5;
}
</style>
border-color css
<style>
span { border-color: #D951E5; }
span { border-color: rgb(217,81,229); }
td.TdClassName
{
border-color: #D951E5;
}
.TagClassName
{
border-color: #D951E5;
}
</style>