Html Css Color HEX #D646DF Free Speech Magenta
📋 copy color: '#D646DF'red 214 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #D646DF
Tints of Free Speech Magenta #D646DF
RGB
CMYK
RGB Variations
Color information
#D646DF (or 0xD646DF) is known color: Free Speech Magenta. HEX triplet: D6, 46 and DF. RGB value is (214,70,223). Sum of RGB (Red+Green+Blue) = 214+70+223=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #D646DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646DF is #29B920. Grayscale: #828282. Windows color (decimal): -2734369 or 14632662. OLE color: 14632662.
HSL color Cylindrical-coordinate representation of color #D646DF: hue angle of 296.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D646DF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 70 | 223 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.13 |
| HSL | 296.47º | 0.71% | 0.57% | - |
| HSV(B) | 296.47º | 0.69% | 0.87% | - |
| XYZ | 43.24 | 24 | 72.17 | - |
| YUV | 130.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 223 | 0.04 | 0.69 | 0 | 0.13 | 296.47 | 0.71 | 0.57 |
| Hex | D6 | 46 | DF | 4 | 45 | 0 | D | 128 | 47 | 39 |
| Octal | 326 | 106 | 337 | 4 | 105 | 0 | 15 | 450 | 107 | 71 |
| Binary | 11010110 | 1000110 | 11011111 | 100 | 1000101 | 0 | 1101 | 100101000 | 1000111 | 111001 |
Color Harmonies of #D646DF
Complementary color
Monochromatic Colors of #D646DF
Black with #D646DF
Text Example
Text Example
White with #D646DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D646DF; }
p { color: rgb(214,70,223); }
H1.HeaderClassName
{
color: #D646DF;
}
.AnyTagClassName
{
color: #D646DF;
}
</style>
background-color css
<style>
a { background-color: #D646DF; }
a { background-color: rgb(214,70,223); }
div.DivClassName
{
background-color: #D646DF;
}
.BgClassName
{
background-color: #D646DF;
}
</style>
border-color css
<style>
span { border-color: #D646DF; }
span { border-color: rgb(214,70,223); }
td.TdClassName
{
border-color: #D646DF;
}
.TagClassName
{
border-color: #D646DF;
}
</style>