Html Css Color HEX #D556DB Free Speech Magenta
📋 copy color: '#D556DB'red 213 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #D556DB
Tints of Free Speech Magenta #D556DB
RGB
CMYK
RGB Variations
Color information
#D556DB (or 0xD556DB) is known color: Free Speech Magenta. HEX triplet: D5, 56 and DB. RGB value is (213,86,219). Sum of RGB (Red+Green+Blue) = 213+86+219=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D556DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D556DB is #2AA924. Grayscale: #8A8A8A. Windows color (decimal): -2795813 or 14374613. OLE color: 14374613.
HSL color Cylindrical-coordinate representation of color #D556DB: hue angle of 297.29º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D556DB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 86 | 219 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.14 |
| HSL | 297.29º | 0.65% | 0.6% | - |
| HSV(B) | 297.29º | 0.61% | 0.86% | - |
| XYZ | 43.55 | 25.92 | 69.72 | - |
| YUV | 139.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 219 | 0.03 | 0.61 | 0 | 0.14 | 297.29 | 0.65 | 0.6 |
| Hex | D5 | 56 | DB | 3 | 3D | 0 | E | 129 | 41 | 3C |
| Octal | 325 | 126 | 333 | 3 | 75 | 0 | 16 | 451 | 101 | 74 |
| Binary | 11010101 | 1010110 | 11011011 | 11 | 111101 | 0 | 1110 | 100101001 | 1000001 | 111100 |
Color Harmonies of #D556DB
Complementary color
Monochromatic Colors of #D556DB
Black with #D556DB
Text Example
Text Example
White with #D556DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556DB; }
p { color: rgb(213,86,219); }
H1.HeaderClassName
{
color: #D556DB;
}
.AnyTagClassName
{
color: #D556DB;
}
</style>
background-color css
<style>
a { background-color: #D556DB; }
a { background-color: rgb(213,86,219); }
div.DivClassName
{
background-color: #D556DB;
}
.BgClassName
{
background-color: #D556DB;
}
</style>
border-color css
<style>
span { border-color: #D556DB; }
span { border-color: rgb(213,86,219); }
td.TdClassName
{
border-color: #D556DB;
}
.TagClassName
{
border-color: #D556DB;
}
</style>