Html Css Color HEX #D560D1 Free Speech Magenta
📋 copy color: '#D560D1'red 213 ◦ green 96 ◦ blue 209
Shades of Free Speech Magenta #D560D1
Tints of Free Speech Magenta #D560D1
RGB
CMYK
RGB Variations
Color information
#D560D1 (or 0xD560D1) is known color: Free Speech Magenta. HEX triplet: D5, 60 and D1. RGB value is (213,96,209). Sum of RGB (Red+Green+Blue) = 213+96+209=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D560D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560D1 is #2A9F2E. Grayscale: #8F8F8F. Windows color (decimal): -2793263 or 13721813. OLE color: 13721813.
HSL color Cylindrical-coordinate representation of color #D560D1: hue angle of 302.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D560D1 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 209 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.16 |
| HSL | 302.05º | 0.58% | 0.61% | - |
| HSV(B) | 302.05º | 0.55% | 0.84% | - |
| XYZ | 43.13 | 27.12 | 63.28 | - |
| YUV | 143.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 209 | 0 | 0.55 | 0.02 | 0.16 | 302.05 | 0.58 | 0.61 |
| Hex | D5 | 60 | D1 | 0 | 37 | 2 | 10 | 12E | 3A | 3D |
| Octal | 325 | 140 | 321 | 0 | 67 | 2 | 20 | 456 | 72 | 75 |
| Binary | 11010101 | 1100000 | 11010001 | 0 | 110111 | 10 | 10000 | 100101110 | 111010 | 111101 |
Color Harmonies of #D560D1
Complementary color
Monochromatic Colors of #D560D1
Black with #D560D1
Text Example
Text Example
White with #D560D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560D1; }
p { color: rgb(213,96,209); }
H1.HeaderClassName
{
color: #D560D1;
}
.AnyTagClassName
{
color: #D560D1;
}
</style>
background-color css
<style>
a { background-color: #D560D1; }
a { background-color: rgb(213,96,209); }
div.DivClassName
{
background-color: #D560D1;
}
.BgClassName
{
background-color: #D560D1;
}
</style>
border-color css
<style>
span { border-color: #D560D1; }
span { border-color: rgb(213,96,209); }
td.TdClassName
{
border-color: #D560D1;
}
.TagClassName
{
border-color: #D560D1;
}
</style>