Html Css Color HEX #D336DB Free Speech Magenta
📋 copy color: '#D336DB'red 211 ◦ green 54 ◦ blue 219
Shades of Free Speech Magenta #D336DB
Tints of Free Speech Magenta #D336DB
RGB
CMYK
RGB Variations
Color information
#D336DB (or 0xD336DB) is known color: Free Speech Magenta. HEX triplet: D3, 36 and DB. RGB value is (211,54,219). Sum of RGB (Red+Green+Blue) = 211+54+219=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #D336DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336DB is #2CC924. Grayscale: #777777. Windows color (decimal): -2935077 or 14366419. OLE color: 14366419.
HSL color Cylindrical-coordinate representation of color #D336DB: hue angle of 297.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D336DB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 54 | 219 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.14 |
| HSL | 297.09º | 0.7% | 0.54% | - |
| HSV(B) | 297.09º | 0.75% | 0.86% | - |
| XYZ | 40.97 | 21.6 | 69.03 | - |
| YUV | 119.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 219 | 0.04 | 0.75 | 0 | 0.14 | 297.09 | 0.7 | 0.54 |
| Hex | D3 | 36 | DB | 4 | 4B | 0 | E | 129 | 46 | 36 |
| Octal | 323 | 66 | 333 | 4 | 113 | 0 | 16 | 451 | 106 | 66 |
| Binary | 11010011 | 110110 | 11011011 | 100 | 1001011 | 0 | 1110 | 100101001 | 1000110 | 110110 |
Color Harmonies of #D336DB
Complementary color
Monochromatic Colors of #D336DB
Black with #D336DB
Text Example
Text Example
White with #D336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336DB; }
p { color: rgb(211,54,219); }
H1.HeaderClassName
{
color: #D336DB;
}
.AnyTagClassName
{
color: #D336DB;
}
</style>
background-color css
<style>
a { background-color: #D336DB; }
a { background-color: rgb(211,54,219); }
div.DivClassName
{
background-color: #D336DB;
}
.BgClassName
{
background-color: #D336DB;
}
</style>
border-color css
<style>
span { border-color: #D336DB; }
span { border-color: rgb(211,54,219); }
td.TdClassName
{
border-color: #D336DB;
}
.TagClassName
{
border-color: #D336DB;
}
</style>