Html Css Color HEX #D73FDD Free Speech Magenta
📋 copy color: '#D73FDD'red 215 ◦ green 63 ◦ blue 221
Shades of Free Speech Magenta #D73FDD
Tints of Free Speech Magenta #D73FDD
RGB
CMYK
RGB Variations
Color information
#D73FDD (or 0xD73FDD) is known color: Free Speech Magenta. HEX triplet: D7, 3F and DD. RGB value is (215,63,221). Sum of RGB (Red+Green+Blue) = 215+63+221=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D73FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FDD is #28C022. Grayscale: #7D7D7D. Windows color (decimal): -2670627 or 14499799. OLE color: 14499799.
HSL color Cylindrical-coordinate representation of color #D73FDD: hue angle of 297.72º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FDD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 63 | 221 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.13 |
| HSL | 297.72º | 0.7% | 0.56% | - |
| HSV(B) | 297.72º | 0.71% | 0.87% | - |
| XYZ | 42.85 | 23.22 | 70.63 | - |
| YUV | 126.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 221 | 0.03 | 0.71 | 0 | 0.13 | 297.72 | 0.7 | 0.56 |
| Hex | D7 | 3F | DD | 3 | 47 | 0 | D | 12A | 46 | 38 |
| Octal | 327 | 77 | 335 | 3 | 107 | 0 | 15 | 452 | 106 | 70 |
| Binary | 11010111 | 111111 | 11011101 | 11 | 1000111 | 0 | 1101 | 100101010 | 1000110 | 111000 |
Color Harmonies of #D73FDD
Complementary color
Monochromatic Colors of #D73FDD
Black with #D73FDD
Text Example
Text Example
White with #D73FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FDD; }
p { color: rgb(215,63,221); }
H1.HeaderClassName
{
color: #D73FDD;
}
.AnyTagClassName
{
color: #D73FDD;
}
</style>
background-color css
<style>
a { background-color: #D73FDD; }
a { background-color: rgb(215,63,221); }
div.DivClassName
{
background-color: #D73FDD;
}
.BgClassName
{
background-color: #D73FDD;
}
</style>
border-color css
<style>
span { border-color: #D73FDD; }
span { border-color: rgb(215,63,221); }
td.TdClassName
{
border-color: #D73FDD;
}
.TagClassName
{
border-color: #D73FDD;
}
</style>