Html Css Color HEX #D560DF Free Speech Magenta
📋 copy color: '#D560DF'red 213 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #D560DF
Tints of Free Speech Magenta #D560DF
RGB
CMYK
RGB Variations
Color information
#D560DF (or 0xD560DF) is known color: Free Speech Magenta. HEX triplet: D5, 60 and DF. RGB value is (213,96,223). Sum of RGB (Red+Green+Blue) = 213+96+223=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D560DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560DF is #2A9F20. Grayscale: #919191. Windows color (decimal): -2793249 or 14639317. OLE color: 14639317.
HSL color Cylindrical-coordinate representation of color #D560DF: hue angle of 295.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D560DF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 96 | 223 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.13 |
| HSL | 295.28º | 0.66% | 0.63% | - |
| HSV(B) | 295.28º | 0.57% | 0.87% | - |
| XYZ | 44.94 | 27.84 | 72.82 | - |
| YUV | 145.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 223 | 0.04 | 0.57 | 0 | 0.13 | 295.28 | 0.66 | 0.63 |
| Hex | D5 | 60 | DF | 4 | 39 | 0 | D | 127 | 42 | 3F |
| Octal | 325 | 140 | 337 | 4 | 71 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010101 | 1100000 | 11011111 | 100 | 111001 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D560DF
Complementary color
Monochromatic Colors of #D560DF
Black with #D560DF
Text Example
Text Example
White with #D560DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560DF; }
p { color: rgb(213,96,223); }
H1.HeaderClassName
{
color: #D560DF;
}
.AnyTagClassName
{
color: #D560DF;
}
</style>
background-color css
<style>
a { background-color: #D560DF; }
a { background-color: rgb(213,96,223); }
div.DivClassName
{
background-color: #D560DF;
}
.BgClassName
{
background-color: #D560DF;
}
</style>
border-color css
<style>
span { border-color: #D560DF; }
span { border-color: rgb(213,96,223); }
td.TdClassName
{
border-color: #D560DF;
}
.TagClassName
{
border-color: #D560DF;
}
</style>