Html Css Color HEX #D33EE1 Free Speech Magenta
📋 copy color: '#D33EE1'red 211 ◦ green 62 ◦ blue 225
Shades of Free Speech Magenta #D33EE1
Tints of Free Speech Magenta #D33EE1
RGB
CMYK
RGB Variations
Color information
#D33EE1 (or 0xD33EE1) is known color: Free Speech Magenta. HEX triplet: D3, 3E and E1. RGB value is (211,62,225). Sum of RGB (Red+Green+Blue) = 211+62+225=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #D33EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EE1 is #2CC11E. Grayscale: #7C7C7C. Windows color (decimal): -2933023 or 14761683. OLE color: 14761683.
HSL color Cylindrical-coordinate representation of color #D33EE1: hue angle of 294.85º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33EE1 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 62 | 225 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.12 |
| HSL | 294.85º | 0.73% | 0.56% | - |
| HSV(B) | 294.85º | 0.72% | 0.88% | - |
| XYZ | 42.18 | 22.73 | 73.4 | - |
| YUV | 125.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 225 | 0.06 | 0.72 | 0 | 0.12 | 294.85 | 0.73 | 0.56 |
| Hex | D3 | 3E | E1 | 6 | 48 | 0 | C | 127 | 49 | 38 |
| Octal | 323 | 76 | 341 | 6 | 110 | 0 | 14 | 447 | 111 | 70 |
| Binary | 11010011 | 111110 | 11100001 | 110 | 1001000 | 0 | 1100 | 100100111 | 1001001 | 111000 |
Color Harmonies of #D33EE1
Complementary color
Monochromatic Colors of #D33EE1
Black with #D33EE1
Text Example
Text Example
White with #D33EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EE1; }
p { color: rgb(211,62,225); }
H1.HeaderClassName
{
color: #D33EE1;
}
.AnyTagClassName
{
color: #D33EE1;
}
</style>
background-color css
<style>
a { background-color: #D33EE1; }
a { background-color: rgb(211,62,225); }
div.DivClassName
{
background-color: #D33EE1;
}
.BgClassName
{
background-color: #D33EE1;
}
</style>
border-color css
<style>
span { border-color: #D33EE1; }
span { border-color: rgb(211,62,225); }
td.TdClassName
{
border-color: #D33EE1;
}
.TagClassName
{
border-color: #D33EE1;
}
</style>