Html Css Color HEX #D259DA Free Speech Magenta
📋 copy color: '#D259DA'red 210 ◦ green 89 ◦ blue 218
Shades of Free Speech Magenta #D259DA
Tints of Free Speech Magenta #D259DA
RGB
CMYK
RGB Variations
Color information
#D259DA (or 0xD259DA) is known color: Free Speech Magenta. HEX triplet: D2, 59 and DA. RGB value is (210,89,218). Sum of RGB (Red+Green+Blue) = 210+89+218=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #D259DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259DA is #2DA625. Grayscale: #8B8B8B. Windows color (decimal): -2991654 or 14309842. OLE color: 14309842.
HSL color Cylindrical-coordinate representation of color #D259DA: hue angle of 296.28º 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 #D259DA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 89 | 218 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.15 |
| HSL | 296.28º | 0.64% | 0.6% | - |
| HSV(B) | 296.28º | 0.59% | 0.85% | - |
| XYZ | 42.81 | 25.91 | 69.07 | - |
| YUV | 139.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 218 | 0.04 | 0.59 | 0 | 0.15 | 296.28 | 0.64 | 0.6 |
| Hex | D2 | 59 | DA | 4 | 3B | 0 | F | 128 | 40 | 3C |
| Octal | 322 | 131 | 332 | 4 | 73 | 0 | 17 | 450 | 100 | 74 |
| Binary | 11010010 | 1011001 | 11011010 | 100 | 111011 | 0 | 1111 | 100101000 | 1000000 | 111100 |
Color Harmonies of #D259DA
Complementary color
Monochromatic Colors of #D259DA
Black with #D259DA
Text Example
Text Example
White with #D259DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259DA; }
p { color: rgb(210,89,218); }
H1.HeaderClassName
{
color: #D259DA;
}
.AnyTagClassName
{
color: #D259DA;
}
</style>
background-color css
<style>
a { background-color: #D259DA; }
a { background-color: rgb(210,89,218); }
div.DivClassName
{
background-color: #D259DA;
}
.BgClassName
{
background-color: #D259DA;
}
</style>
border-color css
<style>
span { border-color: #D259DA; }
span { border-color: rgb(210,89,218); }
td.TdClassName
{
border-color: #D259DA;
}
.TagClassName
{
border-color: #D259DA;
}
</style>