Html Css Color HEX #D54CE1 Free Speech Magenta
📋 copy color: '#D54CE1'red 213 ◦ green 76 ◦ blue 225
Shades of Free Speech Magenta #D54CE1
Tints of Free Speech Magenta #D54CE1
RGB
CMYK
RGB Variations
Color information
#D54CE1 (or 0xD54CE1) is known color: Free Speech Magenta. HEX triplet: D5, 4C and E1. RGB value is (213,76,225). Sum of RGB (Red+Green+Blue) = 213+76+225=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #D54CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54CE1 is #2AB31E. Grayscale: #858585. Windows color (decimal): -2798367 or 14765269. OLE color: 14765269.
HSL color Cylindrical-coordinate representation of color #D54CE1: hue angle of 295.17º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54CE1 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 76 | 225 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.12 |
| HSL | 295.17º | 0.71% | 0.59% | - |
| HSV(B) | 295.17º | 0.66% | 0.88% | - |
| XYZ | 43.62 | 24.75 | 73.71 | - |
| YUV | 133.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 225 | 0.05 | 0.66 | 0 | 0.12 | 295.17 | 0.71 | 0.59 |
| Hex | D5 | 4C | E1 | 5 | 42 | 0 | C | 127 | 47 | 3B |
| Octal | 325 | 114 | 341 | 5 | 102 | 0 | 14 | 447 | 107 | 73 |
| Binary | 11010101 | 1001100 | 11100001 | 101 | 1000010 | 0 | 1100 | 100100111 | 1000111 | 111011 |
Color Harmonies of #D54CE1
Complementary color
Monochromatic Colors of #D54CE1
Black with #D54CE1
Text Example
Text Example
White with #D54CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54CE1; }
p { color: rgb(213,76,225); }
H1.HeaderClassName
{
color: #D54CE1;
}
.AnyTagClassName
{
color: #D54CE1;
}
</style>
background-color css
<style>
a { background-color: #D54CE1; }
a { background-color: rgb(213,76,225); }
div.DivClassName
{
background-color: #D54CE1;
}
.BgClassName
{
background-color: #D54CE1;
}
</style>
border-color css
<style>
span { border-color: #D54CE1; }
span { border-color: rgb(213,76,225); }
td.TdClassName
{
border-color: #D54CE1;
}
.TagClassName
{
border-color: #D54CE1;
}
</style>