Html Css Color HEX #D259EA Free Speech Magenta
📋 copy color: '#D259EA'red 210 ◦ green 89 ◦ blue 234
Shades of Free Speech Magenta #D259EA
Tints of Free Speech Magenta #D259EA
RGB
CMYK
RGB Variations
Color information
#D259EA (or 0xD259EA) is known color: Free Speech Magenta. HEX triplet: D2, 59 and EA. RGB value is (210,89,234). Sum of RGB (Red+Green+Blue) = 210+89+234=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 89 (35.16% from 255 or 16.70% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #D259EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259EA is #2DA615. Grayscale: #8D8D8D. Windows color (decimal): -2991638 or 15358418. OLE color: 15358418.
HSL color Cylindrical-coordinate representation of color #D259EA: hue angle of 290.07º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D259EA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 89 | 234 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.08 |
| HSL | 290.07º | 0.78% | 0.63% | - |
| HSV(B) | 290.07º | 0.62% | 0.92% | - |
| XYZ | 45 | 26.79 | 80.64 | - |
| YUV | 141.71 | 180.09 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 234 | 0.10 | 0.62 | 0 | 0.08 | 290.07 | 0.78 | 0.63 |
| Hex | D2 | 59 | EA | A | 3E | 0 | 8 | 122 | 4E | 3F |
| Octal | 322 | 131 | 352 | 12 | 76 | 0 | 10 | 442 | 116 | 77 |
| Binary | 11010010 | 1011001 | 11101010 | 1010 | 111110 | 0 | 1000 | 100100010 | 1001110 | 111111 |
Color Harmonies of #D259EA
Complementary color
Monochromatic Colors of #D259EA
Black with #D259EA
Text Example
Text Example
White with #D259EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259EA; }
p { color: rgb(210,89,234); }
H1.HeaderClassName
{
color: #D259EA;
}
.AnyTagClassName
{
color: #D259EA;
}
</style>
background-color css
<style>
a { background-color: #D259EA; }
a { background-color: rgb(210,89,234); }
div.DivClassName
{
background-color: #D259EA;
}
.BgClassName
{
background-color: #D259EA;
}
</style>
border-color css
<style>
span { border-color: #D259EA; }
span { border-color: rgb(210,89,234); }
td.TdClassName
{
border-color: #D259EA;
}
.TagClassName
{
border-color: #D259EA;
}
</style>