Html Css Color HEX #DE60E7 Free Speech Magenta
📋 copy color: '#DE60E7'red 222 ◦ green 96 ◦ blue 231
Shades of Free Speech Magenta #DE60E7
Tints of Free Speech Magenta #DE60E7
RGB
CMYK
RGB Variations
Color information
#DE60E7 (or 0xDE60E7) is known color: Free Speech Magenta. HEX triplet: DE, 60 and E7. RGB value is (222,96,231). Sum of RGB (Red+Green+Blue) = 222+96+231=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE60E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE60E7 is #219F18. Grayscale: #949494. Windows color (decimal): -2203417 or 15163614. OLE color: 15163614.
HSL color Cylindrical-coordinate representation of color #DE60E7: hue angle of 296º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE60E7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 96 | 231 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.09 |
| HSL | 296º | 0.74% | 0.64% | - |
| HSV(B) | 296º | 0.58% | 0.91% | - |
| XYZ | 48.73 | 29.66 | 78.76 | - |
| YUV | 149.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 231 | 0.04 | 0.58 | 0 | 0.09 | 296 | 0.74 | 0.64 |
| Hex | DE | 60 | E7 | 4 | 3A | 0 | 9 | 128 | 4A | 40 |
| Octal | 336 | 140 | 347 | 4 | 72 | 0 | 11 | 450 | 112 | 100 |
| Binary | 11011110 | 1100000 | 11100111 | 100 | 111010 | 0 | 1001 | 100101000 | 1001010 | 1000000 |
Color Harmonies of #DE60E7
Complementary color
Monochromatic Colors of #DE60E7
Black with #DE60E7
Text Example
Text Example
White with #DE60E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE60E7; }
p { color: rgb(222,96,231); }
H1.HeaderClassName
{
color: #DE60E7;
}
.AnyTagClassName
{
color: #DE60E7;
}
</style>
background-color css
<style>
a { background-color: #DE60E7; }
a { background-color: rgb(222,96,231); }
div.DivClassName
{
background-color: #DE60E7;
}
.BgClassName
{
background-color: #DE60E7;
}
</style>
border-color css
<style>
span { border-color: #DE60E7; }
span { border-color: rgb(222,96,231); }
td.TdClassName
{
border-color: #DE60E7;
}
.TagClassName
{
border-color: #DE60E7;
}
</style>