Html Css Color HEX #D73CF2 Free Speech Magenta
📋 copy color: '#D73CF2'red 215 ◦ green 60 ◦ blue 242
Shades of Free Speech Magenta #D73CF2
Tints of Free Speech Magenta #D73CF2
RGB
CMYK
RGB Variations
Color information
#D73CF2 (or 0xD73CF2) is known color: Free Speech Magenta. HEX triplet: D7, 3C and F2. RGB value is (215,60,242). Sum of RGB (Red+Green+Blue) = 215+60+242=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #D73CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D73CF2 is #28C30D. Grayscale: #7E7E7E. Windows color (decimal): -2671374 or 15875287. OLE color: 15875287.
HSL color Cylindrical-coordinate representation of color #D73CF2: hue angle of 291.1º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73CF2 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 60 | 242 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.05 |
| HSL | 291.1º | 0.88% | 0.59% | - |
| HSV(B) | 291.1º | 0.75% | 0.95% | - |
| XYZ | 45.67 | 24.09 | 86.25 | - |
| YUV | 127.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 242 | 0.11 | 0.75 | 0 | 0.05 | 291.1 | 0.88 | 0.59 |
| Hex | D7 | 3C | F2 | B | 4B | 0 | 5 | 123 | 58 | 3B |
| Octal | 327 | 74 | 362 | 13 | 113 | 0 | 5 | 443 | 130 | 73 |
| Binary | 11010111 | 111100 | 11110010 | 1011 | 1001011 | 0 | 101 | 100100011 | 1011000 | 111011 |
Color Harmonies of #D73CF2
Complementary color
Monochromatic Colors of #D73CF2
Black with #D73CF2
Text Example
Text Example
White with #D73CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73CF2; }
p { color: rgb(215,60,242); }
H1.HeaderClassName
{
color: #D73CF2;
}
.AnyTagClassName
{
color: #D73CF2;
}
</style>
background-color css
<style>
a { background-color: #D73CF2; }
a { background-color: rgb(215,60,242); }
div.DivClassName
{
background-color: #D73CF2;
}
.BgClassName
{
background-color: #D73CF2;
}
</style>
border-color css
<style>
span { border-color: #D73CF2; }
span { border-color: rgb(215,60,242); }
td.TdClassName
{
border-color: #D73CF2;
}
.TagClassName
{
border-color: #D73CF2;
}
</style>