Html Css Color HEX #D560D2 Free Speech Magenta
📋 copy color: '#D560D2'red 213 ◦ green 96 ◦ blue 210
Shades of Free Speech Magenta #D560D2
Tints of Free Speech Magenta #D560D2
RGB
CMYK
RGB Variations
Color information
#D560D2 (or 0xD560D2) is known color: Free Speech Magenta. HEX triplet: D5, 60 and D2. RGB value is (213,96,210). Sum of RGB (Red+Green+Blue) = 213+96+210=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D560D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560D2 is #2A9F2D. Grayscale: #8F8F8F. Windows color (decimal): -2793262 or 13787349. OLE color: 13787349.
HSL color Cylindrical-coordinate representation of color #D560D2: hue angle of 301.54º 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 #D560D2 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 210 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.16 |
| HSL | 301.54º | 0.58% | 0.61% | - |
| HSV(B) | 301.54º | 0.55% | 0.84% | - |
| XYZ | 43.26 | 27.17 | 63.94 | - |
| YUV | 143.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 210 | 0 | 0.55 | 0.01 | 0.16 | 301.54 | 0.58 | 0.61 |
| Hex | D5 | 60 | D2 | 0 | 37 | 1 | 10 | 12E | 3A | 3D |
| Octal | 325 | 140 | 322 | 0 | 67 | 1 | 20 | 456 | 72 | 75 |
| Binary | 11010101 | 1100000 | 11010010 | 0 | 110111 | 1 | 10000 | 100101110 | 111010 | 111101 |
Color Harmonies of #D560D2
Complementary color
Monochromatic Colors of #D560D2
Black with #D560D2
Text Example
Text Example
White with #D560D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560D2; }
p { color: rgb(213,96,210); }
H1.HeaderClassName
{
color: #D560D2;
}
.AnyTagClassName
{
color: #D560D2;
}
</style>
background-color css
<style>
a { background-color: #D560D2; }
a { background-color: rgb(213,96,210); }
div.DivClassName
{
background-color: #D560D2;
}
.BgClassName
{
background-color: #D560D2;
}
</style>
border-color css
<style>
span { border-color: #D560D2; }
span { border-color: rgb(213,96,210); }
td.TdClassName
{
border-color: #D560D2;
}
.TagClassName
{
border-color: #D560D2;
}
</style>