Html Css Color HEX #D259E5 Free Speech Magenta
📋 copy color: '#D259E5'red 210 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #D259E5
Tints of Free Speech Magenta #D259E5
RGB
CMYK
RGB Variations
Color information
#D259E5 (or 0xD259E5) is known color: Free Speech Magenta. HEX triplet: D2, 59 and E5. RGB value is (210,89,229). Sum of RGB (Red+Green+Blue) = 210+89+229=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #D259E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259E5 is #2DA61A. Grayscale: #8C8C8C. Windows color (decimal): -2991643 or 15030738. OLE color: 15030738.
HSL color Cylindrical-coordinate representation of color #D259E5: hue angle of 291.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D259E5 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 89 | 229 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.10 |
| HSL | 291.86º | 0.73% | 0.62% | - |
| HSV(B) | 291.86º | 0.61% | 0.9% | - |
| XYZ | 44.29 | 26.5 | 76.91 | - |
| YUV | 141.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 229 | 0.08 | 0.61 | 0 | 0.10 | 291.86 | 0.73 | 0.62 |
| Hex | D2 | 59 | E5 | 8 | 3D | 0 | A | 124 | 49 | 3E |
| Octal | 322 | 131 | 345 | 10 | 75 | 0 | 12 | 444 | 111 | 76 |
| Binary | 11010010 | 1011001 | 11100101 | 1000 | 111101 | 0 | 1010 | 100100100 | 1001001 | 111110 |
Color Harmonies of #D259E5
Complementary color
Monochromatic Colors of #D259E5
Black with #D259E5
Text Example
Text Example
White with #D259E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259E5; }
p { color: rgb(210,89,229); }
H1.HeaderClassName
{
color: #D259E5;
}
.AnyTagClassName
{
color: #D259E5;
}
</style>
background-color css
<style>
a { background-color: #D259E5; }
a { background-color: rgb(210,89,229); }
div.DivClassName
{
background-color: #D259E5;
}
.BgClassName
{
background-color: #D259E5;
}
</style>
border-color css
<style>
span { border-color: #D259E5; }
span { border-color: rgb(210,89,229); }
td.TdClassName
{
border-color: #D259E5;
}
.TagClassName
{
border-color: #D259E5;
}
</style>