Html Css Color HEX #D056D3 Free Speech Magenta
📋 copy color: '#D056D3'red 208 ◦ green 86 ◦ blue 211
Shades of Free Speech Magenta #D056D3
Tints of Free Speech Magenta #D056D3
RGB
CMYK
RGB Variations
Color information
#D056D3 (or 0xD056D3) is known color: Free Speech Magenta. HEX triplet: D0, 56 and D3. RGB value is (208,86,211). Sum of RGB (Red+Green+Blue) = 208+86+211=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #D056D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056D3 is #2FA92C. Grayscale: #888888. Windows color (decimal): -3123501 or 13850320. OLE color: 13850320.
HSL color Cylindrical-coordinate representation of color #D056D3: hue angle of 298.56º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056D3 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 86 | 211 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.17 |
| HSL | 298.56º | 0.59% | 0.58% | - |
| HSV(B) | 298.56º | 0.59% | 0.83% | - |
| XYZ | 41.1 | 24.77 | 64.24 | - |
| YUV | 136.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 211 | 0.01 | 0.59 | 0 | 0.17 | 298.56 | 0.59 | 0.58 |
| Hex | D0 | 56 | D3 | 1 | 3B | 0 | 11 | 12B | 3B | 3A |
| Octal | 320 | 126 | 323 | 1 | 73 | 0 | 21 | 453 | 73 | 72 |
| Binary | 11010000 | 1010110 | 11010011 | 1 | 111011 | 0 | 10001 | 100101011 | 111011 | 111010 |
Color Harmonies of #D056D3
Complementary color
Monochromatic Colors of #D056D3
Black with #D056D3
Text Example
Text Example
White with #D056D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056D3; }
p { color: rgb(208,86,211); }
H1.HeaderClassName
{
color: #D056D3;
}
.AnyTagClassName
{
color: #D056D3;
}
</style>
background-color css
<style>
a { background-color: #D056D3; }
a { background-color: rgb(208,86,211); }
div.DivClassName
{
background-color: #D056D3;
}
.BgClassName
{
background-color: #D056D3;
}
</style>
border-color css
<style>
span { border-color: #D056D3; }
span { border-color: rgb(208,86,211); }
td.TdClassName
{
border-color: #D056D3;
}
.TagClassName
{
border-color: #D056D3;
}
</style>