Html Css Color HEX #DE63DD Free Speech Magenta
📋 copy color: '#DE63DD'red 222 ◦ green 99 ◦ blue 221
Shades of Free Speech Magenta #DE63DD
Tints of Free Speech Magenta #DE63DD
RGB
CMYK
RGB Variations
Color information
#DE63DD (or 0xDE63DD) is known color: Free Speech Magenta. HEX triplet: DE, 63 and DD. RGB value is (222,99,221). Sum of RGB (Red+Green+Blue) = 222+99+221=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63DD is #219C22. Grayscale: #959595. Windows color (decimal): -2202659 or 14509022. OLE color: 14509022.
HSL color Cylindrical-coordinate representation of color #DE63DD: hue angle of 300.49º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE63DD is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 221 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.13 |
| HSL | 300.49º | 0.65% | 0.63% | - |
| HSV(B) | 300.49º | 0.55% | 0.87% | - |
| XYZ | 47.64 | 29.67 | 71.62 | - |
| YUV | 149.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 221 | 0 | 0.55 | 0.00 | 0.13 | 300.49 | 0.65 | 0.63 |
| Hex | DE | 63 | DD | 0 | 37 | 0 | D | 12C | 41 | 3F |
| Octal | 336 | 143 | 335 | 0 | 67 | 0 | 15 | 454 | 101 | 77 |
| Binary | 11011110 | 1100011 | 11011101 | 0 | 110111 | 0 | 1101 | 100101100 | 1000001 | 111111 |
Color Harmonies of #DE63DD
Complementary color
Monochromatic Colors of #DE63DD
Black with #DE63DD
Text Example
Text Example
White with #DE63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE63DD; }
p { color: rgb(222,99,221); }
H1.HeaderClassName
{
color: #DE63DD;
}
.AnyTagClassName
{
color: #DE63DD;
}
</style>
background-color css
<style>
a { background-color: #DE63DD; }
a { background-color: rgb(222,99,221); }
div.DivClassName
{
background-color: #DE63DD;
}
.BgClassName
{
background-color: #DE63DD;
}
</style>
border-color css
<style>
span { border-color: #DE63DD; }
span { border-color: rgb(222,99,221); }
td.TdClassName
{
border-color: #DE63DD;
}
.TagClassName
{
border-color: #DE63DD;
}
</style>