Html Css Color HEX #D760C0 Free Speech Magenta
📋 copy color: '#D760C0'red 215 ◦ green 96 ◦ blue 192
Shades of Free Speech Magenta #D760C0
Tints of Free Speech Magenta #D760C0
RGB
CMYK
RGB Variations
Color information
#D760C0 (or 0xD760C0) is known color: Free Speech Magenta. HEX triplet: D7, 60 and C0. RGB value is (215,96,192). Sum of RGB (Red+Green+Blue) = 215+96+192=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D760C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760C0 is #289F3F. Grayscale: #8E8E8E. Windows color (decimal): -2662208 or 12607703. OLE color: 12607703.
HSL color Cylindrical-coordinate representation of color #D760C0: hue angle of 311.6º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D760C0 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 192 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.16 |
| HSL | 311.6º | 0.6% | 0.61% | - |
| HSV(B) | 311.6º | 0.55% | 0.84% | - |
| XYZ | 41.72 | 26.62 | 52.81 | - |
| YUV | 142.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 192 | 0 | 0.55 | 0.11 | 0.16 | 311.6 | 0.6 | 0.61 |
| Hex | D7 | 60 | C0 | 0 | 37 | B | 10 | 138 | 3C | 3D |
| Octal | 327 | 140 | 300 | 0 | 67 | 13 | 20 | 470 | 74 | 75 |
| Binary | 11010111 | 1100000 | 11000000 | 0 | 110111 | 1011 | 10000 | 100111000 | 111100 | 111101 |
Color Harmonies of #D760C0
Complementary color
Monochromatic Colors of #D760C0
Black with #D760C0
Text Example
Text Example
White with #D760C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760C0; }
p { color: rgb(215,96,192); }
H1.HeaderClassName
{
color: #D760C0;
}
.AnyTagClassName
{
color: #D760C0;
}
</style>
background-color css
<style>
a { background-color: #D760C0; }
a { background-color: rgb(215,96,192); }
div.DivClassName
{
background-color: #D760C0;
}
.BgClassName
{
background-color: #D760C0;
}
</style>
border-color css
<style>
span { border-color: #D760C0; }
span { border-color: rgb(215,96,192); }
td.TdClassName
{
border-color: #D760C0;
}
.TagClassName
{
border-color: #D760C0;
}
</style>