Html Css Color HEX #D545D0 Free Speech Magenta
📋 copy color: '#D545D0'red 213 ◦ green 69 ◦ blue 208
Shades of Free Speech Magenta #D545D0
Tints of Free Speech Magenta #D545D0
RGB
CMYK
RGB Variations
Color information
#D545D0 (or 0xD545D0) is known color: Free Speech Magenta. HEX triplet: D5, 45 and D0. RGB value is (213,69,208). Sum of RGB (Red+Green+Blue) = 213+69+208=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D545D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545D0 is #2ABA2F. Grayscale: #7F7F7F. Windows color (decimal): -2800176 or 13649365. OLE color: 13649365.
HSL color Cylindrical-coordinate representation of color #D545D0: hue angle of 302.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545D0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 208 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.16 |
| HSL | 302.08º | 0.63% | 0.55% | - |
| HSV(B) | 302.08º | 0.68% | 0.84% | - |
| XYZ | 40.95 | 22.96 | 61.95 | - |
| YUV | 127.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 208 | 0 | 0.68 | 0.02 | 0.16 | 302.08 | 0.63 | 0.55 |
| Hex | D5 | 45 | D0 | 0 | 44 | 2 | 10 | 12E | 3F | 37 |
| Octal | 325 | 105 | 320 | 0 | 104 | 2 | 20 | 456 | 77 | 67 |
| Binary | 11010101 | 1000101 | 11010000 | 0 | 1000100 | 10 | 10000 | 100101110 | 111111 | 110111 |
Color Harmonies of #D545D0
Complementary color
Monochromatic Colors of #D545D0
Black with #D545D0
Text Example
Text Example
White with #D545D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545D0; }
p { color: rgb(213,69,208); }
H1.HeaderClassName
{
color: #D545D0;
}
.AnyTagClassName
{
color: #D545D0;
}
</style>
background-color css
<style>
a { background-color: #D545D0; }
a { background-color: rgb(213,69,208); }
div.DivClassName
{
background-color: #D545D0;
}
.BgClassName
{
background-color: #D545D0;
}
</style>
border-color css
<style>
span { border-color: #D545D0; }
span { border-color: rgb(213,69,208); }
td.TdClassName
{
border-color: #D545D0;
}
.TagClassName
{
border-color: #D545D0;
}
</style>