Html Css Color HEX #D83CEF Free Speech Magenta
📋 copy color: '#D83CEF'red 216 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #D83CEF
Tints of Free Speech Magenta #D83CEF
RGB
CMYK
RGB Variations
Color information
#D83CEF (or 0xD83CEF) is known color: Free Speech Magenta. HEX triplet: D8, 3C and EF. RGB value is (216,60,239). Sum of RGB (Red+Green+Blue) = 216+60+239=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 60 (23.83% from 255 or 11.65% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #D83CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D83CEF is #27C310. Grayscale: #7E7E7E. Windows color (decimal): -2605841 or 15678680. OLE color: 15678680.
HSL color Cylindrical-coordinate representation of color #D83CEF: hue angle of 292.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83CEF is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 60 | 239 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.06 |
| HSL | 292.29º | 0.85% | 0.59% | - |
| HSV(B) | 292.29º | 0.75% | 0.94% | - |
| XYZ | 45.51 | 24.06 | 83.91 | - |
| YUV | 127.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 239 | 0.10 | 0.75 | 0 | 0.06 | 292.29 | 0.85 | 0.59 |
| Hex | D8 | 3C | EF | A | 4B | 0 | 6 | 124 | 55 | 3B |
| Octal | 330 | 74 | 357 | 12 | 113 | 0 | 6 | 444 | 125 | 73 |
| Binary | 11011000 | 111100 | 11101111 | 1010 | 1001011 | 0 | 110 | 100100100 | 1010101 | 111011 |
Color Harmonies of #D83CEF
Complementary color
Monochromatic Colors of #D83CEF
Black with #D83CEF
Text Example
Text Example
White with #D83CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83CEF; }
p { color: rgb(216,60,239); }
H1.HeaderClassName
{
color: #D83CEF;
}
.AnyTagClassName
{
color: #D83CEF;
}
</style>
background-color css
<style>
a { background-color: #D83CEF; }
a { background-color: rgb(216,60,239); }
div.DivClassName
{
background-color: #D83CEF;
}
.BgClassName
{
background-color: #D83CEF;
}
</style>
border-color css
<style>
span { border-color: #D83CEF; }
span { border-color: rgb(216,60,239); }
td.TdClassName
{
border-color: #D83CEF;
}
.TagClassName
{
border-color: #D83CEF;
}
</style>