Html Css Color HEX #D259E4 Free Speech Magenta
📋 copy color: '#D259E4'red 210 ◦ green 89 ◦ blue 228
Shades of Free Speech Magenta #D259E4
Tints of Free Speech Magenta #D259E4
RGB
CMYK
RGB Variations
Color information
#D259E4 (or 0xD259E4) is known color: Free Speech Magenta. HEX triplet: D2, 59 and E4. RGB value is (210,89,228). Sum of RGB (Red+Green+Blue) = 210+89+228=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #D259E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259E4 is #2DA61B. Grayscale: #8C8C8C. Windows color (decimal): -2991644 or 14965202. OLE color: 14965202.
HSL color Cylindrical-coordinate representation of color #D259E4: hue angle of 292.23º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D259E4 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 89 | 228 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.11 |
| HSL | 292.23º | 0.72% | 0.62% | - |
| HSV(B) | 292.23º | 0.61% | 0.89% | - |
| XYZ | 44.15 | 26.45 | 76.18 | - |
| YUV | 141.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 228 | 0.08 | 0.61 | 0 | 0.11 | 292.23 | 0.72 | 0.62 |
| Hex | D2 | 59 | E4 | 8 | 3D | 0 | B | 124 | 48 | 3E |
| Octal | 322 | 131 | 344 | 10 | 75 | 0 | 13 | 444 | 110 | 76 |
| Binary | 11010010 | 1011001 | 11100100 | 1000 | 111101 | 0 | 1011 | 100100100 | 1001000 | 111110 |
Color Harmonies of #D259E4
Complementary color
Monochromatic Colors of #D259E4
Black with #D259E4
Text Example
Text Example
White with #D259E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259E4; }
p { color: rgb(210,89,228); }
H1.HeaderClassName
{
color: #D259E4;
}
.AnyTagClassName
{
color: #D259E4;
}
</style>
background-color css
<style>
a { background-color: #D259E4; }
a { background-color: rgb(210,89,228); }
div.DivClassName
{
background-color: #D259E4;
}
.BgClassName
{
background-color: #D259E4;
}
</style>
border-color css
<style>
span { border-color: #D259E4; }
span { border-color: rgb(210,89,228); }
td.TdClassName
{
border-color: #D259E4;
}
.TagClassName
{
border-color: #D259E4;
}
</style>