Html Css Color HEX #D540FA Free Speech Magenta
📋 copy color: '#D540FA'red 213 ◦ green 64 ◦ blue 250
Shades of Free Speech Magenta #D540FA
Tints of Free Speech Magenta #D540FA
RGB
CMYK
RGB Variations
Color information
#D540FA (or 0xD540FA) is known color: Free Speech Magenta. HEX triplet: D5, 40 and FA. RGB value is (213,64,250). Sum of RGB (Red+Green+Blue) = 213+64+250=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D540FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540FA is #2ABF05. Grayscale: #818181. Windows color (decimal): -2801414 or 16400597. OLE color: 16400597.
HSL color Cylindrical-coordinate representation of color #D540FA: hue angle of 288.06º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D540FA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 64 | 250 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.02 |
| HSL | 288.06º | 0.95% | 0.62% | - |
| HSV(B) | 288.06º | 0.74% | 0.98% | - |
| XYZ | 46.53 | 24.72 | 92.76 | - |
| YUV | 129.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 250 | 0.15 | 0.74 | 0 | 0.02 | 288.06 | 0.95 | 0.62 |
| Hex | D5 | 40 | FA | F | 4A | 0 | 2 | 120 | 5F | 3E |
| Octal | 325 | 100 | 372 | 17 | 112 | 0 | 2 | 440 | 137 | 76 |
| Binary | 11010101 | 1000000 | 11111010 | 1111 | 1001010 | 0 | 10 | 100100000 | 1011111 | 111110 |
Color Harmonies of #D540FA
Complementary color
Monochromatic Colors of #D540FA
Black with #D540FA
Text Example
Text Example
White with #D540FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540FA; }
p { color: rgb(213,64,250); }
H1.HeaderClassName
{
color: #D540FA;
}
.AnyTagClassName
{
color: #D540FA;
}
</style>
background-color css
<style>
a { background-color: #D540FA; }
a { background-color: rgb(213,64,250); }
div.DivClassName
{
background-color: #D540FA;
}
.BgClassName
{
background-color: #D540FA;
}
</style>
border-color css
<style>
span { border-color: #D540FA; }
span { border-color: rgb(213,64,250); }
td.TdClassName
{
border-color: #D540FA;
}
.TagClassName
{
border-color: #D540FA;
}
</style>