Html Css Color HEX #D54ADD Free Speech Magenta
📋 copy color: '#D54ADD'red 213 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #D54ADD
Tints of Free Speech Magenta #D54ADD
RGB
CMYK
RGB Variations
Color information
#D54ADD (or 0xD54ADD) is known color: Free Speech Magenta. HEX triplet: D5, 4A and DD. RGB value is (213,74,221). Sum of RGB (Red+Green+Blue) = 213+74+221=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D54ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ADD is #2AB522. Grayscale: #838383. Windows color (decimal): -2798883 or 14502613. OLE color: 14502613.
HSL color Cylindrical-coordinate representation of color #D54ADD: hue angle of 296.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54ADD is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 74 | 221 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.13 |
| HSL | 296.73º | 0.68% | 0.58% | - |
| HSV(B) | 296.73º | 0.67% | 0.87% | - |
| XYZ | 42.94 | 24.26 | 70.83 | - |
| YUV | 132.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 221 | 0.04 | 0.67 | 0 | 0.13 | 296.73 | 0.68 | 0.58 |
| Hex | D5 | 4A | DD | 4 | 43 | 0 | D | 129 | 44 | 3A |
| Octal | 325 | 112 | 335 | 4 | 103 | 0 | 15 | 451 | 104 | 72 |
| Binary | 11010101 | 1001010 | 11011101 | 100 | 1000011 | 0 | 1101 | 100101001 | 1000100 | 111010 |
Color Harmonies of #D54ADD
Complementary color
Monochromatic Colors of #D54ADD
Black with #D54ADD
Text Example
Text Example
White with #D54ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ADD; }
p { color: rgb(213,74,221); }
H1.HeaderClassName
{
color: #D54ADD;
}
.AnyTagClassName
{
color: #D54ADD;
}
</style>
background-color css
<style>
a { background-color: #D54ADD; }
a { background-color: rgb(213,74,221); }
div.DivClassName
{
background-color: #D54ADD;
}
.BgClassName
{
background-color: #D54ADD;
}
</style>
border-color css
<style>
span { border-color: #D54ADD; }
span { border-color: rgb(213,74,221); }
td.TdClassName
{
border-color: #D54ADD;
}
.TagClassName
{
border-color: #D54ADD;
}
</style>