Html Css Color HEX #D54AD0 Free Speech Magenta
📋 copy color: '#D54AD0'red 213 ◦ green 74 ◦ blue 208
Shades of Free Speech Magenta #D54AD0
Tints of Free Speech Magenta #D54AD0
RGB
CMYK
RGB Variations
Color information
#D54AD0 (or 0xD54AD0) is known color: Free Speech Magenta. HEX triplet: D5, 4A and D0. RGB value is (213,74,208). Sum of RGB (Red+Green+Blue) = 213+74+208=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AD0 is #2AB52F. Grayscale: #828282. Windows color (decimal): -2798896 or 13650645. OLE color: 13650645.
HSL color Cylindrical-coordinate representation of color #D54AD0: hue angle of 302.16º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AD0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 208 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.16 |
| HSL | 302.16º | 0.62% | 0.56% | - |
| HSV(B) | 302.16º | 0.65% | 0.84% | - |
| XYZ | 41.27 | 23.6 | 62.05 | - |
| YUV | 130.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 208 | 0 | 0.65 | 0.02 | 0.16 | 302.16 | 0.62 | 0.56 |
| Hex | D5 | 4A | D0 | 0 | 41 | 2 | 10 | 12E | 3E | 38 |
| Octal | 325 | 112 | 320 | 0 | 101 | 2 | 20 | 456 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11010000 | 0 | 1000001 | 10 | 10000 | 100101110 | 111110 | 111000 |
Color Harmonies of #D54AD0
Complementary color
Monochromatic Colors of #D54AD0
Black with #D54AD0
Text Example
Text Example
White with #D54AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AD0; }
p { color: rgb(213,74,208); }
H1.HeaderClassName
{
color: #D54AD0;
}
.AnyTagClassName
{
color: #D54AD0;
}
</style>
background-color css
<style>
a { background-color: #D54AD0; }
a { background-color: rgb(213,74,208); }
div.DivClassName
{
background-color: #D54AD0;
}
.BgClassName
{
background-color: #D54AD0;
}
</style>
border-color css
<style>
span { border-color: #D54AD0; }
span { border-color: rgb(213,74,208); }
td.TdClassName
{
border-color: #D54AD0;
}
.TagClassName
{
border-color: #D54AD0;
}
</style>