Html Css Color HEX #DC33E5 Free Speech Magenta
📋 copy color: '#DC33E5'red 220 ◦ green 51 ◦ blue 229
Shades of Free Speech Magenta #DC33E5
Tints of Free Speech Magenta #DC33E5
RGB
CMYK
RGB Variations
Color information
#DC33E5 (or 0xDC33E5) is known color: Free Speech Magenta. HEX triplet: DC, 33 and E5. RGB value is (220,51,229). Sum of RGB (Red+Green+Blue) = 220+51+229=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33E5 is #23CC1A. Grayscale: #797979. Windows color (decimal): -2346011 or 15021020. OLE color: 15021020.
HSL color Cylindrical-coordinate representation of color #DC33E5: hue angle of 296.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC33E5 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 51 | 229 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.10 |
| HSL | 296.97º | 0.77% | 0.55% | - |
| HSV(B) | 296.97º | 0.78% | 0.9% | - |
| XYZ | 44.84 | 23.24 | 76.25 | - |
| YUV | 121.82 | 188.49 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 229 | 0.04 | 0.78 | 0 | 0.10 | 296.97 | 0.77 | 0.55 |
| Hex | DC | 33 | E5 | 4 | 4E | 0 | A | 129 | 4D | 37 |
| Octal | 334 | 63 | 345 | 4 | 116 | 0 | 12 | 451 | 115 | 67 |
| Binary | 11011100 | 110011 | 11100101 | 100 | 1001110 | 0 | 1010 | 100101001 | 1001101 | 110111 |
Color Harmonies of #DC33E5
Complementary color
Monochromatic Colors of #DC33E5
Black with #DC33E5
Text Example
Text Example
White with #DC33E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC33E5; }
p { color: rgb(220,51,229); }
H1.HeaderClassName
{
color: #DC33E5;
}
.AnyTagClassName
{
color: #DC33E5;
}
</style>
background-color css
<style>
a { background-color: #DC33E5; }
a { background-color: rgb(220,51,229); }
div.DivClassName
{
background-color: #DC33E5;
}
.BgClassName
{
background-color: #DC33E5;
}
</style>
border-color css
<style>
span { border-color: #DC33E5; }
span { border-color: rgb(220,51,229); }
td.TdClassName
{
border-color: #DC33E5;
}
.TagClassName
{
border-color: #DC33E5;
}
</style>