Html Css Color HEX #D73FDF Free Speech Magenta
📋 copy color: '#D73FDF'red 215 ◦ green 63 ◦ blue 223
Shades of Free Speech Magenta #D73FDF
Tints of Free Speech Magenta #D73FDF
RGB
CMYK
RGB Variations
Color information
#D73FDF (or 0xD73FDF) is known color: Free Speech Magenta. HEX triplet: D7, 3F and DF. RGB value is (215,63,223). Sum of RGB (Red+Green+Blue) = 215+63+223=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #D73FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FDF is #28C020. Grayscale: #7E7E7E. Windows color (decimal): -2670625 or 14630871. OLE color: 14630871.
HSL color Cylindrical-coordinate representation of color #D73FDF: hue angle of 297º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73FDF is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 63 | 223 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.13 |
| HSL | 297º | 0.71% | 0.56% | - |
| HSV(B) | 297º | 0.72% | 0.87% | - |
| XYZ | 43.12 | 23.33 | 72.04 | - |
| YUV | 126.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 223 | 0.04 | 0.72 | 0 | 0.13 | 297 | 0.71 | 0.56 |
| Hex | D7 | 3F | DF | 4 | 48 | 0 | D | 129 | 47 | 38 |
| Octal | 327 | 77 | 337 | 4 | 110 | 0 | 15 | 451 | 107 | 70 |
| Binary | 11010111 | 111111 | 11011111 | 100 | 1001000 | 0 | 1101 | 100101001 | 1000111 | 111000 |
Color Harmonies of #D73FDF
Complementary color
Monochromatic Colors of #D73FDF
Black with #D73FDF
Text Example
Text Example
White with #D73FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FDF; }
p { color: rgb(215,63,223); }
H1.HeaderClassName
{
color: #D73FDF;
}
.AnyTagClassName
{
color: #D73FDF;
}
</style>
background-color css
<style>
a { background-color: #D73FDF; }
a { background-color: rgb(215,63,223); }
div.DivClassName
{
background-color: #D73FDF;
}
.BgClassName
{
background-color: #D73FDF;
}
</style>
border-color css
<style>
span { border-color: #D73FDF; }
span { border-color: rgb(215,63,223); }
td.TdClassName
{
border-color: #D73FDF;
}
.TagClassName
{
border-color: #D73FDF;
}
</style>