Html Css Color HEX #D540D3 Free Speech Magenta
📋 copy color: '#D540D3'red 213 ◦ green 64 ◦ blue 211
Shades of Free Speech Magenta #D540D3
Tints of Free Speech Magenta #D540D3
RGB
CMYK
RGB Variations
Color information
#D540D3 (or 0xD540D3) is known color: Free Speech Magenta. HEX triplet: D5, 40 and D3. RGB value is (213,64,211). Sum of RGB (Red+Green+Blue) = 213+64+211=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D540D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540D3 is #2ABF2C. Grayscale: #7C7C7C. Windows color (decimal): -2801453 or 13844693. OLE color: 13844693.
HSL color Cylindrical-coordinate representation of color #D540D3: hue angle of 300.81º 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 #D540D3 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 211 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.16 |
| HSL | 300.81º | 0.64% | 0.54% | - |
| HSV(B) | 300.81º | 0.7% | 0.84% | - |
| XYZ | 41.03 | 22.52 | 63.81 | - |
| YUV | 125.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 211 | 0 | 0.70 | 0.01 | 0.16 | 300.81 | 0.64 | 0.54 |
| Hex | D5 | 40 | D3 | 0 | 46 | 1 | 10 | 12D | 40 | 36 |
| Octal | 325 | 100 | 323 | 0 | 106 | 1 | 20 | 455 | 100 | 66 |
| Binary | 11010101 | 1000000 | 11010011 | 0 | 1000110 | 1 | 10000 | 100101101 | 1000000 | 110110 |
Color Harmonies of #D540D3
Complementary color
Monochromatic Colors of #D540D3
Black with #D540D3
Text Example
Text Example
White with #D540D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540D3; }
p { color: rgb(213,64,211); }
H1.HeaderClassName
{
color: #D540D3;
}
.AnyTagClassName
{
color: #D540D3;
}
</style>
background-color css
<style>
a { background-color: #D540D3; }
a { background-color: rgb(213,64,211); }
div.DivClassName
{
background-color: #D540D3;
}
.BgClassName
{
background-color: #D540D3;
}
</style>
border-color css
<style>
span { border-color: #D540D3; }
span { border-color: rgb(213,64,211); }
td.TdClassName
{
border-color: #D540D3;
}
.TagClassName
{
border-color: #D540D3;
}
</style>