Html Css Color HEX #D542D6 Free Speech Magenta
📋 copy color: '#D542D6'red 213 ◦ green 66 ◦ blue 214
Shades of Free Speech Magenta #D542D6
Tints of Free Speech Magenta #D542D6
RGB
CMYK
RGB Variations
Color information
#D542D6 (or 0xD542D6) is known color: Free Speech Magenta. HEX triplet: D5, 42 and D6. RGB value is (213,66,214). Sum of RGB (Red+Green+Blue) = 213+66+214=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #D542D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542D6 is #2ABD29. Grayscale: #7E7E7E. Windows color (decimal): -2800938 or 14041813. OLE color: 14041813.
HSL color Cylindrical-coordinate representation of color #D542D6: hue angle of 299.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D542D6 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 214 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.16 |
| HSL | 299.59º | 0.64% | 0.55% | - |
| HSV(B) | 299.59º | 0.69% | 0.84% | - |
| XYZ | 41.53 | 22.9 | 65.85 | - |
| YUV | 126.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 214 | 0.00 | 0.69 | 0 | 0.16 | 299.59 | 0.64 | 0.55 |
| Hex | D5 | 42 | D6 | 0 | 45 | 0 | 10 | 12C | 40 | 37 |
| Octal | 325 | 102 | 326 | 0 | 105 | 0 | 20 | 454 | 100 | 67 |
| Binary | 11010101 | 1000010 | 11010110 | 0 | 1000101 | 0 | 10000 | 100101100 | 1000000 | 110111 |
Color Harmonies of #D542D6
Complementary color
Monochromatic Colors of #D542D6
Black with #D542D6
Text Example
Text Example
White with #D542D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542D6; }
p { color: rgb(213,66,214); }
H1.HeaderClassName
{
color: #D542D6;
}
.AnyTagClassName
{
color: #D542D6;
}
</style>
background-color css
<style>
a { background-color: #D542D6; }
a { background-color: rgb(213,66,214); }
div.DivClassName
{
background-color: #D542D6;
}
.BgClassName
{
background-color: #D542D6;
}
</style>
border-color css
<style>
span { border-color: #D542D6; }
span { border-color: rgb(213,66,214); }
td.TdClassName
{
border-color: #D542D6;
}
.TagClassName
{
border-color: #D542D6;
}
</style>