Html Css Color HEX #D545E5 Free Speech Magenta
📋 copy color: '#D545E5'red 213 ◦ green 69 ◦ blue 229
Shades of Free Speech Magenta #D545E5
Tints of Free Speech Magenta #D545E5
RGB
CMYK
RGB Variations
Color information
#D545E5 (or 0xD545E5) is known color: Free Speech Magenta. HEX triplet: D5, 45 and E5. RGB value is (213,69,229). Sum of RGB (Red+Green+Blue) = 213+69+229=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #D545E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545E5 is #2ABA1A. Grayscale: #818181. Windows color (decimal): -2800155 or 15025621. OLE color: 15025621.
HSL color Cylindrical-coordinate representation of color #D545E5: hue angle of 294º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D545E5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 69 | 229 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.10 |
| HSL | 294º | 0.75% | 0.58% | - |
| HSV(B) | 294º | 0.7% | 0.9% | - |
| XYZ | 43.71 | 24.06 | 76.47 | - |
| YUV | 130.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 229 | 0.07 | 0.70 | 0 | 0.10 | 294 | 0.75 | 0.58 |
| Hex | D5 | 45 | E5 | 7 | 46 | 0 | A | 126 | 4B | 3A |
| Octal | 325 | 105 | 345 | 7 | 106 | 0 | 12 | 446 | 113 | 72 |
| Binary | 11010101 | 1000101 | 11100101 | 111 | 1000110 | 0 | 1010 | 100100110 | 1001011 | 111010 |
Color Harmonies of #D545E5
Complementary color
Monochromatic Colors of #D545E5
Black with #D545E5
Text Example
Text Example
White with #D545E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545E5; }
p { color: rgb(213,69,229); }
H1.HeaderClassName
{
color: #D545E5;
}
.AnyTagClassName
{
color: #D545E5;
}
</style>
background-color css
<style>
a { background-color: #D545E5; }
a { background-color: rgb(213,69,229); }
div.DivClassName
{
background-color: #D545E5;
}
.BgClassName
{
background-color: #D545E5;
}
</style>
border-color css
<style>
span { border-color: #D545E5; }
span { border-color: rgb(213,69,229); }
td.TdClassName
{
border-color: #D545E5;
}
.TagClassName
{
border-color: #D545E5;
}
</style>