Html Css Color HEX #D259E9 Free Speech Magenta
📋 copy color: '#D259E9'red 210 ◦ green 89 ◦ blue 233
Shades of Free Speech Magenta #D259E9
Tints of Free Speech Magenta #D259E9
RGB
CMYK
RGB Variations
Color information
#D259E9 (or 0xD259E9) is known color: Free Speech Magenta. HEX triplet: D2, 59 and E9. RGB value is (210,89,233). Sum of RGB (Red+Green+Blue) = 210+89+233=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #D259E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259E9 is #2DA616. Grayscale: #8D8D8D. Windows color (decimal): -2991639 or 15292882. OLE color: 15292882.
HSL color Cylindrical-coordinate representation of color #D259E9: hue angle of 290.42º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D259E9 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 89 | 233 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.09 |
| HSL | 290.42º | 0.77% | 0.63% | - |
| HSV(B) | 290.42º | 0.62% | 0.91% | - |
| XYZ | 44.86 | 26.73 | 79.89 | - |
| YUV | 141.6 | 179.59 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 233 | 0.10 | 0.62 | 0 | 0.09 | 290.42 | 0.77 | 0.63 |
| Hex | D2 | 59 | E9 | A | 3E | 0 | 9 | 122 | 4D | 3F |
| Octal | 322 | 131 | 351 | 12 | 76 | 0 | 11 | 442 | 115 | 77 |
| Binary | 11010010 | 1011001 | 11101001 | 1010 | 111110 | 0 | 1001 | 100100010 | 1001101 | 111111 |
Color Harmonies of #D259E9
Complementary color
Monochromatic Colors of #D259E9
Black with #D259E9
Text Example
Text Example
White with #D259E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259E9; }
p { color: rgb(210,89,233); }
H1.HeaderClassName
{
color: #D259E9;
}
.AnyTagClassName
{
color: #D259E9;
}
</style>
background-color css
<style>
a { background-color: #D259E9; }
a { background-color: rgb(210,89,233); }
div.DivClassName
{
background-color: #D259E9;
}
.BgClassName
{
background-color: #D259E9;
}
</style>
border-color css
<style>
span { border-color: #D259E9; }
span { border-color: rgb(210,89,233); }
td.TdClassName
{
border-color: #D259E9;
}
.TagClassName
{
border-color: #D259E9;
}
</style>