Html Css Color HEX #D545ED Free Speech Magenta
📋 copy color: '#D545ED'red 213 ◦ green 69 ◦ blue 237
Shades of Free Speech Magenta #D545ED
Tints of Free Speech Magenta #D545ED
RGB
CMYK
RGB Variations
Color information
#D545ED (or 0xD545ED) is known color: Free Speech Magenta. HEX triplet: D5, 45 and ED. RGB value is (213,69,237). Sum of RGB (Red+Green+Blue) = 213+69+237=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D545ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545ED is #2ABA12. Grayscale: #828282. Windows color (decimal): -2800147 or 15549909. OLE color: 15549909.
HSL color Cylindrical-coordinate representation of color #D545ED: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D545ED is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 69 | 237 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.07 |
| HSL | 291.43º | 0.82% | 0.6% | - |
| HSV(B) | 291.43º | 0.71% | 0.93% | - |
| XYZ | 44.85 | 24.52 | 82.49 | - |
| YUV | 131.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 237 | 0.10 | 0.71 | 0 | 0.07 | 291.43 | 0.82 | 0.6 |
| Hex | D5 | 45 | ED | A | 47 | 0 | 7 | 123 | 52 | 3C |
| Octal | 325 | 105 | 355 | 12 | 107 | 0 | 7 | 443 | 122 | 74 |
| Binary | 11010101 | 1000101 | 11101101 | 1010 | 1000111 | 0 | 111 | 100100011 | 1010010 | 111100 |
Color Harmonies of #D545ED
Complementary color
Monochromatic Colors of #D545ED
Black with #D545ED
Text Example
Text Example
White with #D545ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545ED; }
p { color: rgb(213,69,237); }
H1.HeaderClassName
{
color: #D545ED;
}
.AnyTagClassName
{
color: #D545ED;
}
</style>
background-color css
<style>
a { background-color: #D545ED; }
a { background-color: rgb(213,69,237); }
div.DivClassName
{
background-color: #D545ED;
}
.BgClassName
{
background-color: #D545ED;
}
</style>
border-color css
<style>
span { border-color: #D545ED; }
span { border-color: rgb(213,69,237); }
td.TdClassName
{
border-color: #D545ED;
}
.TagClassName
{
border-color: #D545ED;
}
</style>