Html Css Color HEX #D534DF Free Speech Magenta
📋 copy color: '#D534DF'red 213 ◦ green 52 ◦ blue 223
Shades of Free Speech Magenta #D534DF
Tints of Free Speech Magenta #D534DF
RGB
CMYK
RGB Variations
Color information
#D534DF (or 0xD534DF) is known color: Free Speech Magenta. HEX triplet: D5, 34 and DF. RGB value is (213,52,223). Sum of RGB (Red+Green+Blue) = 213+52+223=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #D534DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534DF is #2ACB20. Grayscale: #777777. Windows color (decimal): -2804513 or 14628053. OLE color: 14628053.
HSL color Cylindrical-coordinate representation of color #D534DF: hue angle of 296.49º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D534DF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 52 | 223 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.13 |
| HSL | 296.49º | 0.73% | 0.54% | - |
| HSV(B) | 296.49º | 0.77% | 0.87% | - |
| XYZ | 41.99 | 21.93 | 71.83 | - |
| YUV | 119.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 223 | 0.04 | 0.77 | 0 | 0.13 | 296.49 | 0.73 | 0.54 |
| Hex | D5 | 34 | DF | 4 | 4D | 0 | D | 128 | 49 | 36 |
| Octal | 325 | 64 | 337 | 4 | 115 | 0 | 15 | 450 | 111 | 66 |
| Binary | 11010101 | 110100 | 11011111 | 100 | 1001101 | 0 | 1101 | 100101000 | 1001001 | 110110 |
Color Harmonies of #D534DF
Complementary color
Monochromatic Colors of #D534DF
Black with #D534DF
Text Example
Text Example
White with #D534DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534DF; }
p { color: rgb(213,52,223); }
H1.HeaderClassName
{
color: #D534DF;
}
.AnyTagClassName
{
color: #D534DF;
}
</style>
background-color css
<style>
a { background-color: #D534DF; }
a { background-color: rgb(213,52,223); }
div.DivClassName
{
background-color: #D534DF;
}
.BgClassName
{
background-color: #D534DF;
}
</style>
border-color css
<style>
span { border-color: #D534DF; }
span { border-color: rgb(213,52,223); }
td.TdClassName
{
border-color: #D534DF;
}
.TagClassName
{
border-color: #D534DF;
}
</style>