Html Css Color HEX #D534DC Free Speech Magenta
📋 copy color: '#D534DC'red 213 ◦ green 52 ◦ blue 220
Shades of Free Speech Magenta #D534DC
Tints of Free Speech Magenta #D534DC
RGB
CMYK
RGB Variations
Color information
#D534DC (or 0xD534DC) is known color: Free Speech Magenta. HEX triplet: D5, 34 and DC. RGB value is (213,52,220). Sum of RGB (Red+Green+Blue) = 213+52+220=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #D534DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534DC is #2ACB23. Grayscale: #767676. Windows color (decimal): -2804516 or 14431445. OLE color: 14431445.
HSL color Cylindrical-coordinate representation of color #D534DC: hue angle of 297.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D534DC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 52 | 220 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.14 |
| HSL | 297.5º | 0.71% | 0.53% | - |
| HSV(B) | 297.5º | 0.76% | 0.86% | - |
| XYZ | 41.59 | 21.77 | 69.72 | - |
| YUV | 119.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 220 | 0.03 | 0.76 | 0 | 0.14 | 297.5 | 0.71 | 0.53 |
| Hex | D5 | 34 | DC | 3 | 4C | 0 | E | 12A | 47 | 35 |
| Octal | 325 | 64 | 334 | 3 | 114 | 0 | 16 | 452 | 107 | 65 |
| Binary | 11010101 | 110100 | 11011100 | 11 | 1001100 | 0 | 1110 | 100101010 | 1000111 | 110101 |
Color Harmonies of #D534DC
Complementary color
Monochromatic Colors of #D534DC
Black with #D534DC
Text Example
Text Example
White with #D534DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534DC; }
p { color: rgb(213,52,220); }
H1.HeaderClassName
{
color: #D534DC;
}
.AnyTagClassName
{
color: #D534DC;
}
</style>
background-color css
<style>
a { background-color: #D534DC; }
a { background-color: rgb(213,52,220); }
div.DivClassName
{
background-color: #D534DC;
}
.BgClassName
{
background-color: #D534DC;
}
</style>
border-color css
<style>
span { border-color: #D534DC; }
span { border-color: rgb(213,52,220); }
td.TdClassName
{
border-color: #D534DC;
}
.TagClassName
{
border-color: #D534DC;
}
</style>