Html Css Color HEX #D552DB Free Speech Magenta
📋 copy color: '#D552DB'red 213 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #D552DB
Tints of Free Speech Magenta #D552DB
RGB
CMYK
RGB Variations
Color information
#D552DB (or 0xD552DB) is known color: Free Speech Magenta. HEX triplet: D5, 52 and DB. RGB value is (213,82,219). Sum of RGB (Red+Green+Blue) = 213+82+219=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D552DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552DB is #2AAD24. Grayscale: #888888. Windows color (decimal): -2796837 or 14373589. OLE color: 14373589.
HSL color Cylindrical-coordinate representation of color #D552DB: hue angle of 297.37º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D552DB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 82 | 219 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.14 |
| HSL | 297.37º | 0.66% | 0.59% | - |
| HSV(B) | 297.37º | 0.63% | 0.86% | - |
| XYZ | 43.24 | 25.3 | 69.62 | - |
| YUV | 136.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 219 | 0.03 | 0.63 | 0 | 0.14 | 297.37 | 0.66 | 0.59 |
| Hex | D5 | 52 | DB | 3 | 3F | 0 | E | 129 | 42 | 3B |
| Octal | 325 | 122 | 333 | 3 | 77 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010101 | 1010010 | 11011011 | 11 | 111111 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D552DB
Complementary color
Monochromatic Colors of #D552DB
Black with #D552DB
Text Example
Text Example
White with #D552DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D552DB; }
p { color: rgb(213,82,219); }
H1.HeaderClassName
{
color: #D552DB;
}
.AnyTagClassName
{
color: #D552DB;
}
</style>
background-color css
<style>
a { background-color: #D552DB; }
a { background-color: rgb(213,82,219); }
div.DivClassName
{
background-color: #D552DB;
}
.BgClassName
{
background-color: #D552DB;
}
</style>
border-color css
<style>
span { border-color: #D552DB; }
span { border-color: rgb(213,82,219); }
td.TdClassName
{
border-color: #D552DB;
}
.TagClassName
{
border-color: #D552DB;
}
</style>