Html Css Color HEX #DE5AD6 Free Speech Magenta
📋 copy color: '#DE5AD6'red 222 ◦ green 90 ◦ blue 214
Shades of Free Speech Magenta #DE5AD6
Tints of Free Speech Magenta #DE5AD6
RGB
CMYK
RGB Variations
Color information
#DE5AD6 (or 0xDE5AD6) is known color: Free Speech Magenta. HEX triplet: DE, 5A and D6. RGB value is (222,90,214). Sum of RGB (Red+Green+Blue) = 222+90+214=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5AD6 is #21A529. Grayscale: #8F8F8F. Windows color (decimal): -2204970 or 14047966. OLE color: 14047966.
HSL color Cylindrical-coordinate representation of color #DE5AD6: hue angle of 303.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5AD6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 214 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.13 |
| HSL | 303.64º | 0.67% | 0.61% | - |
| HSV(B) | 303.64º | 0.59% | 0.87% | - |
| XYZ | 45.92 | 27.7 | 66.54 | - |
| YUV | 143.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 214 | 0 | 0.59 | 0.04 | 0.13 | 303.64 | 0.67 | 0.61 |
| Hex | DE | 5A | D6 | 0 | 3B | 4 | D | 130 | 43 | 3D |
| Octal | 336 | 132 | 326 | 0 | 73 | 4 | 15 | 460 | 103 | 75 |
| Binary | 11011110 | 1011010 | 11010110 | 0 | 111011 | 100 | 1101 | 100110000 | 1000011 | 111101 |
Color Harmonies of #DE5AD6
Complementary color
Monochromatic Colors of #DE5AD6
Black with #DE5AD6
Text Example
Text Example
White with #DE5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5AD6; }
p { color: rgb(222,90,214); }
H1.HeaderClassName
{
color: #DE5AD6;
}
.AnyTagClassName
{
color: #DE5AD6;
}
</style>
background-color css
<style>
a { background-color: #DE5AD6; }
a { background-color: rgb(222,90,214); }
div.DivClassName
{
background-color: #DE5AD6;
}
.BgClassName
{
background-color: #DE5AD6;
}
</style>
border-color css
<style>
span { border-color: #DE5AD6; }
span { border-color: rgb(222,90,214); }
td.TdClassName
{
border-color: #DE5AD6;
}
.TagClassName
{
border-color: #DE5AD6;
}
</style>