Html Css Color HEX #D558DB Free Speech Magenta
📋 copy color: '#D558DB'red 213 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #D558DB
Tints of Free Speech Magenta #D558DB
RGB
CMYK
RGB Variations
Color information
#D558DB (or 0xD558DB) is known color: Free Speech Magenta. HEX triplet: D5, 58 and DB. RGB value is (213,88,219). Sum of RGB (Red+Green+Blue) = 213+88+219=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #D558DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D558DB is #2AA724. Grayscale: #8B8B8B. Windows color (decimal): -2795301 or 14375125. OLE color: 14375125.
HSL color Cylindrical-coordinate representation of color #D558DB: hue angle of 297.25º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D558DB is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 88 | 219 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.14 |
| HSL | 297.25º | 0.65% | 0.6% | - |
| HSV(B) | 297.25º | 0.6% | 0.86% | - |
| XYZ | 43.72 | 26.24 | 69.78 | - |
| YUV | 140.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 219 | 0.03 | 0.60 | 0 | 0.14 | 297.25 | 0.65 | 0.6 |
| Hex | D5 | 58 | DB | 3 | 3C | 0 | E | 129 | 41 | 3C |
| Octal | 325 | 130 | 333 | 3 | 74 | 0 | 16 | 451 | 101 | 74 |
| Binary | 11010101 | 1011000 | 11011011 | 11 | 111100 | 0 | 1110 | 100101001 | 1000001 | 111100 |
Color Harmonies of #D558DB
Complementary color
Monochromatic Colors of #D558DB
Black with #D558DB
Text Example
Text Example
White with #D558DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D558DB; }
p { color: rgb(213,88,219); }
H1.HeaderClassName
{
color: #D558DB;
}
.AnyTagClassName
{
color: #D558DB;
}
</style>
background-color css
<style>
a { background-color: #D558DB; }
a { background-color: rgb(213,88,219); }
div.DivClassName
{
background-color: #D558DB;
}
.BgClassName
{
background-color: #D558DB;
}
</style>
border-color css
<style>
span { border-color: #D558DB; }
span { border-color: rgb(213,88,219); }
td.TdClassName
{
border-color: #D558DB;
}
.TagClassName
{
border-color: #D558DB;
}
</style>