Html Css Color HEX #D73FCD Free Speech Magenta
📋 copy color: '#D73FCD'red 215 ◦ green 63 ◦ blue 205
Shades of Free Speech Magenta #D73FCD
Tints of Free Speech Magenta #D73FCD
RGB
CMYK
RGB Variations
Color information
#D73FCD (or 0xD73FCD) is known color: Free Speech Magenta. HEX triplet: D7, 3F and CD. RGB value is (215,63,205). Sum of RGB (Red+Green+Blue) = 215+63+205=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73FCD is #28C032. Grayscale: #7C7C7C. Windows color (decimal): -2670643 or 13451223. OLE color: 13451223.
HSL color Cylindrical-coordinate representation of color #D73FCD: hue angle of 303.95º 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 #D73FCD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 63 | 205 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.16 |
| HSL | 303.95º | 0.66% | 0.55% | - |
| HSV(B) | 303.95º | 0.71% | 0.84% | - |
| XYZ | 40.82 | 22.41 | 59.93 | - |
| YUV | 124.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 63 | 205 | 0 | 0.71 | 0.05 | 0.16 | 303.95 | 0.66 | 0.55 |
| Hex | D7 | 3F | CD | 0 | 47 | 5 | 10 | 130 | 42 | 37 |
| Octal | 327 | 77 | 315 | 0 | 107 | 5 | 20 | 460 | 102 | 67 |
| Binary | 11010111 | 111111 | 11001101 | 0 | 1000111 | 101 | 10000 | 100110000 | 1000010 | 110111 |
Color Harmonies of #D73FCD
Complementary color
Monochromatic Colors of #D73FCD
Black with #D73FCD
Text Example
Text Example
White with #D73FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73FCD; }
p { color: rgb(215,63,205); }
H1.HeaderClassName
{
color: #D73FCD;
}
.AnyTagClassName
{
color: #D73FCD;
}
</style>
background-color css
<style>
a { background-color: #D73FCD; }
a { background-color: rgb(215,63,205); }
div.DivClassName
{
background-color: #D73FCD;
}
.BgClassName
{
background-color: #D73FCD;
}
</style>
border-color css
<style>
span { border-color: #D73FCD; }
span { border-color: rgb(215,63,205); }
td.TdClassName
{
border-color: #D73FCD;
}
.TagClassName
{
border-color: #D73FCD;
}
</style>