Html Css Color HEX #D459E5 Free Speech Magenta
📋 copy color: '#D459E5'red 212 ◦ green 89 ◦ blue 229
Shades of Free Speech Magenta #D459E5
Tints of Free Speech Magenta #D459E5
RGB
CMYK
RGB Variations
Color information
#D459E5 (or 0xD459E5) is known color: Free Speech Magenta. HEX triplet: D4, 59 and E5. RGB value is (212,89,229). Sum of RGB (Red+Green+Blue) = 212+89+229=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #D459E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459E5 is #2BA61A. Grayscale: #8D8D8D. Windows color (decimal): -2860571 or 15030740. OLE color: 15030740.
HSL color Cylindrical-coordinate representation of color #D459E5: hue angle of 292.71º 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 #D459E5 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 89 | 229 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.10 |
| HSL | 292.71º | 0.73% | 0.62% | - |
| HSV(B) | 292.71º | 0.61% | 0.9% | - |
| XYZ | 44.87 | 26.8 | 76.94 | - |
| YUV | 141.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 229 | 0.07 | 0.61 | 0 | 0.10 | 292.71 | 0.73 | 0.62 |
| Hex | D4 | 59 | E5 | 7 | 3D | 0 | A | 125 | 49 | 3E |
| Octal | 324 | 131 | 345 | 7 | 75 | 0 | 12 | 445 | 111 | 76 |
| Binary | 11010100 | 1011001 | 11100101 | 111 | 111101 | 0 | 1010 | 100100101 | 1001001 | 111110 |
Color Harmonies of #D459E5
Complementary color
Monochromatic Colors of #D459E5
Black with #D459E5
Text Example
Text Example
White with #D459E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459E5; }
p { color: rgb(212,89,229); }
H1.HeaderClassName
{
color: #D459E5;
}
.AnyTagClassName
{
color: #D459E5;
}
</style>
background-color css
<style>
a { background-color: #D459E5; }
a { background-color: rgb(212,89,229); }
div.DivClassName
{
background-color: #D459E5;
}
.BgClassName
{
background-color: #D459E5;
}
</style>
border-color css
<style>
span { border-color: #D459E5; }
span { border-color: rgb(212,89,229); }
td.TdClassName
{
border-color: #D459E5;
}
.TagClassName
{
border-color: #D459E5;
}
</style>