Html Css Color HEX #D73FCC Free Speech Magenta
📋 copy color: '#D73FCC'red 215 ◦ green 63 ◦ blue 204
Shades of Free Speech Magenta #D73FCC
Tints of Free Speech Magenta #D73FCC
RGB
CMYK
RGB Variations
Color information
#D73FCC (or 0xD73FCC) is known color: Free Speech Magenta. HEX triplet: D7, 3F and CC. RGB value is (215,63,204). Sum of RGB (Red+Green+Blue) = 215+63+204=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FCC is #28C033. Grayscale: #7C7C7C. Windows color (decimal): -2670644 or 13385687. OLE color: 13385687.
HSL color Cylindrical-coordinate representation of color #D73FCC: hue angle of 304.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FCC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 204 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 304.34º | 0.66% | 0.55% | - |
| HSV(B) | 304.34º | 0.71% | 0.84% | - |
| XYZ | 40.7 | 22.36 | 59.3 | - |
| YUV | 124.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 204 | 0 | 0.71 | 0.05 | 0.16 | 304.34 | 0.66 | 0.55 |
| Hex | D7 | 3F | CC | 0 | 47 | 5 | 10 | 130 | 42 | 37 |
| Octal | 327 | 77 | 314 | 0 | 107 | 5 | 20 | 460 | 102 | 67 |
| Binary | 11010111 | 111111 | 11001100 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000010 | 110111 |
Color Harmonies of #D73FCC
Complementary color
Monochromatic Colors of #D73FCC
Black with #D73FCC
Text Example
Text Example
White with #D73FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FCC; }
p { color: rgb(215,63,204); }
H1.HeaderClassName
{
color: #D73FCC;
}
.AnyTagClassName
{
color: #D73FCC;
}
</style>
background-color css
<style>
a { background-color: #D73FCC; }
a { background-color: rgb(215,63,204); }
div.DivClassName
{
background-color: #D73FCC;
}
.BgClassName
{
background-color: #D73FCC;
}
</style>
border-color css
<style>
span { border-color: #D73FCC; }
span { border-color: rgb(215,63,204); }
td.TdClassName
{
border-color: #D73FCC;
}
.TagClassName
{
border-color: #D73FCC;
}
</style>