Html Css Color HEX #D33EDA Free Speech Magenta
📋 copy color: '#D33EDA'red 211 ◦ green 62 ◦ blue 218
Shades of Free Speech Magenta #D33EDA
Tints of Free Speech Magenta #D33EDA
RGB
CMYK
RGB Variations
Color information
#D33EDA (or 0xD33EDA) is known color: Free Speech Magenta. HEX triplet: D3, 3E and DA. RGB value is (211,62,218). Sum of RGB (Red+Green+Blue) = 211+62+218=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #D33EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EDA is #2CC125. Grayscale: #7B7B7B. Windows color (decimal): -2933030 or 14302931. OLE color: 14302931.
HSL color Cylindrical-coordinate representation of color #D33EDA: hue angle of 297.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33EDA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 62 | 218 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.15 |
| HSL | 297.31º | 0.68% | 0.55% | - |
| HSV(B) | 297.31º | 0.72% | 0.85% | - |
| XYZ | 41.24 | 22.36 | 68.47 | - |
| YUV | 124.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 218 | 0.03 | 0.72 | 0 | 0.15 | 297.31 | 0.68 | 0.55 |
| Hex | D3 | 3E | DA | 3 | 48 | 0 | F | 129 | 44 | 37 |
| Octal | 323 | 76 | 332 | 3 | 110 | 0 | 17 | 451 | 104 | 67 |
| Binary | 11010011 | 111110 | 11011010 | 11 | 1001000 | 0 | 1111 | 100101001 | 1000100 | 110111 |
Color Harmonies of #D33EDA
Complementary color
Monochromatic Colors of #D33EDA
Black with #D33EDA
Text Example
Text Example
White with #D33EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EDA; }
p { color: rgb(211,62,218); }
H1.HeaderClassName
{
color: #D33EDA;
}
.AnyTagClassName
{
color: #D33EDA;
}
</style>
background-color css
<style>
a { background-color: #D33EDA; }
a { background-color: rgb(211,62,218); }
div.DivClassName
{
background-color: #D33EDA;
}
.BgClassName
{
background-color: #D33EDA;
}
</style>
border-color css
<style>
span { border-color: #D33EDA; }
span { border-color: rgb(211,62,218); }
td.TdClassName
{
border-color: #D33EDA;
}
.TagClassName
{
border-color: #D33EDA;
}
</style>