Html Css Color HEX #D83FFB Free Speech Magenta
📋 copy color: '#D83FFB'red 216 ◦ green 63 ◦ blue 251
Shades of Free Speech Magenta #D83FFB
Tints of Free Speech Magenta #D83FFB
RGB
CMYK
RGB Variations
Color information
#D83FFB (or 0xD83FFB) is known color: Free Speech Magenta. HEX triplet: D8, 3F and FB. RGB value is (216,63,251). Sum of RGB (Red+Green+Blue) = 216+63+251=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D83FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D83FFB is #27C004. Grayscale: #818181. Windows color (decimal): -2605061 or 16465880. OLE color: 16465880.
HSL color Cylindrical-coordinate representation of color #D83FFB: hue angle of 288.83º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83FFB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 63 | 251 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.02 |
| HSL | 288.83º | 0.96% | 0.62% | - |
| HSV(B) | 288.83º | 0.75% | 0.98% | - |
| XYZ | 47.51 | 25.12 | 93.61 | - |
| YUV | 130.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 251 | 0.14 | 0.75 | 0 | 0.02 | 288.83 | 0.96 | 0.62 |
| Hex | D8 | 3F | FB | E | 4B | 0 | 2 | 121 | 60 | 3E |
| Octal | 330 | 77 | 373 | 16 | 113 | 0 | 2 | 441 | 140 | 76 |
| Binary | 11011000 | 111111 | 11111011 | 1110 | 1001011 | 0 | 10 | 100100001 | 1100000 | 111110 |
Color Harmonies of #D83FFB
Complementary color
Monochromatic Colors of #D83FFB
Black with #D83FFB
Text Example
Text Example
White with #D83FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FFB; }
p { color: rgb(216,63,251); }
H1.HeaderClassName
{
color: #D83FFB;
}
.AnyTagClassName
{
color: #D83FFB;
}
</style>
background-color css
<style>
a { background-color: #D83FFB; }
a { background-color: rgb(216,63,251); }
div.DivClassName
{
background-color: #D83FFB;
}
.BgClassName
{
background-color: #D83FFB;
}
</style>
border-color css
<style>
span { border-color: #D83FFB; }
span { border-color: rgb(216,63,251); }
td.TdClassName
{
border-color: #D83FFB;
}
.TagClassName
{
border-color: #D83FFB;
}
</style>