Html Css Color HEX #D259DD Free Speech Magenta
📋 copy color: '#D259DD'red 210 ◦ green 89 ◦ blue 221
Shades of Free Speech Magenta #D259DD
Tints of Free Speech Magenta #D259DD
RGB
CMYK
RGB Variations
Color information
#D259DD (or 0xD259DD) is known color: Free Speech Magenta. HEX triplet: D2, 59 and DD. RGB value is (210,89,221). Sum of RGB (Red+Green+Blue) = 210+89+221=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #D259DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259DD is #2DA622. Grayscale: #8B8B8B. Windows color (decimal): -2991651 or 14506450. OLE color: 14506450.
HSL color Cylindrical-coordinate representation of color #D259DD: hue angle of 295º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D259DD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 89 | 221 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.13 |
| HSL | 295º | 0.66% | 0.61% | - |
| HSV(B) | 295º | 0.6% | 0.87% | - |
| XYZ | 43.2 | 26.07 | 71.16 | - |
| YUV | 140.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 221 | 0.05 | 0.60 | 0 | 0.13 | 295 | 0.66 | 0.61 |
| Hex | D2 | 59 | DD | 5 | 3C | 0 | D | 127 | 42 | 3D |
| Octal | 322 | 131 | 335 | 5 | 74 | 0 | 15 | 447 | 102 | 75 |
| Binary | 11010010 | 1011001 | 11011101 | 101 | 111100 | 0 | 1101 | 100100111 | 1000010 | 111101 |
Color Harmonies of #D259DD
Complementary color
Monochromatic Colors of #D259DD
Black with #D259DD
Text Example
Text Example
White with #D259DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259DD; }
p { color: rgb(210,89,221); }
H1.HeaderClassName
{
color: #D259DD;
}
.AnyTagClassName
{
color: #D259DD;
}
</style>
background-color css
<style>
a { background-color: #D259DD; }
a { background-color: rgb(210,89,221); }
div.DivClassName
{
background-color: #D259DD;
}
.BgClassName
{
background-color: #D259DD;
}
</style>
border-color css
<style>
span { border-color: #D259DD; }
span { border-color: rgb(210,89,221); }
td.TdClassName
{
border-color: #D259DD;
}
.TagClassName
{
border-color: #D259DD;
}
</style>