Html Css Color HEX #D333DB Free Speech Magenta
📋 copy color: '#D333DB'red 211 ◦ green 51 ◦ blue 219
Shades of Free Speech Magenta #D333DB
Tints of Free Speech Magenta #D333DB
RGB
CMYK
RGB Variations
Color information
#D333DB (or 0xD333DB) is known color: Free Speech Magenta. HEX triplet: D3, 33 and DB. RGB value is (211,51,219). Sum of RGB (Red+Green+Blue) = 211+51+219=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D333DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333DB is #2CCC24. Grayscale: #757575. Windows color (decimal): -2935845 or 14365651. OLE color: 14365651.
HSL color Cylindrical-coordinate representation of color #D333DB: hue angle of 297.14º 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 #D333DB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 51 | 219 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.14 |
| HSL | 297.14º | 0.7% | 0.53% | - |
| HSV(B) | 297.14º | 0.77% | 0.86% | - |
| XYZ | 40.83 | 21.33 | 68.98 | - |
| YUV | 117.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 219 | 0.04 | 0.77 | 0 | 0.14 | 297.14 | 0.7 | 0.53 |
| Hex | D3 | 33 | DB | 4 | 4D | 0 | E | 129 | 46 | 35 |
| Octal | 323 | 63 | 333 | 4 | 115 | 0 | 16 | 451 | 106 | 65 |
| Binary | 11010011 | 110011 | 11011011 | 100 | 1001101 | 0 | 1110 | 100101001 | 1000110 | 110101 |
Color Harmonies of #D333DB
Complementary color
Monochromatic Colors of #D333DB
Black with #D333DB
Text Example
Text Example
White with #D333DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D333DB; }
p { color: rgb(211,51,219); }
H1.HeaderClassName
{
color: #D333DB;
}
.AnyTagClassName
{
color: #D333DB;
}
</style>
background-color css
<style>
a { background-color: #D333DB; }
a { background-color: rgb(211,51,219); }
div.DivClassName
{
background-color: #D333DB;
}
.BgClassName
{
background-color: #D333DB;
}
</style>
border-color css
<style>
span { border-color: #D333DB; }
span { border-color: rgb(211,51,219); }
td.TdClassName
{
border-color: #D333DB;
}
.TagClassName
{
border-color: #D333DB;
}
</style>