Html Css Color HEX #DE62DE Free Speech Magenta
📋 copy color: '#DE62DE'red 222 ◦ green 98 ◦ blue 222
Shades of Free Speech Magenta #DE62DE
Tints of Free Speech Magenta #DE62DE
RGB
CMYK
RGB Variations
Color information
#DE62DE (or 0xDE62DE) is known color: Free Speech Magenta. HEX triplet: DE, 62 and DE. RGB value is (222,98,222). Sum of RGB (Red+Green+Blue) = 222+98+222=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE62DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE62DE is #219D21. Grayscale: #949494. Windows color (decimal): -2202914 or 14574302. OLE color: 14574302.
HSL color Cylindrical-coordinate representation of color #DE62DE: hue angle of 300º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE62DE is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 98 | 222 | - |
| CMYK | 0 | 0.56 | 0 | 0.13 |
| HSL | 300º | 0.65% | 0.63% | - |
| HSV(B) | 300º | 0.56% | 0.87% | - |
| XYZ | 47.68 | 29.54 | 72.3 | - |
| YUV | 149.21 | 169.08 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 98 | 222 | 0 | 0.56 | 0 | 0.13 | 300 | 0.65 | 0.63 |
| Hex | DE | 62 | DE | 0 | 38 | 0 | D | 12C | 41 | 3F |
| Octal | 336 | 142 | 336 | 0 | 70 | 0 | 15 | 454 | 101 | 77 |
| Binary | 11011110 | 1100010 | 11011110 | 0 | 111000 | 0 | 1101 | 100101100 | 1000001 | 111111 |
Color Harmonies of #DE62DE
Complementary color
Monochromatic Colors of #DE62DE
Black with #DE62DE
Text Example
Text Example
White with #DE62DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE62DE; }
p { color: rgb(222,98,222); }
H1.HeaderClassName
{
color: #DE62DE;
}
.AnyTagClassName
{
color: #DE62DE;
}
</style>
background-color css
<style>
a { background-color: #DE62DE; }
a { background-color: rgb(222,98,222); }
div.DivClassName
{
background-color: #DE62DE;
}
.BgClassName
{
background-color: #DE62DE;
}
</style>
border-color css
<style>
span { border-color: #DE62DE; }
span { border-color: rgb(222,98,222); }
td.TdClassName
{
border-color: #DE62DE;
}
.TagClassName
{
border-color: #DE62DE;
}
</style>