Html Css Color HEX #D853EF Free Speech Magenta
📋 copy color: '#D853EF'red 216 ◦ green 83 ◦ blue 239
Shades of Free Speech Magenta #D853EF
Tints of Free Speech Magenta #D853EF
RGB
CMYK
RGB Variations
Color information
#D853EF (or 0xD853EF) is known color: Free Speech Magenta. HEX triplet: D8, 53 and EF. RGB value is (216,83,239). Sum of RGB (Red+Green+Blue) = 216+83+239=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #D853EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D853EF is #27AC10. Grayscale: #8C8C8C. Windows color (decimal): -2599953 or 15684568. OLE color: 15684568.
HSL color Cylindrical-coordinate representation of color #D853EF: hue angle of 291.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D853EF is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 83 | 239 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.06 |
| HSL | 291.15º | 0.83% | 0.63% | - |
| HSV(B) | 291.15º | 0.65% | 0.94% | - |
| XYZ | 46.99 | 27.02 | 84.4 | - |
| YUV | 140.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 239 | 0.10 | 0.65 | 0 | 0.06 | 291.15 | 0.83 | 0.63 |
| Hex | D8 | 53 | EF | A | 41 | 0 | 6 | 123 | 53 | 3F |
| Octal | 330 | 123 | 357 | 12 | 101 | 0 | 6 | 443 | 123 | 77 |
| Binary | 11011000 | 1010011 | 11101111 | 1010 | 1000001 | 0 | 110 | 100100011 | 1010011 | 111111 |
Color Harmonies of #D853EF
Complementary color
Monochromatic Colors of #D853EF
Black with #D853EF
Text Example
Text Example
White with #D853EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D853EF; }
p { color: rgb(216,83,239); }
H1.HeaderClassName
{
color: #D853EF;
}
.AnyTagClassName
{
color: #D853EF;
}
</style>
background-color css
<style>
a { background-color: #D853EF; }
a { background-color: rgb(216,83,239); }
div.DivClassName
{
background-color: #D853EF;
}
.BgClassName
{
background-color: #D853EF;
}
</style>
border-color css
<style>
span { border-color: #D853EF; }
span { border-color: rgb(216,83,239); }
td.TdClassName
{
border-color: #D853EF;
}
.TagClassName
{
border-color: #D853EF;
}
</style>