Html Css Color HEX #D852F0 Free Speech Magenta
📋 copy color: '#D852F0'red 216 ◦ green 82 ◦ blue 240
Shades of Free Speech Magenta #D852F0
Tints of Free Speech Magenta #D852F0
RGB
CMYK
RGB Variations
Color information
#D852F0 (or 0xD852F0) is known color: Free Speech Magenta. HEX triplet: D8, 52 and F0. RGB value is (216,82,240). Sum of RGB (Red+Green+Blue) = 216+82+240=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #D852F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D852F0 is #27AD0F. Grayscale: #8B8B8B. Windows color (decimal): -2600208 or 15749848. OLE color: 15749848.
HSL color Cylindrical-coordinate representation of color #D852F0: hue angle of 290.89º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D852F0 is Cyan = 0.1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 82 | 240 | - |
| CMYK | 0.1 | 0.66 | 0 | 0.06 |
| HSL | 290.89º | 0.84% | 0.63% | - |
| HSV(B) | 290.89º | 0.66% | 0.94% | - |
| XYZ | 47.06 | 26.92 | 85.15 | - |
| YUV | 140.08 | 184.39 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 240 | 0.1 | 0.66 | 0 | 0.06 | 290.89 | 0.84 | 0.63 |
| Hex | D8 | 52 | F0 | A | 42 | 0 | 6 | 123 | 54 | 3F |
| Octal | 330 | 122 | 360 | 12 | 102 | 0 | 6 | 443 | 124 | 77 |
| Binary | 11011000 | 1010010 | 11110000 | 1010 | 1000010 | 0 | 110 | 100100011 | 1010100 | 111111 |
Color Harmonies of #D852F0
Complementary color
Monochromatic Colors of #D852F0
Black with #D852F0
Text Example
Text Example
White with #D852F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D852F0; }
p { color: rgb(216,82,240); }
H1.HeaderClassName
{
color: #D852F0;
}
.AnyTagClassName
{
color: #D852F0;
}
</style>
background-color css
<style>
a { background-color: #D852F0; }
a { background-color: rgb(216,82,240); }
div.DivClassName
{
background-color: #D852F0;
}
.BgClassName
{
background-color: #D852F0;
}
</style>
border-color css
<style>
span { border-color: #D852F0; }
span { border-color: rgb(216,82,240); }
td.TdClassName
{
border-color: #D852F0;
}
.TagClassName
{
border-color: #D852F0;
}
</style>