Html Css Color HEX #D54DD8 Free Speech Magenta
📋 copy color: '#D54DD8'red 213 ◦ green 77 ◦ blue 216
Shades of Free Speech Magenta #D54DD8
Tints of Free Speech Magenta #D54DD8
RGB
CMYK
RGB Variations
Color information
#D54DD8 (or 0xD54DD8) is known color: Free Speech Magenta. HEX triplet: D5, 4D and D8. RGB value is (213,77,216). Sum of RGB (Red+Green+Blue) = 213+77+216=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #D54DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DD8 is #2AB227. Grayscale: #858585. Windows color (decimal): -2798120 or 14175701. OLE color: 14175701.
HSL color Cylindrical-coordinate representation of color #D54DD8: hue angle of 298.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DD8 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 77 | 216 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.15 |
| HSL | 298.71º | 0.64% | 0.57% | - |
| HSV(B) | 298.71º | 0.64% | 0.85% | - |
| XYZ | 42.49 | 24.41 | 67.44 | - |
| YUV | 133.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 216 | 0.01 | 0.64 | 0 | 0.15 | 298.71 | 0.64 | 0.57 |
| Hex | D5 | 4D | D8 | 1 | 40 | 0 | F | 12B | 40 | 39 |
| Octal | 325 | 115 | 330 | 1 | 100 | 0 | 17 | 453 | 100 | 71 |
| Binary | 11010101 | 1001101 | 11011000 | 1 | 1000000 | 0 | 1111 | 100101011 | 1000000 | 111001 |
Color Harmonies of #D54DD8
Complementary color
Monochromatic Colors of #D54DD8
Black with #D54DD8
Text Example
Text Example
White with #D54DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DD8; }
p { color: rgb(213,77,216); }
H1.HeaderClassName
{
color: #D54DD8;
}
.AnyTagClassName
{
color: #D54DD8;
}
</style>
background-color css
<style>
a { background-color: #D54DD8; }
a { background-color: rgb(213,77,216); }
div.DivClassName
{
background-color: #D54DD8;
}
.BgClassName
{
background-color: #D54DD8;
}
</style>
border-color css
<style>
span { border-color: #D54DD8; }
span { border-color: rgb(213,77,216); }
td.TdClassName
{
border-color: #D54DD8;
}
.TagClassName
{
border-color: #D54DD8;
}
</style>