Html Css Color HEX #D842E5 Free Speech Magenta
📋 copy color: '#D842E5'red 216 ◦ green 66 ◦ blue 229
Shades of Free Speech Magenta #D842E5
Tints of Free Speech Magenta #D842E5
RGB
CMYK
RGB Variations
Color information
#D842E5 (or 0xD842E5) is known color: Free Speech Magenta. HEX triplet: D8, 42 and E5. RGB value is (216,66,229). Sum of RGB (Red+Green+Blue) = 216+66+229=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #D842E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842E5 is #27BD1A. Grayscale: #808080. Windows color (decimal): -2604315 or 15024856. OLE color: 15024856.
HSL color Cylindrical-coordinate representation of color #D842E5: hue angle of 295.21º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D842E5 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 66 | 229 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.10 |
| HSL | 295.21º | 0.76% | 0.58% | - |
| HSV(B) | 295.21º | 0.71% | 0.9% | - |
| XYZ | 44.41 | 24.15 | 76.45 | - |
| YUV | 129.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 229 | 0.06 | 0.71 | 0 | 0.10 | 295.21 | 0.76 | 0.58 |
| Hex | D8 | 42 | E5 | 6 | 47 | 0 | A | 127 | 4C | 3A |
| Octal | 330 | 102 | 345 | 6 | 107 | 0 | 12 | 447 | 114 | 72 |
| Binary | 11011000 | 1000010 | 11100101 | 110 | 1000111 | 0 | 1010 | 100100111 | 1001100 | 111010 |
Color Harmonies of #D842E5
Complementary color
Monochromatic Colors of #D842E5
Black with #D842E5
Text Example
Text Example
White with #D842E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D842E5; }
p { color: rgb(216,66,229); }
H1.HeaderClassName
{
color: #D842E5;
}
.AnyTagClassName
{
color: #D842E5;
}
</style>
background-color css
<style>
a { background-color: #D842E5; }
a { background-color: rgb(216,66,229); }
div.DivClassName
{
background-color: #D842E5;
}
.BgClassName
{
background-color: #D842E5;
}
</style>
border-color css
<style>
span { border-color: #D842E5; }
span { border-color: rgb(216,66,229); }
td.TdClassName
{
border-color: #D842E5;
}
.TagClassName
{
border-color: #D842E5;
}
</style>