Html Css Color HEX #D54AD4 Free Speech Magenta
📋 copy color: '#D54AD4'red 213 ◦ green 74 ◦ blue 212
Shades of Free Speech Magenta #D54AD4
Tints of Free Speech Magenta #D54AD4
RGB
CMYK
RGB Variations
Color information
#D54AD4 (or 0xD54AD4) is known color: Free Speech Magenta. HEX triplet: D5, 4A and D4. RGB value is (213,74,212). Sum of RGB (Red+Green+Blue) = 213+74+212=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AD4 is #2AB52B. Grayscale: #828282. Windows color (decimal): -2798892 or 13912789. OLE color: 13912789.
HSL color Cylindrical-coordinate representation of color #D54AD4: hue angle of 300.43º 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 #D54AD4 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 212 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.16 |
| HSL | 300.43º | 0.62% | 0.56% | - |
| HSV(B) | 300.43º | 0.65% | 0.84% | - |
| XYZ | 41.77 | 23.8 | 64.68 | - |
| YUV | 131.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 212 | 0 | 0.65 | 0.00 | 0.16 | 300.43 | 0.62 | 0.56 |
| Hex | D5 | 4A | D4 | 0 | 41 | 0 | 10 | 12C | 3E | 38 |
| Octal | 325 | 112 | 324 | 0 | 101 | 0 | 20 | 454 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11010100 | 0 | 1000001 | 0 | 10000 | 100101100 | 111110 | 111000 |
Color Harmonies of #D54AD4
Complementary color
Monochromatic Colors of #D54AD4
Black with #D54AD4
Text Example
Text Example
White with #D54AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AD4; }
p { color: rgb(213,74,212); }
H1.HeaderClassName
{
color: #D54AD4;
}
.AnyTagClassName
{
color: #D54AD4;
}
</style>
background-color css
<style>
a { background-color: #D54AD4; }
a { background-color: rgb(213,74,212); }
div.DivClassName
{
background-color: #D54AD4;
}
.BgClassName
{
background-color: #D54AD4;
}
</style>
border-color css
<style>
span { border-color: #D54AD4; }
span { border-color: rgb(213,74,212); }
td.TdClassName
{
border-color: #D54AD4;
}
.TagClassName
{
border-color: #D54AD4;
}
</style>