Html Css Color HEX #D54DE5 Free Speech Magenta
📋 copy color: '#D54DE5'red 213 ◦ green 77 ◦ blue 229
Shades of Free Speech Magenta #D54DE5
Tints of Free Speech Magenta #D54DE5
RGB
CMYK
RGB Variations
Color information
#D54DE5 (or 0xD54DE5) is known color: Free Speech Magenta. HEX triplet: D5, 4D and E5. RGB value is (213,77,229). Sum of RGB (Red+Green+Blue) = 213+77+229=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #D54DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DE5 is #2AB21A. Grayscale: #868686. Windows color (decimal): -2798107 or 15027669. OLE color: 15027669.
HSL color Cylindrical-coordinate representation of color #D54DE5: hue angle of 293.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54DE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 77 | 229 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.10 |
| HSL | 293.68º | 0.75% | 0.6% | - |
| HSV(B) | 293.68º | 0.66% | 0.9% | - |
| XYZ | 44.24 | 25.11 | 76.64 | - |
| YUV | 134.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 229 | 0.07 | 0.66 | 0 | 0.10 | 293.68 | 0.75 | 0.6 |
| Hex | D5 | 4D | E5 | 7 | 42 | 0 | A | 126 | 4B | 3C |
| Octal | 325 | 115 | 345 | 7 | 102 | 0 | 12 | 446 | 113 | 74 |
| Binary | 11010101 | 1001101 | 11100101 | 111 | 1000010 | 0 | 1010 | 100100110 | 1001011 | 111100 |
Color Harmonies of #D54DE5
Complementary color
Monochromatic Colors of #D54DE5
Black with #D54DE5
Text Example
Text Example
White with #D54DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DE5; }
p { color: rgb(213,77,229); }
H1.HeaderClassName
{
color: #D54DE5;
}
.AnyTagClassName
{
color: #D54DE5;
}
</style>
background-color css
<style>
a { background-color: #D54DE5; }
a { background-color: rgb(213,77,229); }
div.DivClassName
{
background-color: #D54DE5;
}
.BgClassName
{
background-color: #D54DE5;
}
</style>
border-color css
<style>
span { border-color: #D54DE5; }
span { border-color: rgb(213,77,229); }
td.TdClassName
{
border-color: #D54DE5;
}
.TagClassName
{
border-color: #D54DE5;
}
</style>