Html Css Color HEX #D651F0 Free Speech Magenta
📋 copy color: '#D651F0'red 214 ◦ green 81 ◦ blue 240
Shades of Free Speech Magenta #D651F0
Tints of Free Speech Magenta #D651F0
RGB
CMYK
RGB Variations
Color information
#D651F0 (or 0xD651F0) is known color: Free Speech Magenta. HEX triplet: D6, 51 and F0. RGB value is (214,81,240). Sum of RGB (Red+Green+Blue) = 214+81+240=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #D651F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D651F0 is #29AE0F. Grayscale: #8A8A8A. Windows color (decimal): -2731536 or 15749590. OLE color: 15749590.
HSL color Cylindrical-coordinate representation of color #D651F0: hue angle of 290.19º 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 #D651F0 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 81 | 240 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.06 |
| HSL | 290.19º | 0.84% | 0.63% | - |
| HSV(B) | 290.19º | 0.66% | 0.94% | - |
| XYZ | 46.4 | 26.47 | 85.1 | - |
| YUV | 138.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 240 | 0.11 | 0.66 | 0 | 0.06 | 290.19 | 0.84 | 0.63 |
| Hex | D6 | 51 | F0 | B | 42 | 0 | 6 | 122 | 54 | 3F |
| Octal | 326 | 121 | 360 | 13 | 102 | 0 | 6 | 442 | 124 | 77 |
| Binary | 11010110 | 1010001 | 11110000 | 1011 | 1000010 | 0 | 110 | 100100010 | 1010100 | 111111 |
Color Harmonies of #D651F0
Complementary color
Monochromatic Colors of #D651F0
Black with #D651F0
Text Example
Text Example
White with #D651F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D651F0; }
p { color: rgb(214,81,240); }
H1.HeaderClassName
{
color: #D651F0;
}
.AnyTagClassName
{
color: #D651F0;
}
</style>
background-color css
<style>
a { background-color: #D651F0; }
a { background-color: rgb(214,81,240); }
div.DivClassName
{
background-color: #D651F0;
}
.BgClassName
{
background-color: #D651F0;
}
</style>
border-color css
<style>
span { border-color: #D651F0; }
span { border-color: rgb(214,81,240); }
td.TdClassName
{
border-color: #D651F0;
}
.TagClassName
{
border-color: #D651F0;
}
</style>