Html Css Color HEX #D54DEF Free Speech Magenta
📋 copy color: '#D54DEF'red 213 ◦ green 77 ◦ blue 239
Shades of Free Speech Magenta #D54DEF
Tints of Free Speech Magenta #D54DEF
RGB
CMYK
RGB Variations
Color information
#D54DEF (or 0xD54DEF) is known color: Free Speech Magenta. HEX triplet: D5, 4D and EF. RGB value is (213,77,239). Sum of RGB (Red+Green+Blue) = 213+77+239=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #D54DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D54DEF is #2AB210. Grayscale: #878787. Windows color (decimal): -2798097 or 15683029. OLE color: 15683029.
HSL color Cylindrical-coordinate representation of color #D54DEF: hue angle of 290.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54DEF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 77 | 239 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.06 |
| HSL | 290.37º | 0.84% | 0.62% | - |
| HSV(B) | 290.37º | 0.68% | 0.94% | - |
| XYZ | 45.67 | 25.69 | 84.21 | - |
| YUV | 136.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 239 | 0.11 | 0.68 | 0 | 0.06 | 290.37 | 0.84 | 0.62 |
| Hex | D5 | 4D | EF | B | 44 | 0 | 6 | 122 | 54 | 3E |
| Octal | 325 | 115 | 357 | 13 | 104 | 0 | 6 | 442 | 124 | 76 |
| Binary | 11010101 | 1001101 | 11101111 | 1011 | 1000100 | 0 | 110 | 100100010 | 1010100 | 111110 |
Color Harmonies of #D54DEF
Complementary color
Monochromatic Colors of #D54DEF
Black with #D54DEF
Text Example
Text Example
White with #D54DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DEF; }
p { color: rgb(213,77,239); }
H1.HeaderClassName
{
color: #D54DEF;
}
.AnyTagClassName
{
color: #D54DEF;
}
</style>
background-color css
<style>
a { background-color: #D54DEF; }
a { background-color: rgb(213,77,239); }
div.DivClassName
{
background-color: #D54DEF;
}
.BgClassName
{
background-color: #D54DEF;
}
</style>
border-color css
<style>
span { border-color: #D54DEF; }
span { border-color: rgb(213,77,239); }
td.TdClassName
{
border-color: #D54DEF;
}
.TagClassName
{
border-color: #D54DEF;
}
</style>