Html Css Color HEX #DE35DD Free Speech Magenta
📋 copy color: '#DE35DD'red 222 ◦ green 53 ◦ blue 221
Shades of Free Speech Magenta #DE35DD
Tints of Free Speech Magenta #DE35DD
RGB
CMYK
RGB Variations
Color information
#DE35DD (or 0xDE35DD) is known color: Free Speech Magenta. HEX triplet: DE, 35 and DD. RGB value is (222,53,221). Sum of RGB (Red+Green+Blue) = 222+53+221=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DE35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE35DD is #21CA22. Grayscale: #7A7A7A. Windows color (decimal): -2214435 or 14497246. OLE color: 14497246.
HSL color Cylindrical-coordinate representation of color #DE35DD: hue angle of 300.36º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE35DD is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 221 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.13 |
| HSL | 300.36º | 0.72% | 0.54% | - |
| HSV(B) | 300.36º | 0.76% | 0.87% | - |
| XYZ | 44.45 | 23.3 | 70.56 | - |
| YUV | 122.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 221 | 0 | 0.76 | 0.00 | 0.13 | 300.36 | 0.72 | 0.54 |
| Hex | DE | 35 | DD | 0 | 4C | 0 | D | 12C | 48 | 36 |
| Octal | 336 | 65 | 335 | 0 | 114 | 0 | 15 | 454 | 110 | 66 |
| Binary | 11011110 | 110101 | 11011101 | 0 | 1001100 | 0 | 1101 | 100101100 | 1001000 | 110110 |
Color Harmonies of #DE35DD
Complementary color
Monochromatic Colors of #DE35DD
Black with #DE35DD
Text Example
Text Example
White with #DE35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE35DD; }
p { color: rgb(222,53,221); }
H1.HeaderClassName
{
color: #DE35DD;
}
.AnyTagClassName
{
color: #DE35DD;
}
</style>
background-color css
<style>
a { background-color: #DE35DD; }
a { background-color: rgb(222,53,221); }
div.DivClassName
{
background-color: #DE35DD;
}
.BgClassName
{
background-color: #DE35DD;
}
</style>
border-color css
<style>
span { border-color: #DE35DD; }
span { border-color: rgb(222,53,221); }
td.TdClassName
{
border-color: #DE35DD;
}
.TagClassName
{
border-color: #DE35DD;
}
</style>