Html Css Color HEX #D560DA Free Speech Magenta
📋 copy color: '#D560DA'red 213 ◦ green 96 ◦ blue 218
Shades of Free Speech Magenta #D560DA
Tints of Free Speech Magenta #D560DA
RGB
CMYK
RGB Variations
Color information
#D560DA (or 0xD560DA) is known color: Free Speech Magenta. HEX triplet: D5, 60 and DA. RGB value is (213,96,218). Sum of RGB (Red+Green+Blue) = 213+96+218=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #D560DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D560DA is #2A9F25. Grayscale: #909090. Windows color (decimal): -2793254 or 14311637. OLE color: 14311637.
HSL color Cylindrical-coordinate representation of color #D560DA: hue angle of 297.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D560DA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 96 | 218 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.15 |
| HSL | 297.54º | 0.62% | 0.62% | - |
| HSV(B) | 297.54º | 0.56% | 0.85% | - |
| XYZ | 44.28 | 27.57 | 69.32 | - |
| YUV | 144.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 218 | 0.02 | 0.56 | 0 | 0.15 | 297.54 | 0.62 | 0.62 |
| Hex | D5 | 60 | DA | 2 | 38 | 0 | F | 12A | 3E | 3E |
| Octal | 325 | 140 | 332 | 2 | 70 | 0 | 17 | 452 | 76 | 76 |
| Binary | 11010101 | 1100000 | 11011010 | 10 | 111000 | 0 | 1111 | 100101010 | 111110 | 111110 |
Color Harmonies of #D560DA
Complementary color
Monochromatic Colors of #D560DA
Black with #D560DA
Text Example
Text Example
White with #D560DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560DA; }
p { color: rgb(213,96,218); }
H1.HeaderClassName
{
color: #D560DA;
}
.AnyTagClassName
{
color: #D560DA;
}
</style>
background-color css
<style>
a { background-color: #D560DA; }
a { background-color: rgb(213,96,218); }
div.DivClassName
{
background-color: #D560DA;
}
.BgClassName
{
background-color: #D560DA;
}
</style>
border-color css
<style>
span { border-color: #D560DA; }
span { border-color: rgb(213,96,218); }
td.TdClassName
{
border-color: #D560DA;
}
.TagClassName
{
border-color: #D560DA;
}
</style>