Html Css Color HEX #D649DF Free Speech Magenta
📋 copy color: '#D649DF'red 214 ◦ green 73 ◦ blue 223
Shades of Free Speech Magenta #D649DF
Tints of Free Speech Magenta #D649DF
RGB
CMYK
RGB Variations
Color information
#D649DF (or 0xD649DF) is known color: Free Speech Magenta. HEX triplet: D6, 49 and DF. RGB value is (214,73,223). Sum of RGB (Red+Green+Blue) = 214+73+223=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #D649DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D649DF is #29B620. Grayscale: #838383. Windows color (decimal): -2733601 or 14633430. OLE color: 14633430.
HSL color Cylindrical-coordinate representation of color #D649DF: hue angle of 296.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D649DF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 73 | 223 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.13 |
| HSL | 296.4º | 0.7% | 0.58% | - |
| HSV(B) | 296.4º | 0.67% | 0.87% | - |
| XYZ | 43.43 | 24.39 | 72.23 | - |
| YUV | 132.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 223 | 0.04 | 0.67 | 0 | 0.13 | 296.4 | 0.7 | 0.58 |
| Hex | D6 | 49 | DF | 4 | 43 | 0 | D | 128 | 46 | 3A |
| Octal | 326 | 111 | 337 | 4 | 103 | 0 | 15 | 450 | 106 | 72 |
| Binary | 11010110 | 1001001 | 11011111 | 100 | 1000011 | 0 | 1101 | 100101000 | 1000110 | 111010 |
Color Harmonies of #D649DF
Complementary color
Monochromatic Colors of #D649DF
Black with #D649DF
Text Example
Text Example
White with #D649DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D649DF; }
p { color: rgb(214,73,223); }
H1.HeaderClassName
{
color: #D649DF;
}
.AnyTagClassName
{
color: #D649DF;
}
</style>
background-color css
<style>
a { background-color: #D649DF; }
a { background-color: rgb(214,73,223); }
div.DivClassName
{
background-color: #D649DF;
}
.BgClassName
{
background-color: #D649DF;
}
</style>
border-color css
<style>
span { border-color: #D649DF; }
span { border-color: rgb(214,73,223); }
td.TdClassName
{
border-color: #D649DF;
}
.TagClassName
{
border-color: #D649DF;
}
</style>