Html Css Color HEX #D537DC Free Speech Magenta
📋 copy color: '#D537DC'red 213 ◦ green 55 ◦ blue 220
Shades of Free Speech Magenta #D537DC
Tints of Free Speech Magenta #D537DC
RGB
CMYK
RGB Variations
Color information
#D537DC (or 0xD537DC) is known color: Free Speech Magenta. HEX triplet: D5, 37 and DC. RGB value is (213,55,220). Sum of RGB (Red+Green+Blue) = 213+55+220=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #D537DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537DC is #2AC823. Grayscale: #787878. Windows color (decimal): -2803748 or 14432213. OLE color: 14432213.
HSL color Cylindrical-coordinate representation of color #D537DC: hue angle of 297.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D537DC is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 55 | 220 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.14 |
| HSL | 297.45º | 0.7% | 0.54% | - |
| HSV(B) | 297.45º | 0.75% | 0.86% | - |
| XYZ | 41.73 | 22.05 | 69.77 | - |
| YUV | 121.05 | 183.85 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 220 | 0.03 | 0.75 | 0 | 0.14 | 297.45 | 0.7 | 0.54 |
| Hex | D5 | 37 | DC | 3 | 4B | 0 | E | 129 | 46 | 36 |
| Octal | 325 | 67 | 334 | 3 | 113 | 0 | 16 | 451 | 106 | 66 |
| Binary | 11010101 | 110111 | 11011100 | 11 | 1001011 | 0 | 1110 | 100101001 | 1000110 | 110110 |
Color Harmonies of #D537DC
Complementary color
Monochromatic Colors of #D537DC
Black with #D537DC
Text Example
Text Example
White with #D537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537DC; }
p { color: rgb(213,55,220); }
H1.HeaderClassName
{
color: #D537DC;
}
.AnyTagClassName
{
color: #D537DC;
}
</style>
background-color css
<style>
a { background-color: #D537DC; }
a { background-color: rgb(213,55,220); }
div.DivClassName
{
background-color: #D537DC;
}
.BgClassName
{
background-color: #D537DC;
}
</style>
border-color css
<style>
span { border-color: #D537DC; }
span { border-color: rgb(213,55,220); }
td.TdClassName
{
border-color: #D537DC;
}
.TagClassName
{
border-color: #D537DC;
}
</style>