Html Css Color HEX #D843E5 Free Speech Magenta
📋 copy color: '#D843E5'red 216 ◦ green 67 ◦ blue 229
Shades of Free Speech Magenta #D843E5
Tints of Free Speech Magenta #D843E5
RGB
CMYK
RGB Variations
Color information
#D843E5 (or 0xD843E5) is known color: Free Speech Magenta. HEX triplet: D8, 43 and E5. RGB value is (216,67,229). Sum of RGB (Red+Green+Blue) = 216+67+229=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 229 - color contains mainly: blue. Hex color #D843E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843E5 is #27BC1A. Grayscale: #818181. Windows color (decimal): -2604059 or 15025112. OLE color: 15025112.
HSL color Cylindrical-coordinate representation of color #D843E5: hue angle of 295.19º 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 #D843E5 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 67 | 229 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.10 |
| HSL | 295.19º | 0.76% | 0.58% | - |
| HSV(B) | 295.19º | 0.71% | 0.9% | - |
| XYZ | 44.47 | 24.27 | 76.47 | - |
| YUV | 130.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 229 | 0.06 | 0.71 | 0 | 0.10 | 295.19 | 0.76 | 0.58 |
| Hex | D8 | 43 | E5 | 6 | 47 | 0 | A | 127 | 4C | 3A |
| Octal | 330 | 103 | 345 | 6 | 107 | 0 | 12 | 447 | 114 | 72 |
| Binary | 11011000 | 1000011 | 11100101 | 110 | 1000111 | 0 | 1010 | 100100111 | 1001100 | 111010 |
Color Harmonies of #D843E5
Complementary color
Monochromatic Colors of #D843E5
Black with #D843E5
Text Example
Text Example
White with #D843E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D843E5; }
p { color: rgb(216,67,229); }
H1.HeaderClassName
{
color: #D843E5;
}
.AnyTagClassName
{
color: #D843E5;
}
</style>
background-color css
<style>
a { background-color: #D843E5; }
a { background-color: rgb(216,67,229); }
div.DivClassName
{
background-color: #D843E5;
}
.BgClassName
{
background-color: #D843E5;
}
</style>
border-color css
<style>
span { border-color: #D843E5; }
span { border-color: rgb(216,67,229); }
td.TdClassName
{
border-color: #D843E5;
}
.TagClassName
{
border-color: #D843E5;
}
</style>