Html Css Color HEX #D832DB Free Speech Magenta
📋 copy color: '#D832DB'red 216 ◦ green 50 ◦ blue 219
Shades of Free Speech Magenta #D832DB
Tints of Free Speech Magenta #D832DB
RGB
CMYK
RGB Variations
Color information
#D832DB (or 0xD832DB) is known color: Free Speech Magenta. HEX triplet: D8, 32 and DB. RGB value is (216,50,219). Sum of RGB (Red+Green+Blue) = 216+50+219=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #D832DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D832DB is #27CD24. Grayscale: #767676. Windows color (decimal): -2608421 or 14365400. OLE color: 14365400.
HSL color Cylindrical-coordinate representation of color #D832DB: hue angle of 298.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D832DB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 50 | 219 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.14 |
| HSL | 298.93º | 0.7% | 0.53% | - |
| HSV(B) | 298.93º | 0.77% | 0.86% | - |
| XYZ | 42.25 | 21.99 | 69.04 | - |
| YUV | 118.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 219 | 0.01 | 0.77 | 0 | 0.14 | 298.93 | 0.7 | 0.53 |
| Hex | D8 | 32 | DB | 1 | 4D | 0 | E | 12B | 46 | 35 |
| Octal | 330 | 62 | 333 | 1 | 115 | 0 | 16 | 453 | 106 | 65 |
| Binary | 11011000 | 110010 | 11011011 | 1 | 1001101 | 0 | 1110 | 100101011 | 1000110 | 110101 |
Color Harmonies of #D832DB
Complementary color
Monochromatic Colors of #D832DB
Black with #D832DB
Text Example
Text Example
White with #D832DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D832DB; }
p { color: rgb(216,50,219); }
H1.HeaderClassName
{
color: #D832DB;
}
.AnyTagClassName
{
color: #D832DB;
}
</style>
background-color css
<style>
a { background-color: #D832DB; }
a { background-color: rgb(216,50,219); }
div.DivClassName
{
background-color: #D832DB;
}
.BgClassName
{
background-color: #D832DB;
}
</style>
border-color css
<style>
span { border-color: #D832DB; }
span { border-color: rgb(216,50,219); }
td.TdClassName
{
border-color: #D832DB;
}
.TagClassName
{
border-color: #D832DB;
}
</style>