Html Css Color HEX #D33ADE Free Speech Magenta
📋 copy color: '#D33ADE'red 211 ◦ green 58 ◦ blue 222
Shades of Free Speech Magenta #D33ADE
Tints of Free Speech Magenta #D33ADE
RGB
CMYK
RGB Variations
Color information
#D33ADE (or 0xD33ADE) is known color: Free Speech Magenta. HEX triplet: D3, 3A and DE. RGB value is (211,58,222). Sum of RGB (Red+Green+Blue) = 211+58+222=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #D33ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33ADE is #2CC521. Grayscale: #797979. Windows color (decimal): -2934050 or 14564051. OLE color: 14564051.
HSL color Cylindrical-coordinate representation of color #D33ADE: hue angle of 295.98º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33ADE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 58 | 222 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.13 |
| HSL | 295.98º | 0.71% | 0.55% | - |
| HSV(B) | 295.98º | 0.74% | 0.87% | - |
| XYZ | 41.56 | 22.15 | 71.19 | - |
| YUV | 122.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 222 | 0.05 | 0.74 | 0 | 0.13 | 295.98 | 0.71 | 0.55 |
| Hex | D3 | 3A | DE | 5 | 4A | 0 | D | 128 | 47 | 37 |
| Octal | 323 | 72 | 336 | 5 | 112 | 0 | 15 | 450 | 107 | 67 |
| Binary | 11010011 | 111010 | 11011110 | 101 | 1001010 | 0 | 1101 | 100101000 | 1000111 | 110111 |
Color Harmonies of #D33ADE
Complementary color
Monochromatic Colors of #D33ADE
Black with #D33ADE
Text Example
Text Example
White with #D33ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33ADE; }
p { color: rgb(211,58,222); }
H1.HeaderClassName
{
color: #D33ADE;
}
.AnyTagClassName
{
color: #D33ADE;
}
</style>
background-color css
<style>
a { background-color: #D33ADE; }
a { background-color: rgb(211,58,222); }
div.DivClassName
{
background-color: #D33ADE;
}
.BgClassName
{
background-color: #D33ADE;
}
</style>
border-color css
<style>
span { border-color: #D33ADE; }
span { border-color: rgb(211,58,222); }
td.TdClassName
{
border-color: #D33ADE;
}
.TagClassName
{
border-color: #D33ADE;
}
</style>