Html Css Color HEX #D351E9 Free Speech Magenta
📋 copy color: '#D351E9'red 211 ◦ green 81 ◦ blue 233
Shades of Free Speech Magenta #D351E9
Tints of Free Speech Magenta #D351E9
RGB
CMYK
RGB Variations
Color information
#D351E9 (or 0xD351E9) is known color: Free Speech Magenta. HEX triplet: D3, 51 and E9. RGB value is (211,81,233). Sum of RGB (Red+Green+Blue) = 211+81+233=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #D351E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D351E9 is #2CAE16. Grayscale: #888888. Windows color (decimal): -2928151 or 15290835. OLE color: 15290835.
HSL color Cylindrical-coordinate representation of color #D351E9: hue angle of 291.32º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D351E9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 81 | 233 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.09 |
| HSL | 291.32º | 0.78% | 0.62% | - |
| HSV(B) | 291.32º | 0.65% | 0.91% | - |
| XYZ | 44.51 | 25.62 | 79.69 | - |
| YUV | 137.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 233 | 0.09 | 0.65 | 0 | 0.09 | 291.32 | 0.78 | 0.62 |
| Hex | D3 | 51 | E9 | 9 | 41 | 0 | 9 | 123 | 4E | 3E |
| Octal | 323 | 121 | 351 | 11 | 101 | 0 | 11 | 443 | 116 | 76 |
| Binary | 11010011 | 1010001 | 11101001 | 1001 | 1000001 | 0 | 1001 | 100100011 | 1001110 | 111110 |
Color Harmonies of #D351E9
Complementary color
Monochromatic Colors of #D351E9
Black with #D351E9
Text Example
Text Example
White with #D351E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351E9; }
p { color: rgb(211,81,233); }
H1.HeaderClassName
{
color: #D351E9;
}
.AnyTagClassName
{
color: #D351E9;
}
</style>
background-color css
<style>
a { background-color: #D351E9; }
a { background-color: rgb(211,81,233); }
div.DivClassName
{
background-color: #D351E9;
}
.BgClassName
{
background-color: #D351E9;
}
</style>
border-color css
<style>
span { border-color: #D351E9; }
span { border-color: rgb(211,81,233); }
td.TdClassName
{
border-color: #D351E9;
}
.TagClassName
{
border-color: #D351E9;
}
</style>