Html Css Color HEX #D838F0 Free Speech Magenta
📋 copy color: '#D838F0'red 216 ◦ green 56 ◦ blue 240
Shades of Free Speech Magenta #D838F0
Tints of Free Speech Magenta #D838F0
RGB
CMYK
RGB Variations
Color information
#D838F0 (or 0xD838F0) is known color: Free Speech Magenta. HEX triplet: D8, 38 and F0. RGB value is (216,56,240). Sum of RGB (Red+Green+Blue) = 216+56+240=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #D838F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D838F0 is #27C70F. Grayscale: #7C7C7C. Windows color (decimal): -2606864 or 15743192. OLE color: 15743192.
HSL color Cylindrical-coordinate representation of color #D838F0: hue angle of 292.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D838F0 is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 56 | 240 | - |
| CMYK | 0.1 | 0.77 | 0 | 0.06 |
| HSL | 292.17º | 0.86% | 0.58% | - |
| HSV(B) | 292.17º | 0.77% | 0.94% | - |
| XYZ | 45.46 | 23.72 | 84.62 | - |
| YUV | 124.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 240 | 0.1 | 0.77 | 0 | 0.06 | 292.17 | 0.86 | 0.58 |
| Hex | D8 | 38 | F0 | A | 4D | 0 | 6 | 124 | 56 | 3A |
| Octal | 330 | 70 | 360 | 12 | 115 | 0 | 6 | 444 | 126 | 72 |
| Binary | 11011000 | 111000 | 11110000 | 1010 | 1001101 | 0 | 110 | 100100100 | 1010110 | 111010 |
Color Harmonies of #D838F0
Complementary color
Monochromatic Colors of #D838F0
Black with #D838F0
Text Example
Text Example
White with #D838F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838F0; }
p { color: rgb(216,56,240); }
H1.HeaderClassName
{
color: #D838F0;
}
.AnyTagClassName
{
color: #D838F0;
}
</style>
background-color css
<style>
a { background-color: #D838F0; }
a { background-color: rgb(216,56,240); }
div.DivClassName
{
background-color: #D838F0;
}
.BgClassName
{
background-color: #D838F0;
}
</style>
border-color css
<style>
span { border-color: #D838F0; }
span { border-color: rgb(216,56,240); }
td.TdClassName
{
border-color: #D838F0;
}
.TagClassName
{
border-color: #D838F0;
}
</style>