Html Css Color HEX #D542DD Free Speech Magenta
📋 copy color: '#D542DD'red 213 ◦ green 66 ◦ blue 221
Shades of Free Speech Magenta #D542DD
Tints of Free Speech Magenta #D542DD
RGB
CMYK
RGB Variations
Color information
#D542DD (or 0xD542DD) is known color: Free Speech Magenta. HEX triplet: D5, 42 and DD. RGB value is (213,66,221). Sum of RGB (Red+Green+Blue) = 213+66+221=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #D542DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542DD is #2ABD22. Grayscale: #7F7F7F. Windows color (decimal): -2800931 or 14500565. OLE color: 14500565.
HSL color Cylindrical-coordinate representation of color #D542DD: hue angle of 296.9º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D542DD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 66 | 221 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.13 |
| HSL | 296.9º | 0.7% | 0.56% | - |
| HSV(B) | 296.9º | 0.7% | 0.87% | - |
| XYZ | 42.44 | 23.26 | 70.66 | - |
| YUV | 127.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 221 | 0.04 | 0.70 | 0 | 0.13 | 296.9 | 0.7 | 0.56 |
| Hex | D5 | 42 | DD | 4 | 46 | 0 | D | 129 | 46 | 38 |
| Octal | 325 | 102 | 335 | 4 | 106 | 0 | 15 | 451 | 106 | 70 |
| Binary | 11010101 | 1000010 | 11011101 | 100 | 1000110 | 0 | 1101 | 100101001 | 1000110 | 111000 |
Color Harmonies of #D542DD
Complementary color
Monochromatic Colors of #D542DD
Black with #D542DD
Text Example
Text Example
White with #D542DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542DD; }
p { color: rgb(213,66,221); }
H1.HeaderClassName
{
color: #D542DD;
}
.AnyTagClassName
{
color: #D542DD;
}
</style>
background-color css
<style>
a { background-color: #D542DD; }
a { background-color: rgb(213,66,221); }
div.DivClassName
{
background-color: #D542DD;
}
.BgClassName
{
background-color: #D542DD;
}
</style>
border-color css
<style>
span { border-color: #D542DD; }
span { border-color: rgb(213,66,221); }
td.TdClassName
{
border-color: #D542DD;
}
.TagClassName
{
border-color: #D542DD;
}
</style>