Html Css Color HEX #D649F0 Free Speech Magenta
📋 copy color: '#D649F0'red 214 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #D649F0
Tints of Free Speech Magenta #D649F0
RGB
CMYK
RGB Variations
Color information
#D649F0 (or 0xD649F0) is known color: Free Speech Magenta. HEX triplet: D6, 49 and F0. RGB value is (214,73,240). Sum of RGB (Red+Green+Blue) = 214+73+240=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #D649F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649F0 is #29B60F. Grayscale: #858585. Windows color (decimal): -2733584 or 15747542. OLE color: 15747542.
HSL color Cylindrical-coordinate representation of color #D649F0: hue angle of 290.66º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D649F0 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 73 | 240 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.06 |
| HSL | 290.66º | 0.85% | 0.61% | - |
| HSV(B) | 290.66º | 0.7% | 0.94% | - |
| XYZ | 45.84 | 25.35 | 84.92 | - |
| YUV | 134.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 240 | 0.11 | 0.70 | 0 | 0.06 | 290.66 | 0.85 | 0.61 |
| Hex | D6 | 49 | F0 | B | 46 | 0 | 6 | 123 | 55 | 3D |
| Octal | 326 | 111 | 360 | 13 | 106 | 0 | 6 | 443 | 125 | 75 |
| Binary | 11010110 | 1001001 | 11110000 | 1011 | 1000110 | 0 | 110 | 100100011 | 1010101 | 111101 |
Color Harmonies of #D649F0
Complementary color
Monochromatic Colors of #D649F0
Black with #D649F0
Text Example
Text Example
White with #D649F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649F0; }
p { color: rgb(214,73,240); }
H1.HeaderClassName
{
color: #D649F0;
}
.AnyTagClassName
{
color: #D649F0;
}
</style>
background-color css
<style>
a { background-color: #D649F0; }
a { background-color: rgb(214,73,240); }
div.DivClassName
{
background-color: #D649F0;
}
.BgClassName
{
background-color: #D649F0;
}
</style>
border-color css
<style>
span { border-color: #D649F0; }
span { border-color: rgb(214,73,240); }
td.TdClassName
{
border-color: #D649F0;
}
.TagClassName
{
border-color: #D649F0;
}
</style>