Html Css Color HEX #D33EDC Free Speech Magenta
📋 copy color: '#D33EDC'red 211 ◦ green 62 ◦ blue 220
Shades of Free Speech Magenta #D33EDC
Tints of Free Speech Magenta #D33EDC
RGB
CMYK
RGB Variations
Color information
#D33EDC (or 0xD33EDC) is known color: Free Speech Magenta. HEX triplet: D3, 3E and DC. RGB value is (211,62,220). Sum of RGB (Red+Green+Blue) = 211+62+220=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 62 (24.61% from 255 or 12.58% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #D33EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33EDC is #2CC123. Grayscale: #7C7C7C. Windows color (decimal): -2933028 or 14434003. OLE color: 14434003.
HSL color Cylindrical-coordinate representation of color #D33EDC: hue angle of 296.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33EDC is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 62 | 220 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.14 |
| HSL | 296.58º | 0.69% | 0.55% | - |
| HSV(B) | 296.58º | 0.72% | 0.86% | - |
| XYZ | 41.5 | 22.46 | 69.86 | - |
| YUV | 124.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 220 | 0.04 | 0.72 | 0 | 0.14 | 296.58 | 0.69 | 0.55 |
| Hex | D3 | 3E | DC | 4 | 48 | 0 | E | 129 | 45 | 37 |
| Octal | 323 | 76 | 334 | 4 | 110 | 0 | 16 | 451 | 105 | 67 |
| Binary | 11010011 | 111110 | 11011100 | 100 | 1001000 | 0 | 1110 | 100101001 | 1000101 | 110111 |
Color Harmonies of #D33EDC
Complementary color
Monochromatic Colors of #D33EDC
Black with #D33EDC
Text Example
Text Example
White with #D33EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EDC; }
p { color: rgb(211,62,220); }
H1.HeaderClassName
{
color: #D33EDC;
}
.AnyTagClassName
{
color: #D33EDC;
}
</style>
background-color css
<style>
a { background-color: #D33EDC; }
a { background-color: rgb(211,62,220); }
div.DivClassName
{
background-color: #D33EDC;
}
.BgClassName
{
background-color: #D33EDC;
}
</style>
border-color css
<style>
span { border-color: #D33EDC; }
span { border-color: rgb(211,62,220); }
td.TdClassName
{
border-color: #D33EDC;
}
.TagClassName
{
border-color: #D33EDC;
}
</style>