Html Css Color HEX #D54DF0 Free Speech Magenta
📋 copy color: '#D54DF0'red 213 ◦ green 77 ◦ blue 240
Shades of Free Speech Magenta #D54DF0
Tints of Free Speech Magenta #D54DF0
RGB
CMYK
RGB Variations
Color information
#D54DF0 (or 0xD54DF0) is known color: Free Speech Magenta. HEX triplet: D5, 4D and F0. RGB value is (213,77,240). Sum of RGB (Red+Green+Blue) = 213+77+240=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #D54DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DF0 is #2AB20F. Grayscale: #878787. Windows color (decimal): -2798096 or 15748565. OLE color: 15748565.
HSL color Cylindrical-coordinate representation of color #D54DF0: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54DF0 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 77 | 240 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.06 |
| HSL | 290.06º | 0.84% | 0.62% | - |
| HSV(B) | 290.06º | 0.68% | 0.94% | - |
| XYZ | 45.82 | 25.75 | 84.99 | - |
| YUV | 136.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 240 | 0.11 | 0.68 | 0 | 0.06 | 290.06 | 0.84 | 0.62 |
| Hex | D5 | 4D | F0 | B | 44 | 0 | 6 | 122 | 54 | 3E |
| Octal | 325 | 115 | 360 | 13 | 104 | 0 | 6 | 442 | 124 | 76 |
| Binary | 11010101 | 1001101 | 11110000 | 1011 | 1000100 | 0 | 110 | 100100010 | 1010100 | 111110 |
Color Harmonies of #D54DF0
Complementary color
Monochromatic Colors of #D54DF0
Black with #D54DF0
Text Example
Text Example
White with #D54DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DF0; }
p { color: rgb(213,77,240); }
H1.HeaderClassName
{
color: #D54DF0;
}
.AnyTagClassName
{
color: #D54DF0;
}
</style>
background-color css
<style>
a { background-color: #D54DF0; }
a { background-color: rgb(213,77,240); }
div.DivClassName
{
background-color: #D54DF0;
}
.BgClassName
{
background-color: #D54DF0;
}
</style>
border-color css
<style>
span { border-color: #D54DF0; }
span { border-color: rgb(213,77,240); }
td.TdClassName
{
border-color: #D54DF0;
}
.TagClassName
{
border-color: #D54DF0;
}
</style>