Html Css Color HEX #D650DF Free Speech Magenta
📋 copy color: '#D650DF'red 214 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #D650DF
Tints of Free Speech Magenta #D650DF
RGB
CMYK
RGB Variations
Color information
#D650DF (or 0xD650DF) is known color: Free Speech Magenta. HEX triplet: D6, 50 and DF. RGB value is (214,80,223). Sum of RGB (Red+Green+Blue) = 214+80+223=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #D650DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650DF is #29AF20. Grayscale: #878787. Windows color (decimal): -2731809 or 14635222. OLE color: 14635222.
HSL color Cylindrical-coordinate representation of color #D650DF: hue angle of 296.22º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D650DF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 80 | 223 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.13 |
| HSL | 296.22º | 0.69% | 0.59% | - |
| HSV(B) | 296.22º | 0.64% | 0.87% | - |
| XYZ | 43.92 | 25.36 | 72.39 | - |
| YUV | 136.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 223 | 0.04 | 0.64 | 0 | 0.13 | 296.22 | 0.69 | 0.59 |
| Hex | D6 | 50 | DF | 4 | 40 | 0 | D | 128 | 45 | 3B |
| Octal | 326 | 120 | 337 | 4 | 100 | 0 | 15 | 450 | 105 | 73 |
| Binary | 11010110 | 1010000 | 11011111 | 100 | 1000000 | 0 | 1101 | 100101000 | 1000101 | 111011 |
Color Harmonies of #D650DF
Complementary color
Monochromatic Colors of #D650DF
Black with #D650DF
Text Example
Text Example
White with #D650DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650DF; }
p { color: rgb(214,80,223); }
H1.HeaderClassName
{
color: #D650DF;
}
.AnyTagClassName
{
color: #D650DF;
}
</style>
background-color css
<style>
a { background-color: #D650DF; }
a { background-color: rgb(214,80,223); }
div.DivClassName
{
background-color: #D650DF;
}
.BgClassName
{
background-color: #D650DF;
}
</style>
border-color css
<style>
span { border-color: #D650DF; }
span { border-color: rgb(214,80,223); }
td.TdClassName
{
border-color: #D650DF;
}
.TagClassName
{
border-color: #D650DF;
}
</style>