Html Css Color HEX #D73BFE Free Speech Magenta
📋 copy color: '#D73BFE'red 215 ◦ green 59 ◦ blue 254
Shades of Free Speech Magenta #D73BFE
Tints of Free Speech Magenta #D73BFE
RGB
CMYK
RGB Variations
Color information
#D73BFE (or 0xD73BFE) is known color: Free Speech Magenta. HEX triplet: D7, 3B and FE. RGB value is (215,59,254). Sum of RGB (Red+Green+Blue) = 215+59+254=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #D73BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73BFE is #28C401. Grayscale: #7F7F7F. Windows color (decimal): -2671618 or 16661463. OLE color: 16661463.
HSL color Cylindrical-coordinate representation of color #D73BFE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73BFE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 59 | 254 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.61% | - |
| HSV(B) | 288º | 0.77% | 1% | - |
| XYZ | 47.48 | 24.73 | 96.04 | - |
| YUV | 127.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 254 | 0.15 | 0.77 | 0 | 0.00 | 288 | 0.99 | 0.61 |
| Hex | D7 | 3B | FE | F | 4D | 0 | 0 | 120 | 63 | 3D |
| Octal | 327 | 73 | 376 | 17 | 115 | 0 | 0 | 440 | 143 | 75 |
| Binary | 11010111 | 111011 | 11111110 | 1111 | 1001101 | 0 | 0 | 100100000 | 1100011 | 111101 |
Color Harmonies of #D73BFE
Complementary color
Monochromatic Colors of #D73BFE
Black with #D73BFE
Text Example
Text Example
White with #D73BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BFE; }
p { color: rgb(215,59,254); }
H1.HeaderClassName
{
color: #D73BFE;
}
.AnyTagClassName
{
color: #D73BFE;
}
</style>
background-color css
<style>
a { background-color: #D73BFE; }
a { background-color: rgb(215,59,254); }
div.DivClassName
{
background-color: #D73BFE;
}
.BgClassName
{
background-color: #D73BFE;
}
</style>
border-color css
<style>
span { border-color: #D73BFE; }
span { border-color: rgb(215,59,254); }
td.TdClassName
{
border-color: #D73BFE;
}
.TagClassName
{
border-color: #D73BFE;
}
</style>