Html Css Color HEX #D539DD Free Speech Magenta
📋 copy color: '#D539DD'red 213 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #D539DD
Tints of Free Speech Magenta #D539DD
RGB
CMYK
RGB Variations
Color information
#D539DD (or 0xD539DD) is known color: Free Speech Magenta. HEX triplet: D5, 39 and DD. RGB value is (213,57,221). Sum of RGB (Red+Green+Blue) = 213+57+221=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D539DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539DD is #2AC622. Grayscale: #797979. Windows color (decimal): -2803235 or 14498261. OLE color: 14498261.
HSL color Cylindrical-coordinate representation of color #D539DD: hue angle of 297.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D539DD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 57 | 221 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 297.07º | 0.71% | 0.55% | - |
| HSV(B) | 297.07º | 0.74% | 0.87% | - |
| XYZ | 41.95 | 22.29 | 70.5 | - |
| YUV | 122.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 221 | 0.04 | 0.74 | 0 | 0.13 | 297.07 | 0.71 | 0.55 |
| Hex | D5 | 39 | DD | 4 | 4A | 0 | D | 129 | 47 | 37 |
| Octal | 325 | 71 | 335 | 4 | 112 | 0 | 15 | 451 | 107 | 67 |
| Binary | 11010101 | 111001 | 11011101 | 100 | 1001010 | 0 | 1101 | 100101001 | 1000111 | 110111 |
Color Harmonies of #D539DD
Complementary color
Monochromatic Colors of #D539DD
Black with #D539DD
Text Example
Text Example
White with #D539DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D539DD; }
p { color: rgb(213,57,221); }
H1.HeaderClassName
{
color: #D539DD;
}
.AnyTagClassName
{
color: #D539DD;
}
</style>
background-color css
<style>
a { background-color: #D539DD; }
a { background-color: rgb(213,57,221); }
div.DivClassName
{
background-color: #D539DD;
}
.BgClassName
{
background-color: #D539DD;
}
</style>
border-color css
<style>
span { border-color: #D539DD; }
span { border-color: rgb(213,57,221); }
td.TdClassName
{
border-color: #D539DD;
}
.TagClassName
{
border-color: #D539DD;
}
</style>