Html Css Color HEX #D73CCD Free Speech Magenta
📋 copy color: '#D73CCD'red 215 ◦ green 60 ◦ blue 205
Shades of Free Speech Magenta #D73CCD
Tints of Free Speech Magenta #D73CCD
RGB
CMYK
RGB Variations
Color information
#D73CCD (or 0xD73CCD) is known color: Free Speech Magenta. HEX triplet: D7, 3C and CD. RGB value is (215,60,205). Sum of RGB (Red+Green+Blue) = 215+60+205=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 60 (23.83% from 255 or 12.5% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CCD is #28C332. Grayscale: #7A7A7A. Windows color (decimal): -2671411 or 13450455. OLE color: 13450455.
HSL color Cylindrical-coordinate representation of color #D73CCD: hue angle of 303.87º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73CCD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 205 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.16 |
| HSL | 303.87º | 0.66% | 0.54% | - |
| HSV(B) | 303.87º | 0.72% | 0.84% | - |
| XYZ | 40.66 | 22.09 | 59.88 | - |
| YUV | 122.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 205 | 0 | 0.72 | 0.05 | 0.16 | 303.87 | 0.66 | 0.54 |
| Hex | D7 | 3C | CD | 0 | 48 | 5 | 10 | 130 | 42 | 36 |
| Octal | 327 | 74 | 315 | 0 | 110 | 5 | 20 | 460 | 102 | 66 |
| Binary | 11010111 | 111100 | 11001101 | 0 | 1001000 | 101 | 10000 | 100110000 | 1000010 | 110110 |
Color Harmonies of #D73CCD
Complementary color
Monochromatic Colors of #D73CCD
Black with #D73CCD
Text Example
Text Example
White with #D73CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CCD; }
p { color: rgb(215,60,205); }
H1.HeaderClassName
{
color: #D73CCD;
}
.AnyTagClassName
{
color: #D73CCD;
}
</style>
background-color css
<style>
a { background-color: #D73CCD; }
a { background-color: rgb(215,60,205); }
div.DivClassName
{
background-color: #D73CCD;
}
.BgClassName
{
background-color: #D73CCD;
}
</style>
border-color css
<style>
span { border-color: #D73CCD; }
span { border-color: rgb(215,60,205); }
td.TdClassName
{
border-color: #D73CCD;
}
.TagClassName
{
border-color: #D73CCD;
}
</style>