Html Css Color HEX #D54AD3 Free Speech Magenta
📋 copy color: '#D54AD3'red 213 ◦ green 74 ◦ blue 211
Shades of Free Speech Magenta #D54AD3
Tints of Free Speech Magenta #D54AD3
RGB
CMYK
RGB Variations
Color information
#D54AD3 (or 0xD54AD3) is known color: Free Speech Magenta. HEX triplet: D5, 4A and D3. RGB value is (213,74,211). Sum of RGB (Red+Green+Blue) = 213+74+211=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AD3 is #2AB52C. Grayscale: #828282. Windows color (decimal): -2798893 or 13847253. OLE color: 13847253.
HSL color Cylindrical-coordinate representation of color #D54AD3: hue angle of 300.86º 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 #D54AD3 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 211 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.16 |
| HSL | 300.86º | 0.62% | 0.56% | - |
| HSV(B) | 300.86º | 0.65% | 0.84% | - |
| XYZ | 41.65 | 23.75 | 64.02 | - |
| YUV | 131.18 | 173.05 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 211 | 0 | 0.65 | 0.01 | 0.16 | 300.86 | 0.62 | 0.56 |
| Hex | D5 | 4A | D3 | 0 | 41 | 1 | 10 | 12D | 3E | 38 |
| Octal | 325 | 112 | 323 | 0 | 101 | 1 | 20 | 455 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11010011 | 0 | 1000001 | 1 | 10000 | 100101101 | 111110 | 111000 |
Color Harmonies of #D54AD3
Complementary color
Monochromatic Colors of #D54AD3
Black with #D54AD3
Text Example
Text Example
White with #D54AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AD3; }
p { color: rgb(213,74,211); }
H1.HeaderClassName
{
color: #D54AD3;
}
.AnyTagClassName
{
color: #D54AD3;
}
</style>
background-color css
<style>
a { background-color: #D54AD3; }
a { background-color: rgb(213,74,211); }
div.DivClassName
{
background-color: #D54AD3;
}
.BgClassName
{
background-color: #D54AD3;
}
</style>
border-color css
<style>
span { border-color: #D54AD3; }
span { border-color: rgb(213,74,211); }
td.TdClassName
{
border-color: #D54AD3;
}
.TagClassName
{
border-color: #D54AD3;
}
</style>