Html Css Color HEX #DE3DE6 Free Speech Magenta
📋 copy color: '#DE3DE6'red 222 ◦ green 61 ◦ blue 230
Shades of Free Speech Magenta #DE3DE6
Tints of Free Speech Magenta #DE3DE6
RGB
CMYK
RGB Variations
Color information
#DE3DE6 (or 0xDE3DE6) is known color: Free Speech Magenta. HEX triplet: DE, 3D and E6. RGB value is (222,61,230). Sum of RGB (Red+Green+Blue) = 222+61+230=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #DE3DE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE3DE6 is #21C219. Grayscale: #7F7F7F. Windows color (decimal): -2212378 or 15089118. OLE color: 15089118.
HSL color Cylindrical-coordinate representation of color #DE3DE6: hue angle of 297.16º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3DE6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 61 | 230 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.10 |
| HSL | 297.16º | 0.77% | 0.57% | - |
| HSV(B) | 297.16º | 0.73% | 0.9% | - |
| XYZ | 46.08 | 24.58 | 77.18 | - |
| YUV | 128.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 61 | 230 | 0.03 | 0.73 | 0 | 0.10 | 297.16 | 0.77 | 0.57 |
| Hex | DE | 3D | E6 | 3 | 49 | 0 | A | 129 | 4D | 39 |
| Octal | 336 | 75 | 346 | 3 | 111 | 0 | 12 | 451 | 115 | 71 |
| Binary | 11011110 | 111101 | 11100110 | 11 | 1001001 | 0 | 1010 | 100101001 | 1001101 | 111001 |
Color Harmonies of #DE3DE6
Complementary color
Monochromatic Colors of #DE3DE6
Black with #DE3DE6
Text Example
Text Example
White with #DE3DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3DE6; }
p { color: rgb(222,61,230); }
H1.HeaderClassName
{
color: #DE3DE6;
}
.AnyTagClassName
{
color: #DE3DE6;
}
</style>
background-color css
<style>
a { background-color: #DE3DE6; }
a { background-color: rgb(222,61,230); }
div.DivClassName
{
background-color: #DE3DE6;
}
.BgClassName
{
background-color: #DE3DE6;
}
</style>
border-color css
<style>
span { border-color: #DE3DE6; }
span { border-color: rgb(222,61,230); }
td.TdClassName
{
border-color: #DE3DE6;
}
.TagClassName
{
border-color: #DE3DE6;
}
</style>