Html Css Color HEX #DE5AD8 Free Speech Magenta
📋 copy color: '#DE5AD8'red 222 ◦ green 90 ◦ blue 216
Shades of Free Speech Magenta #DE5AD8
Tints of Free Speech Magenta #DE5AD8
RGB
CMYK
RGB Variations
Color information
#DE5AD8 (or 0xDE5AD8) is known color: Free Speech Magenta. HEX triplet: DE, 5A and D8. RGB value is (222,90,216). Sum of RGB (Red+Green+Blue) = 222+90+216=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5AD8 is #21A527. Grayscale: #8F8F8F. Windows color (decimal): -2204968 or 14179038. OLE color: 14179038.
HSL color Cylindrical-coordinate representation of color #DE5AD8: hue angle of 302.73º 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 #DE5AD8 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 90 | 216 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.13 |
| HSL | 302.73º | 0.67% | 0.61% | - |
| HSV(B) | 302.73º | 0.59% | 0.87% | - |
| XYZ | 46.18 | 27.8 | 67.9 | - |
| YUV | 143.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 216 | 0 | 0.59 | 0.03 | 0.13 | 302.73 | 0.67 | 0.61 |
| Hex | DE | 5A | D8 | 0 | 3B | 3 | D | 12F | 43 | 3D |
| Octal | 336 | 132 | 330 | 0 | 73 | 3 | 15 | 457 | 103 | 75 |
| Binary | 11011110 | 1011010 | 11011000 | 0 | 111011 | 11 | 1101 | 100101111 | 1000011 | 111101 |
Color Harmonies of #DE5AD8
Complementary color
Monochromatic Colors of #DE5AD8
Black with #DE5AD8
Text Example
Text Example
White with #DE5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5AD8; }
p { color: rgb(222,90,216); }
H1.HeaderClassName
{
color: #DE5AD8;
}
.AnyTagClassName
{
color: #DE5AD8;
}
</style>
background-color css
<style>
a { background-color: #DE5AD8; }
a { background-color: rgb(222,90,216); }
div.DivClassName
{
background-color: #DE5AD8;
}
.BgClassName
{
background-color: #DE5AD8;
}
</style>
border-color css
<style>
span { border-color: #DE5AD8; }
span { border-color: rgb(222,90,216); }
td.TdClassName
{
border-color: #DE5AD8;
}
.TagClassName
{
border-color: #DE5AD8;
}
</style>