Html Css Color HEX #D73CCF Free Speech Magenta
📋 copy color: '#D73CCF'red 215 ◦ green 60 ◦ blue 207
Shades of Free Speech Magenta #D73CCF
Tints of Free Speech Magenta #D73CCF
RGB
CMYK
RGB Variations
Color information
#D73CCF (or 0xD73CCF) is known color: Free Speech Magenta. HEX triplet: D7, 3C and CF. RGB value is (215,60,207). Sum of RGB (Red+Green+Blue) = 215+60+207=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D73CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73CCF is #28C330. Grayscale: #7A7A7A. Windows color (decimal): -2671409 or 13581527. OLE color: 13581527.
HSL color Cylindrical-coordinate representation of color #D73CCF: hue angle of 303.1º 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 #D73CCF is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 207 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.16 |
| HSL | 303.1º | 0.66% | 0.54% | - |
| HSV(B) | 303.1º | 0.72% | 0.84% | - |
| XYZ | 40.9 | 22.18 | 61.16 | - |
| YUV | 123.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 207 | 0 | 0.72 | 0.04 | 0.16 | 303.1 | 0.66 | 0.54 |
| Hex | D7 | 3C | CF | 0 | 48 | 4 | 10 | 12F | 42 | 36 |
| Octal | 327 | 74 | 317 | 0 | 110 | 4 | 20 | 457 | 102 | 66 |
| Binary | 11010111 | 111100 | 11001111 | 0 | 1001000 | 100 | 10000 | 100101111 | 1000010 | 110110 |
Color Harmonies of #D73CCF
Complementary color
Monochromatic Colors of #D73CCF
Black with #D73CCF
Text Example
Text Example
White with #D73CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CCF; }
p { color: rgb(215,60,207); }
H1.HeaderClassName
{
color: #D73CCF;
}
.AnyTagClassName
{
color: #D73CCF;
}
</style>
background-color css
<style>
a { background-color: #D73CCF; }
a { background-color: rgb(215,60,207); }
div.DivClassName
{
background-color: #D73CCF;
}
.BgClassName
{
background-color: #D73CCF;
}
</style>
border-color css
<style>
span { border-color: #D73CCF; }
span { border-color: rgb(215,60,207); }
td.TdClassName
{
border-color: #D73CCF;
}
.TagClassName
{
border-color: #D73CCF;
}
</style>