Html Css Color HEX #D951E6 Free Speech Magenta
📋 copy color: '#D951E6'red 217 ◦ green 81 ◦ blue 230
Shades of Free Speech Magenta #D951E6
Tints of Free Speech Magenta #D951E6
RGB
CMYK
RGB Variations
Color information
#D951E6 (or 0xD951E6) is known color: Free Speech Magenta. HEX triplet: D9, 51 and E6. RGB value is (217,81,230). Sum of RGB (Red+Green+Blue) = 217+81+230=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #D951E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D951E6 is #26AE19. Grayscale: #8A8A8A. Windows color (decimal): -2534938 or 15094233. OLE color: 15094233.
HSL color Cylindrical-coordinate representation of color #D951E6: hue angle of 294.77º degrees, saturation: 0.75, 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 #D951E6 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 81 | 230 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.10 |
| HSL | 294.77º | 0.75% | 0.61% | - |
| HSV(B) | 294.77º | 0.65% | 0.9% | - |
| XYZ | 45.84 | 26.35 | 77.53 | - |
| YUV | 138.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 230 | 0.06 | 0.65 | 0 | 0.10 | 294.77 | 0.75 | 0.61 |
| Hex | D9 | 51 | E6 | 6 | 41 | 0 | A | 127 | 4B | 3D |
| Octal | 331 | 121 | 346 | 6 | 101 | 0 | 12 | 447 | 113 | 75 |
| Binary | 11011001 | 1010001 | 11100110 | 110 | 1000001 | 0 | 1010 | 100100111 | 1001011 | 111101 |
Color Harmonies of #D951E6
Complementary color
Monochromatic Colors of #D951E6
Black with #D951E6
Text Example
Text Example
White with #D951E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D951E6; }
p { color: rgb(217,81,230); }
H1.HeaderClassName
{
color: #D951E6;
}
.AnyTagClassName
{
color: #D951E6;
}
</style>
background-color css
<style>
a { background-color: #D951E6; }
a { background-color: rgb(217,81,230); }
div.DivClassName
{
background-color: #D951E6;
}
.BgClassName
{
background-color: #D951E6;
}
</style>
border-color css
<style>
span { border-color: #D951E6; }
span { border-color: rgb(217,81,230); }
td.TdClassName
{
border-color: #D951E6;
}
.TagClassName
{
border-color: #D951E6;
}
</style>