Html Css Color HEX #D73BCE Free Speech Magenta
📋 copy color: '#D73BCE'red 215 ◦ green 59 ◦ blue 206
Shades of Free Speech Magenta #D73BCE
Tints of Free Speech Magenta #D73BCE
RGB
CMYK
RGB Variations
Color information
#D73BCE (or 0xD73BCE) is known color: Free Speech Magenta. HEX triplet: D7, 3B and CE. RGB value is (215,59,206). Sum of RGB (Red+Green+Blue) = 215+59+206=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D73BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D73BCE is #28C431. Grayscale: #797979. Windows color (decimal): -2671666 or 13515735. OLE color: 13515735.
HSL color Cylindrical-coordinate representation of color #D73BCE: hue angle of 303.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73BCE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 206 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.16 |
| HSL | 303.46º | 0.66% | 0.54% | - |
| HSV(B) | 303.46º | 0.73% | 0.84% | - |
| XYZ | 40.73 | 22.03 | 60.5 | - |
| YUV | 122.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 206 | 0 | 0.73 | 0.04 | 0.16 | 303.46 | 0.66 | 0.54 |
| Hex | D7 | 3B | CE | 0 | 49 | 4 | 10 | 12F | 42 | 36 |
| Octal | 327 | 73 | 316 | 0 | 111 | 4 | 20 | 457 | 102 | 66 |
| Binary | 11010111 | 111011 | 11001110 | 0 | 1001001 | 100 | 10000 | 100101111 | 1000010 | 110110 |
Color Harmonies of #D73BCE
Complementary color
Monochromatic Colors of #D73BCE
Black with #D73BCE
Text Example
Text Example
White with #D73BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73BCE; }
p { color: rgb(215,59,206); }
H1.HeaderClassName
{
color: #D73BCE;
}
.AnyTagClassName
{
color: #D73BCE;
}
</style>
background-color css
<style>
a { background-color: #D73BCE; }
a { background-color: rgb(215,59,206); }
div.DivClassName
{
background-color: #D73BCE;
}
.BgClassName
{
background-color: #D73BCE;
}
</style>
border-color css
<style>
span { border-color: #D73BCE; }
span { border-color: rgb(215,59,206); }
td.TdClassName
{
border-color: #D73BCE;
}
.TagClassName
{
border-color: #D73BCE;
}
</style>