Html Css Color HEX #D83FE5 Free Speech Magenta
📋 copy color: '#D83FE5'red 216 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #D83FE5
Tints of Free Speech Magenta #D83FE5
RGB
CMYK
RGB Variations
Color information
#D83FE5 (or 0xD83FE5) is known color: Free Speech Magenta. HEX triplet: D8, 3F and E5. RGB value is (216,63,229). Sum of RGB (Red+Green+Blue) = 216+63+229=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #D83FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83FE5 is #27C01A. Grayscale: #7F7F7F. Windows color (decimal): -2605083 or 15024088. OLE color: 15024088.
HSL color Cylindrical-coordinate representation of color #D83FE5: hue angle of 295.3º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83FE5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 63 | 229 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.10 |
| HSL | 295.3º | 0.76% | 0.57% | - |
| HSV(B) | 295.3º | 0.72% | 0.9% | - |
| XYZ | 44.24 | 23.81 | 76.39 | - |
| YUV | 127.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 229 | 0.06 | 0.72 | 0 | 0.10 | 295.3 | 0.76 | 0.57 |
| Hex | D8 | 3F | E5 | 6 | 48 | 0 | A | 127 | 4C | 39 |
| Octal | 330 | 77 | 345 | 6 | 110 | 0 | 12 | 447 | 114 | 71 |
| Binary | 11011000 | 111111 | 11100101 | 110 | 1001000 | 0 | 1010 | 100100111 | 1001100 | 111001 |
Color Harmonies of #D83FE5
Complementary color
Monochromatic Colors of #D83FE5
Black with #D83FE5
Text Example
Text Example
White with #D83FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83FE5; }
p { color: rgb(216,63,229); }
H1.HeaderClassName
{
color: #D83FE5;
}
.AnyTagClassName
{
color: #D83FE5;
}
</style>
background-color css
<style>
a { background-color: #D83FE5; }
a { background-color: rgb(216,63,229); }
div.DivClassName
{
background-color: #D83FE5;
}
.BgClassName
{
background-color: #D83FE5;
}
</style>
border-color css
<style>
span { border-color: #D83FE5; }
span { border-color: rgb(216,63,229); }
td.TdClassName
{
border-color: #D83FE5;
}
.TagClassName
{
border-color: #D83FE5;
}
</style>