Html Css Color HEX #D059DC Free Speech Magenta
📋 copy color: '#D059DC'red 208 ◦ green 89 ◦ blue 220
Shades of Free Speech Magenta #D059DC
Tints of Free Speech Magenta #D059DC
RGB
CMYK
RGB Variations
Color information
#D059DC (or 0xD059DC) is known color: Free Speech Magenta. HEX triplet: D0, 59 and DC. RGB value is (208,89,220). Sum of RGB (Red+Green+Blue) = 208+89+220=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #D059DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059DC is #2FA623. Grayscale: #8B8B8B. Windows color (decimal): -3122724 or 14440912. OLE color: 14440912.
HSL color Cylindrical-coordinate representation of color #D059DC: hue angle of 294.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D059DC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 89 | 220 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.14 |
| HSL | 294.5º | 0.65% | 0.61% | - |
| HSV(B) | 294.5º | 0.6% | 0.86% | - |
| XYZ | 42.5 | 25.72 | 70.43 | - |
| YUV | 139.52 | 173.42 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 220 | 0.05 | 0.60 | 0 | 0.14 | 294.5 | 0.65 | 0.61 |
| Hex | D0 | 59 | DC | 5 | 3C | 0 | E | 127 | 41 | 3D |
| Octal | 320 | 131 | 334 | 5 | 74 | 0 | 16 | 447 | 101 | 75 |
| Binary | 11010000 | 1011001 | 11011100 | 101 | 111100 | 0 | 1110 | 100100111 | 1000001 | 111101 |
Color Harmonies of #D059DC
Complementary color
Monochromatic Colors of #D059DC
Black with #D059DC
Text Example
Text Example
White with #D059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059DC; }
p { color: rgb(208,89,220); }
H1.HeaderClassName
{
color: #D059DC;
}
.AnyTagClassName
{
color: #D059DC;
}
</style>
background-color css
<style>
a { background-color: #D059DC; }
a { background-color: rgb(208,89,220); }
div.DivClassName
{
background-color: #D059DC;
}
.BgClassName
{
background-color: #D059DC;
}
</style>
border-color css
<style>
span { border-color: #D059DC; }
span { border-color: rgb(208,89,220); }
td.TdClassName
{
border-color: #D059DC;
}
.TagClassName
{
border-color: #D059DC;
}
</style>