Html Css Color HEX #D54FE5 Free Speech Magenta
📋 copy color: '#D54FE5'red 213 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #D54FE5
Tints of Free Speech Magenta #D54FE5
RGB
CMYK
RGB Variations
Color information
#D54FE5 (or 0xD54FE5) is known color: Free Speech Magenta. HEX triplet: D5, 4F and E5. RGB value is (213,79,229). Sum of RGB (Red+Green+Blue) = 213+79+229=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #D54FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FE5 is #2AB01A. Grayscale: #878787. Windows color (decimal): -2797595 or 15028181. OLE color: 15028181.
HSL color Cylindrical-coordinate representation of color #D54FE5: hue angle of 293.6º degrees, saturation: 0.74, 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 #D54FE5 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 79 | 229 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.10 |
| HSL | 293.6º | 0.74% | 0.6% | - |
| HSV(B) | 293.6º | 0.66% | 0.9% | - |
| XYZ | 44.38 | 25.4 | 76.69 | - |
| YUV | 136.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 229 | 0.07 | 0.66 | 0 | 0.10 | 293.6 | 0.74 | 0.6 |
| Hex | D5 | 4F | E5 | 7 | 42 | 0 | A | 126 | 4A | 3C |
| Octal | 325 | 117 | 345 | 7 | 102 | 0 | 12 | 446 | 112 | 74 |
| Binary | 11010101 | 1001111 | 11100101 | 111 | 1000010 | 0 | 1010 | 100100110 | 1001010 | 111100 |
Color Harmonies of #D54FE5
Complementary color
Monochromatic Colors of #D54FE5
Black with #D54FE5
Text Example
Text Example
White with #D54FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FE5; }
p { color: rgb(213,79,229); }
H1.HeaderClassName
{
color: #D54FE5;
}
.AnyTagClassName
{
color: #D54FE5;
}
</style>
background-color css
<style>
a { background-color: #D54FE5; }
a { background-color: rgb(213,79,229); }
div.DivClassName
{
background-color: #D54FE5;
}
.BgClassName
{
background-color: #D54FE5;
}
</style>
border-color css
<style>
span { border-color: #D54FE5; }
span { border-color: rgb(213,79,229); }
td.TdClassName
{
border-color: #D54FE5;
}
.TagClassName
{
border-color: #D54FE5;
}
</style>