Html Css Color HEX #D644DF Free Speech Magenta
📋 copy color: '#D644DF'red 214 ◦ green 68 ◦ blue 223
Shades of Free Speech Magenta #D644DF
Tints of Free Speech Magenta #D644DF
RGB
CMYK
RGB Variations
Color information
#D644DF (or 0xD644DF) is known color: Free Speech Magenta. HEX triplet: D6, 44 and DF. RGB value is (214,68,223). Sum of RGB (Red+Green+Blue) = 214+68+223=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #D644DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644DF is #29BB20. Grayscale: #808080. Windows color (decimal): -2734881 or 14632150. OLE color: 14632150.
HSL color Cylindrical-coordinate representation of color #D644DF: hue angle of 296.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D644DF is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 68 | 223 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.13 |
| HSL | 296.52º | 0.71% | 0.57% | - |
| HSV(B) | 296.52º | 0.7% | 0.87% | - |
| XYZ | 43.12 | 23.76 | 72.13 | - |
| YUV | 129.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 223 | 0.04 | 0.70 | 0 | 0.13 | 296.52 | 0.71 | 0.57 |
| Hex | D6 | 44 | DF | 4 | 46 | 0 | D | 129 | 47 | 39 |
| Octal | 326 | 104 | 337 | 4 | 106 | 0 | 15 | 451 | 107 | 71 |
| Binary | 11010110 | 1000100 | 11011111 | 100 | 1000110 | 0 | 1101 | 100101001 | 1000111 | 111001 |
Color Harmonies of #D644DF
Complementary color
Monochromatic Colors of #D644DF
Black with #D644DF
Text Example
Text Example
White with #D644DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D644DF; }
p { color: rgb(214,68,223); }
H1.HeaderClassName
{
color: #D644DF;
}
.AnyTagClassName
{
color: #D644DF;
}
</style>
background-color css
<style>
a { background-color: #D644DF; }
a { background-color: rgb(214,68,223); }
div.DivClassName
{
background-color: #D644DF;
}
.BgClassName
{
background-color: #D644DF;
}
</style>
border-color css
<style>
span { border-color: #D644DF; }
span { border-color: rgb(214,68,223); }
td.TdClassName
{
border-color: #D644DF;
}
.TagClassName
{
border-color: #D644DF;
}
</style>