Html Css Color HEX #D33EE6 Free Speech Magenta
📋 copy color: '#D33EE6'red 211 ◦ green 62 ◦ blue 230
Shades of Free Speech Magenta #D33EE6
Tints of Free Speech Magenta #D33EE6
RGB
CMYK
RGB Variations
Color information
#D33EE6 (or 0xD33EE6) is known color: Free Speech Magenta. HEX triplet: D3, 3E and E6. RGB value is (211,62,230). Sum of RGB (Red+Green+Blue) = 211+62+230=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #D33EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EE6 is #2CC119. Grayscale: #7D7D7D. Windows color (decimal): -2933018 or 15089363. OLE color: 15089363.
HSL color Cylindrical-coordinate representation of color #D33EE6: hue angle of 293.21º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33EE6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 62 | 230 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.10 |
| HSL | 293.21º | 0.77% | 0.57% | - |
| HSV(B) | 293.21º | 0.73% | 0.9% | - |
| XYZ | 42.87 | 23.01 | 77.04 | - |
| YUV | 125.7 | 186.86 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 230 | 0.08 | 0.73 | 0 | 0.10 | 293.21 | 0.77 | 0.57 |
| Hex | D3 | 3E | E6 | 8 | 49 | 0 | A | 125 | 4D | 39 |
| Octal | 323 | 76 | 346 | 10 | 111 | 0 | 12 | 445 | 115 | 71 |
| Binary | 11010011 | 111110 | 11100110 | 1000 | 1001001 | 0 | 1010 | 100100101 | 1001101 | 111001 |
Color Harmonies of #D33EE6
Complementary color
Monochromatic Colors of #D33EE6
Black with #D33EE6
Text Example
Text Example
White with #D33EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EE6; }
p { color: rgb(211,62,230); }
H1.HeaderClassName
{
color: #D33EE6;
}
.AnyTagClassName
{
color: #D33EE6;
}
</style>
background-color css
<style>
a { background-color: #D33EE6; }
a { background-color: rgb(211,62,230); }
div.DivClassName
{
background-color: #D33EE6;
}
.BgClassName
{
background-color: #D33EE6;
}
</style>
border-color css
<style>
span { border-color: #D33EE6; }
span { border-color: rgb(211,62,230); }
td.TdClassName
{
border-color: #D33EE6;
}
.TagClassName
{
border-color: #D33EE6;
}
</style>