Html Css Color HEX #D54FD2 Free Speech Magenta
📋 copy color: '#D54FD2'red 213 ◦ green 79 ◦ blue 210
Shades of Free Speech Magenta #D54FD2
Tints of Free Speech Magenta #D54FD2
RGB
CMYK
RGB Variations
Color information
#D54FD2 (or 0xD54FD2) is known color: Free Speech Magenta. HEX triplet: D5, 4F and D2. RGB value is (213,79,210). Sum of RGB (Red+Green+Blue) = 213+79+210=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FD2 is #2AB02D. Grayscale: #858585. Windows color (decimal): -2797614 or 13782997. OLE color: 13782997.
HSL color Cylindrical-coordinate representation of color #D54FD2: hue angle of 301.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FD2 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 210 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.16 |
| HSL | 301.34º | 0.61% | 0.57% | - |
| HSV(B) | 301.34º | 0.63% | 0.84% | - |
| XYZ | 41.87 | 24.39 | 63.47 | - |
| YUV | 134 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 210 | 0 | 0.63 | 0.01 | 0.16 | 301.34 | 0.61 | 0.57 |
| Hex | D5 | 4F | D2 | 0 | 3F | 1 | 10 | 12D | 3D | 39 |
| Octal | 325 | 117 | 322 | 0 | 77 | 1 | 20 | 455 | 75 | 71 |
| Binary | 11010101 | 1001111 | 11010010 | 0 | 111111 | 1 | 10000 | 100101101 | 111101 | 111001 |
Color Harmonies of #D54FD2
Complementary color
Monochromatic Colors of #D54FD2
Black with #D54FD2
Text Example
Text Example
White with #D54FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FD2; }
p { color: rgb(213,79,210); }
H1.HeaderClassName
{
color: #D54FD2;
}
.AnyTagClassName
{
color: #D54FD2;
}
</style>
background-color css
<style>
a { background-color: #D54FD2; }
a { background-color: rgb(213,79,210); }
div.DivClassName
{
background-color: #D54FD2;
}
.BgClassName
{
background-color: #D54FD2;
}
</style>
border-color css
<style>
span { border-color: #D54FD2; }
span { border-color: rgb(213,79,210); }
td.TdClassName
{
border-color: #D54FD2;
}
.TagClassName
{
border-color: #D54FD2;
}
</style>