Html Css Color HEX #D459DA Free Speech Magenta
📋 copy color: '#D459DA'red 212 ◦ green 89 ◦ blue 218
Shades of Free Speech Magenta #D459DA
Tints of Free Speech Magenta #D459DA
RGB
CMYK
RGB Variations
Color information
#D459DA (or 0xD459DA) is known color: Free Speech Magenta. HEX triplet: D4, 59 and DA. RGB value is (212,89,218). Sum of RGB (Red+Green+Blue) = 212+89+218=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #D459DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459DA is #2BA625. Grayscale: #8C8C8C. Windows color (decimal): -2860582 or 14309844. OLE color: 14309844.
HSL color Cylindrical-coordinate representation of color #D459DA: hue angle of 297.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D459DA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 89 | 218 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.15 |
| HSL | 297.21º | 0.64% | 0.6% | - |
| HSV(B) | 297.21º | 0.59% | 0.85% | - |
| XYZ | 43.38 | 26.2 | 69.1 | - |
| YUV | 140.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 218 | 0.03 | 0.59 | 0 | 0.15 | 297.21 | 0.64 | 0.6 |
| Hex | D4 | 59 | DA | 3 | 3B | 0 | F | 129 | 40 | 3C |
| Octal | 324 | 131 | 332 | 3 | 73 | 0 | 17 | 451 | 100 | 74 |
| Binary | 11010100 | 1011001 | 11011010 | 11 | 111011 | 0 | 1111 | 100101001 | 1000000 | 111100 |
Color Harmonies of #D459DA
Complementary color
Monochromatic Colors of #D459DA
Black with #D459DA
Text Example
Text Example
White with #D459DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459DA; }
p { color: rgb(212,89,218); }
H1.HeaderClassName
{
color: #D459DA;
}
.AnyTagClassName
{
color: #D459DA;
}
</style>
background-color css
<style>
a { background-color: #D459DA; }
a { background-color: rgb(212,89,218); }
div.DivClassName
{
background-color: #D459DA;
}
.BgClassName
{
background-color: #D459DA;
}
</style>
border-color css
<style>
span { border-color: #D459DA; }
span { border-color: rgb(212,89,218); }
td.TdClassName
{
border-color: #D459DA;
}
.TagClassName
{
border-color: #D459DA;
}
</style>