Html Css Color HEX #D73BDF Free Speech Magenta
📋 copy color: '#D73BDF'red 215 ◦ green 59 ◦ blue 223
Shades of Free Speech Magenta #D73BDF
Tints of Free Speech Magenta #D73BDF
RGB
CMYK
RGB Variations
Color information
#D73BDF (or 0xD73BDF) is known color: Free Speech Magenta. HEX triplet: D7, 3B and DF. RGB value is (215,59,223). Sum of RGB (Red+Green+Blue) = 215+59+223=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #D73BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BDF is #28C420. Grayscale: #7B7B7B. Windows color (decimal): -2671649 or 14629847. OLE color: 14629847.
HSL color Cylindrical-coordinate representation of color #D73BDF: hue angle of 297.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73BDF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 59 | 223 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 297.07º | 0.72% | 0.55% | - |
| HSV(B) | 297.07º | 0.74% | 0.87% | - |
| XYZ | 42.91 | 22.9 | 71.97 | - |
| YUV | 124.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 223 | 0.04 | 0.74 | 0 | 0.13 | 297.07 | 0.72 | 0.55 |
| Hex | D7 | 3B | DF | 4 | 4A | 0 | D | 129 | 48 | 37 |
| Octal | 327 | 73 | 337 | 4 | 112 | 0 | 15 | 451 | 110 | 67 |
| Binary | 11010111 | 111011 | 11011111 | 100 | 1001010 | 0 | 1101 | 100101001 | 1001000 | 110111 |
Color Harmonies of #D73BDF
Complementary color
Monochromatic Colors of #D73BDF
Black with #D73BDF
Text Example
Text Example
White with #D73BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BDF; }
p { color: rgb(215,59,223); }
H1.HeaderClassName
{
color: #D73BDF;
}
.AnyTagClassName
{
color: #D73BDF;
}
</style>
background-color css
<style>
a { background-color: #D73BDF; }
a { background-color: rgb(215,59,223); }
div.DivClassName
{
background-color: #D73BDF;
}
.BgClassName
{
background-color: #D73BDF;
}
</style>
border-color css
<style>
span { border-color: #D73BDF; }
span { border-color: rgb(215,59,223); }
td.TdClassName
{
border-color: #D73BDF;
}
.TagClassName
{
border-color: #D73BDF;
}
</style>