Html Css Color HEX #D545D8 Free Speech Magenta
📋 copy color: '#D545D8'red 213 ◦ green 69 ◦ blue 216
Shades of Free Speech Magenta #D545D8
Tints of Free Speech Magenta #D545D8
RGB
CMYK
RGB Variations
Color information
#D545D8 (or 0xD545D8) is known color: Free Speech Magenta. HEX triplet: D5, 45 and D8. RGB value is (213,69,216). Sum of RGB (Red+Green+Blue) = 213+69+216=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #D545D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545D8 is #2ABA27. Grayscale: #808080. Windows color (decimal): -2800168 or 14173653. OLE color: 14173653.
HSL color Cylindrical-coordinate representation of color #D545D8: hue angle of 298.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545D8 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 69 | 216 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.15 |
| HSL | 298.78º | 0.65% | 0.56% | - |
| HSV(B) | 298.78º | 0.68% | 0.85% | - |
| XYZ | 41.96 | 23.36 | 67.26 | - |
| YUV | 128.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 216 | 0.01 | 0.68 | 0 | 0.15 | 298.78 | 0.65 | 0.56 |
| Hex | D5 | 45 | D8 | 1 | 44 | 0 | F | 12B | 41 | 38 |
| Octal | 325 | 105 | 330 | 1 | 104 | 0 | 17 | 453 | 101 | 70 |
| Binary | 11010101 | 1000101 | 11011000 | 1 | 1000100 | 0 | 1111 | 100101011 | 1000001 | 111000 |
Color Harmonies of #D545D8
Complementary color
Monochromatic Colors of #D545D8
Black with #D545D8
Text Example
Text Example
White with #D545D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545D8; }
p { color: rgb(213,69,216); }
H1.HeaderClassName
{
color: #D545D8;
}
.AnyTagClassName
{
color: #D545D8;
}
</style>
background-color css
<style>
a { background-color: #D545D8; }
a { background-color: rgb(213,69,216); }
div.DivClassName
{
background-color: #D545D8;
}
.BgClassName
{
background-color: #D545D8;
}
</style>
border-color css
<style>
span { border-color: #D545D8; }
span { border-color: rgb(213,69,216); }
td.TdClassName
{
border-color: #D545D8;
}
.TagClassName
{
border-color: #D545D8;
}
</style>