Html Css Color HEX #D339DB Free Speech Magenta
📋 copy color: '#D339DB'red 211 ◦ green 57 ◦ blue 219
Shades of Free Speech Magenta #D339DB
Tints of Free Speech Magenta #D339DB
RGB
CMYK
RGB Variations
Color information
#D339DB (or 0xD339DB) is known color: Free Speech Magenta. HEX triplet: D3, 39 and DB. RGB value is (211,57,219). Sum of RGB (Red+Green+Blue) = 211+57+219=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #D339DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D339DB is #2CC624. Grayscale: #797979. Windows color (decimal): -2934309 or 14367187. OLE color: 14367187.
HSL color Cylindrical-coordinate representation of color #D339DB: hue angle of 297.04º 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 #D339DB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 57 | 219 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.14 |
| HSL | 297.04º | 0.69% | 0.54% | - |
| HSV(B) | 297.04º | 0.74% | 0.86% | - |
| XYZ | 41.11 | 21.89 | 69.08 | - |
| YUV | 121.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 219 | 0.04 | 0.74 | 0 | 0.14 | 297.04 | 0.69 | 0.54 |
| Hex | D3 | 39 | DB | 4 | 4A | 0 | E | 129 | 45 | 36 |
| Octal | 323 | 71 | 333 | 4 | 112 | 0 | 16 | 451 | 105 | 66 |
| Binary | 11010011 | 111001 | 11011011 | 100 | 1001010 | 0 | 1110 | 100101001 | 1000101 | 110110 |
Color Harmonies of #D339DB
Complementary color
Monochromatic Colors of #D339DB
Black with #D339DB
Text Example
Text Example
White with #D339DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D339DB; }
p { color: rgb(211,57,219); }
H1.HeaderClassName
{
color: #D339DB;
}
.AnyTagClassName
{
color: #D339DB;
}
</style>
background-color css
<style>
a { background-color: #D339DB; }
a { background-color: rgb(211,57,219); }
div.DivClassName
{
background-color: #D339DB;
}
.BgClassName
{
background-color: #D339DB;
}
</style>
border-color css
<style>
span { border-color: #D339DB; }
span { border-color: rgb(211,57,219); }
td.TdClassName
{
border-color: #D339DB;
}
.TagClassName
{
border-color: #D339DB;
}
</style>