Html Css Color HEX #DE3DEB Free Speech Magenta
📋 copy color: '#DE3DEB'red 222 ◦ green 61 ◦ blue 235
Shades of Free Speech Magenta #DE3DEB
Tints of Free Speech Magenta #DE3DEB
RGB
CMYK
RGB Variations
Color information
#DE3DEB (or 0xDE3DEB) is known color: Free Speech Magenta. HEX triplet: DE, 3D and EB. RGB value is (222,61,235). Sum of RGB (Red+Green+Blue) = 222+61+235=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE3DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE3DEB is #21C214. Grayscale: #808080. Windows color (decimal): -2212373 or 15416798. OLE color: 15416798.
HSL color Cylindrical-coordinate representation of color #DE3DEB: hue angle of 295.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3DEB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 61 | 235 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.08 |
| HSL | 295.52º | 0.81% | 0.58% | - |
| HSV(B) | 295.52º | 0.74% | 0.92% | - |
| XYZ | 46.79 | 24.87 | 80.93 | - |
| YUV | 128.98 | 187.84 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 61 | 235 | 0.06 | 0.74 | 0 | 0.08 | 295.52 | 0.81 | 0.58 |
| Hex | DE | 3D | EB | 6 | 4A | 0 | 8 | 128 | 51 | 3A |
| Octal | 336 | 75 | 353 | 6 | 112 | 0 | 10 | 450 | 121 | 72 |
| Binary | 11011110 | 111101 | 11101011 | 110 | 1001010 | 0 | 1000 | 100101000 | 1010001 | 111010 |
Color Harmonies of #DE3DEB
Complementary color
Monochromatic Colors of #DE3DEB
Black with #DE3DEB
Text Example
Text Example
White with #DE3DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3DEB; }
p { color: rgb(222,61,235); }
H1.HeaderClassName
{
color: #DE3DEB;
}
.AnyTagClassName
{
color: #DE3DEB;
}
</style>
background-color css
<style>
a { background-color: #DE3DEB; }
a { background-color: rgb(222,61,235); }
div.DivClassName
{
background-color: #DE3DEB;
}
.BgClassName
{
background-color: #DE3DEB;
}
</style>
border-color css
<style>
span { border-color: #DE3DEB; }
span { border-color: rgb(222,61,235); }
td.TdClassName
{
border-color: #DE3DEB;
}
.TagClassName
{
border-color: #DE3DEB;
}
</style>