Html Css Color HEX #D73FFB Free Speech Magenta
📋 copy color: '#D73FFB'red 215 ◦ green 63 ◦ blue 251
Shades of Free Speech Magenta #D73FFB
Tints of Free Speech Magenta #D73FFB
RGB
CMYK
RGB Variations
Color information
#D73FFB (or 0xD73FFB) is known color: Free Speech Magenta. HEX triplet: D7, 3F and FB. RGB value is (215,63,251). Sum of RGB (Red+Green+Blue) = 215+63+251=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #D73FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73FFB is #28C004. Grayscale: #818181. Windows color (decimal): -2670597 or 16465879. OLE color: 16465879.
HSL color Cylindrical-coordinate representation of color #D73FFB: hue angle of 288.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73FFB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 63 | 251 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.02 |
| HSL | 288.51º | 0.96% | 0.62% | - |
| HSV(B) | 288.51º | 0.75% | 0.98% | - |
| XYZ | 47.21 | 24.97 | 93.6 | - |
| YUV | 129.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 251 | 0.14 | 0.75 | 0 | 0.02 | 288.51 | 0.96 | 0.62 |
| Hex | D7 | 3F | FB | E | 4B | 0 | 2 | 121 | 60 | 3E |
| Octal | 327 | 77 | 373 | 16 | 113 | 0 | 2 | 441 | 140 | 76 |
| Binary | 11010111 | 111111 | 11111011 | 1110 | 1001011 | 0 | 10 | 100100001 | 1100000 | 111110 |
Color Harmonies of #D73FFB
Complementary color
Monochromatic Colors of #D73FFB
Black with #D73FFB
Text Example
Text Example
White with #D73FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FFB; }
p { color: rgb(215,63,251); }
H1.HeaderClassName
{
color: #D73FFB;
}
.AnyTagClassName
{
color: #D73FFB;
}
</style>
background-color css
<style>
a { background-color: #D73FFB; }
a { background-color: rgb(215,63,251); }
div.DivClassName
{
background-color: #D73FFB;
}
.BgClassName
{
background-color: #D73FFB;
}
</style>
border-color css
<style>
span { border-color: #D73FFB; }
span { border-color: rgb(215,63,251); }
td.TdClassName
{
border-color: #D73FFB;
}
.TagClassName
{
border-color: #D73FFB;
}
</style>