Html Css Color HEX #D540F4 Free Speech Magenta
📋 copy color: '#D540F4'red 213 ◦ green 64 ◦ blue 244
Shades of Free Speech Magenta #D540F4
Tints of Free Speech Magenta #D540F4
RGB
CMYK
RGB Variations
Color information
#D540F4 (or 0xD540F4) is known color: Free Speech Magenta. HEX triplet: D5, 40 and F4. RGB value is (213,64,244). Sum of RGB (Red+Green+Blue) = 213+64+244=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #D540F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540F4 is #2ABF0B. Grayscale: #808080. Windows color (decimal): -2801420 or 16007381. OLE color: 16007381.
HSL color Cylindrical-coordinate representation of color #D540F4: hue angle of 289.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D540F4 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 64 | 244 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.04 |
| HSL | 289.67º | 0.89% | 0.6% | - |
| HSV(B) | 289.67º | 0.74% | 0.96% | - |
| XYZ | 45.6 | 24.34 | 87.88 | - |
| YUV | 129.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 244 | 0.13 | 0.74 | 0 | 0.04 | 289.67 | 0.89 | 0.6 |
| Hex | D5 | 40 | F4 | D | 4A | 0 | 4 | 122 | 59 | 3C |
| Octal | 325 | 100 | 364 | 15 | 112 | 0 | 4 | 442 | 131 | 74 |
| Binary | 11010101 | 1000000 | 11110100 | 1101 | 1001010 | 0 | 100 | 100100010 | 1011001 | 111100 |
Color Harmonies of #D540F4
Complementary color
Monochromatic Colors of #D540F4
Black with #D540F4
Text Example
Text Example
White with #D540F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540F4; }
p { color: rgb(213,64,244); }
H1.HeaderClassName
{
color: #D540F4;
}
.AnyTagClassName
{
color: #D540F4;
}
</style>
background-color css
<style>
a { background-color: #D540F4; }
a { background-color: rgb(213,64,244); }
div.DivClassName
{
background-color: #D540F4;
}
.BgClassName
{
background-color: #D540F4;
}
</style>
border-color css
<style>
span { border-color: #D540F4; }
span { border-color: rgb(213,64,244); }
td.TdClassName
{
border-color: #D540F4;
}
.TagClassName
{
border-color: #D540F4;
}
</style>