Html Css Color HEX #D540D0 Free Speech Magenta
📋 copy color: '#D540D0'red 213 ◦ green 64 ◦ blue 208
Shades of Free Speech Magenta #D540D0
Tints of Free Speech Magenta #D540D0
RGB
CMYK
RGB Variations
Color information
#D540D0 (or 0xD540D0) is known color: Free Speech Magenta. HEX triplet: D5, 40 and D0. RGB value is (213,64,208). Sum of RGB (Red+Green+Blue) = 213+64+208=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D540D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540D0 is #2ABF2F. Grayscale: #7C7C7C. Windows color (decimal): -2801456 or 13648085. OLE color: 13648085.
HSL color Cylindrical-coordinate representation of color #D540D0: hue angle of 302.01º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540D0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 208 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.16 |
| HSL | 302.01º | 0.64% | 0.54% | - |
| HSV(B) | 302.01º | 0.7% | 0.84% | - |
| XYZ | 40.66 | 22.37 | 61.85 | - |
| YUV | 124.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 208 | 0 | 0.70 | 0.02 | 0.16 | 302.01 | 0.64 | 0.54 |
| Hex | D5 | 40 | D0 | 0 | 46 | 2 | 10 | 12E | 40 | 36 |
| Octal | 325 | 100 | 320 | 0 | 106 | 2 | 20 | 456 | 100 | 66 |
| Binary | 11010101 | 1000000 | 11010000 | 0 | 1000110 | 10 | 10000 | 100101110 | 1000000 | 110110 |
Color Harmonies of #D540D0
Complementary color
Monochromatic Colors of #D540D0
Black with #D540D0
Text Example
Text Example
White with #D540D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540D0; }
p { color: rgb(213,64,208); }
H1.HeaderClassName
{
color: #D540D0;
}
.AnyTagClassName
{
color: #D540D0;
}
</style>
background-color css
<style>
a { background-color: #D540D0; }
a { background-color: rgb(213,64,208); }
div.DivClassName
{
background-color: #D540D0;
}
.BgClassName
{
background-color: #D540D0;
}
</style>
border-color css
<style>
span { border-color: #D540D0; }
span { border-color: rgb(213,64,208); }
td.TdClassName
{
border-color: #D540D0;
}
.TagClassName
{
border-color: #D540D0;
}
</style>