Html Css Color HEX #D839DB Free Speech Magenta
📋 copy color: '#D839DB'red 216 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #D839DB
Tints of Free Speech Magenta #D839DB
RGB
CMYK
RGB Variations
Color information
#D839DB (or 0xD839DB) is known color: Free Speech Magenta. HEX triplet: D8, 39 and DB. RGB value is (216,57,219). Sum of RGB (Red+Green+Blue) = 216+57+219=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #D839DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D839DB is #27C624. Grayscale: #7A7A7A. Windows color (decimal): -2606629 or 14367192. OLE color: 14367192.
HSL color Cylindrical-coordinate representation of color #D839DB: hue angle of 298.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D839DB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 57 | 219 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.14 |
| HSL | 298.89º | 0.69% | 0.54% | - |
| HSV(B) | 298.89º | 0.74% | 0.86% | - |
| XYZ | 42.57 | 22.64 | 69.14 | - |
| YUV | 123.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 219 | 0.01 | 0.74 | 0 | 0.14 | 298.89 | 0.69 | 0.54 |
| Hex | D8 | 39 | DB | 1 | 4A | 0 | E | 12B | 45 | 36 |
| Octal | 330 | 71 | 333 | 1 | 112 | 0 | 16 | 453 | 105 | 66 |
| Binary | 11011000 | 111001 | 11011011 | 1 | 1001010 | 0 | 1110 | 100101011 | 1000101 | 110110 |
Color Harmonies of #D839DB
Complementary color
Monochromatic Colors of #D839DB
Black with #D839DB
Text Example
Text Example
White with #D839DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D839DB; }
p { color: rgb(216,57,219); }
H1.HeaderClassName
{
color: #D839DB;
}
.AnyTagClassName
{
color: #D839DB;
}
</style>
background-color css
<style>
a { background-color: #D839DB; }
a { background-color: rgb(216,57,219); }
div.DivClassName
{
background-color: #D839DB;
}
.BgClassName
{
background-color: #D839DB;
}
</style>
border-color css
<style>
span { border-color: #D839DB; }
span { border-color: rgb(216,57,219); }
td.TdClassName
{
border-color: #D839DB;
}
.TagClassName
{
border-color: #D839DB;
}
</style>