Html Css Color HEX #D83AF0 Free Speech Magenta
📋 copy color: '#D83AF0'red 216 ◦ green 58 ◦ blue 240
Shades of Free Speech Magenta #D83AF0
Tints of Free Speech Magenta #D83AF0
RGB
CMYK
RGB Variations
Color information
#D83AF0 (or 0xD83AF0) is known color: Free Speech Magenta. HEX triplet: D8, 3A and F0. RGB value is (216,58,240). Sum of RGB (Red+Green+Blue) = 216+58+240=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #D83AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D83AF0 is #27C50F. Grayscale: #7D7D7D. Windows color (decimal): -2606352 or 15743704. OLE color: 15743704.
HSL color Cylindrical-coordinate representation of color #D83AF0: hue angle of 292.09º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83AF0 is Cyan = 0.1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 58 | 240 | - |
| CMYK | 0.1 | 0.76 | 0 | 0.06 |
| HSL | 292.09º | 0.86% | 0.58% | - |
| HSV(B) | 292.09º | 0.76% | 0.94% | - |
| XYZ | 45.56 | 23.92 | 84.65 | - |
| YUV | 125.99 | 192.35 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 240 | 0.1 | 0.76 | 0 | 0.06 | 292.09 | 0.86 | 0.58 |
| Hex | D8 | 3A | F0 | A | 4C | 0 | 6 | 124 | 56 | 3A |
| Octal | 330 | 72 | 360 | 12 | 114 | 0 | 6 | 444 | 126 | 72 |
| Binary | 11011000 | 111010 | 11110000 | 1010 | 1001100 | 0 | 110 | 100100100 | 1010110 | 111010 |
Color Harmonies of #D83AF0
Complementary color
Monochromatic Colors of #D83AF0
Black with #D83AF0
Text Example
Text Example
White with #D83AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83AF0; }
p { color: rgb(216,58,240); }
H1.HeaderClassName
{
color: #D83AF0;
}
.AnyTagClassName
{
color: #D83AF0;
}
</style>
background-color css
<style>
a { background-color: #D83AF0; }
a { background-color: rgb(216,58,240); }
div.DivClassName
{
background-color: #D83AF0;
}
.BgClassName
{
background-color: #D83AF0;
}
</style>
border-color css
<style>
span { border-color: #D83AF0; }
span { border-color: rgb(216,58,240); }
td.TdClassName
{
border-color: #D83AF0;
}
.TagClassName
{
border-color: #D83AF0;
}
</style>