Html Css Color HEX #D256DF Free Speech Magenta
📋 copy color: '#D256DF'red 210 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #D256DF
Tints of Free Speech Magenta #D256DF
RGB
CMYK
RGB Variations
Color information
#D256DF (or 0xD256DF) is known color: Free Speech Magenta. HEX triplet: D2, 56 and DF. RGB value is (210,86,223). Sum of RGB (Red+Green+Blue) = 210+86+223=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #D256DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256DF is #2DA920. Grayscale: #8A8A8A. Windows color (decimal): -2992417 or 14636754. OLE color: 14636754.
HSL color Cylindrical-coordinate representation of color #D256DF: hue angle of 294.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D256DF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 86 | 223 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.13 |
| HSL | 294.31º | 0.68% | 0.61% | - |
| HSV(B) | 294.31º | 0.61% | 0.87% | - |
| XYZ | 43.23 | 25.68 | 72.49 | - |
| YUV | 138.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 223 | 0.06 | 0.61 | 0 | 0.13 | 294.31 | 0.68 | 0.61 |
| Hex | D2 | 56 | DF | 6 | 3D | 0 | D | 126 | 44 | 3D |
| Octal | 322 | 126 | 337 | 6 | 75 | 0 | 15 | 446 | 104 | 75 |
| Binary | 11010010 | 1010110 | 11011111 | 110 | 111101 | 0 | 1101 | 100100110 | 1000100 | 111101 |
Color Harmonies of #D256DF
Complementary color
Monochromatic Colors of #D256DF
Black with #D256DF
Text Example
Text Example
White with #D256DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256DF; }
p { color: rgb(210,86,223); }
H1.HeaderClassName
{
color: #D256DF;
}
.AnyTagClassName
{
color: #D256DF;
}
</style>
background-color css
<style>
a { background-color: #D256DF; }
a { background-color: rgb(210,86,223); }
div.DivClassName
{
background-color: #D256DF;
}
.BgClassName
{
background-color: #D256DF;
}
</style>
border-color css
<style>
span { border-color: #D256DF; }
span { border-color: rgb(210,86,223); }
td.TdClassName
{
border-color: #D256DF;
}
.TagClassName
{
border-color: #D256DF;
}
</style>