Html Css Color HEX #D54AD1 Free Speech Magenta
📋 copy color: '#D54AD1'red 213 ◦ green 74 ◦ blue 209
Shades of Free Speech Magenta #D54AD1
Tints of Free Speech Magenta #D54AD1
RGB
CMYK
RGB Variations
Color information
#D54AD1 (or 0xD54AD1) is known color: Free Speech Magenta. HEX triplet: D5, 4A and D1. RGB value is (213,74,209). Sum of RGB (Red+Green+Blue) = 213+74+209=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AD1 is #2AB52E. Grayscale: #828282. Windows color (decimal): -2798895 or 13716181. OLE color: 13716181.
HSL color Cylindrical-coordinate representation of color #D54AD1: hue angle of 301.73º 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 #D54AD1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 209 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.16 |
| HSL | 301.73º | 0.62% | 0.56% | - |
| HSV(B) | 301.73º | 0.65% | 0.84% | - |
| XYZ | 41.4 | 23.65 | 62.7 | - |
| YUV | 130.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 209 | 0 | 0.65 | 0.02 | 0.16 | 301.73 | 0.62 | 0.56 |
| Hex | D5 | 4A | D1 | 0 | 41 | 2 | 10 | 12E | 3E | 38 |
| Octal | 325 | 112 | 321 | 0 | 101 | 2 | 20 | 456 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11010001 | 0 | 1000001 | 10 | 10000 | 100101110 | 111110 | 111000 |
Color Harmonies of #D54AD1
Complementary color
Monochromatic Colors of #D54AD1
Black with #D54AD1
Text Example
Text Example
White with #D54AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AD1; }
p { color: rgb(213,74,209); }
H1.HeaderClassName
{
color: #D54AD1;
}
.AnyTagClassName
{
color: #D54AD1;
}
</style>
background-color css
<style>
a { background-color: #D54AD1; }
a { background-color: rgb(213,74,209); }
div.DivClassName
{
background-color: #D54AD1;
}
.BgClassName
{
background-color: #D54AD1;
}
</style>
border-color css
<style>
span { border-color: #D54AD1; }
span { border-color: rgb(213,74,209); }
td.TdClassName
{
border-color: #D54AD1;
}
.TagClassName
{
border-color: #D54AD1;
}
</style>