Html Css Color HEX #D538D9 Free Speech Magenta
📋 copy color: '#D538D9'red 213 ◦ green 56 ◦ blue 217
Shades of Free Speech Magenta #D538D9
Tints of Free Speech Magenta #D538D9
RGB
CMYK
RGB Variations
Color information
#D538D9 (or 0xD538D9) is known color: Free Speech Magenta. HEX triplet: D5, 38 and D9. RGB value is (213,56,217). Sum of RGB (Red+Green+Blue) = 213+56+217=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #D538D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538D9 is #2AC726. Grayscale: #787878. Windows color (decimal): -2803495 or 14235861. OLE color: 14235861.
HSL color Cylindrical-coordinate representation of color #D538D9: hue angle of 298.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538D9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 56 | 217 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.15 |
| HSL | 298.51º | 0.68% | 0.54% | - |
| HSV(B) | 298.51º | 0.74% | 0.85% | - |
| XYZ | 41.38 | 21.98 | 67.71 | - |
| YUV | 121.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 217 | 0.02 | 0.74 | 0 | 0.15 | 298.51 | 0.68 | 0.54 |
| Hex | D5 | 38 | D9 | 2 | 4A | 0 | F | 12B | 44 | 36 |
| Octal | 325 | 70 | 331 | 2 | 112 | 0 | 17 | 453 | 104 | 66 |
| Binary | 11010101 | 111000 | 11011001 | 10 | 1001010 | 0 | 1111 | 100101011 | 1000100 | 110110 |
Color Harmonies of #D538D9
Complementary color
Monochromatic Colors of #D538D9
Black with #D538D9
Text Example
Text Example
White with #D538D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538D9; }
p { color: rgb(213,56,217); }
H1.HeaderClassName
{
color: #D538D9;
}
.AnyTagClassName
{
color: #D538D9;
}
</style>
background-color css
<style>
a { background-color: #D538D9; }
a { background-color: rgb(213,56,217); }
div.DivClassName
{
background-color: #D538D9;
}
.BgClassName
{
background-color: #D538D9;
}
</style>
border-color css
<style>
span { border-color: #D538D9; }
span { border-color: rgb(213,56,217); }
td.TdClassName
{
border-color: #D538D9;
}
.TagClassName
{
border-color: #D538D9;
}
</style>