Html Css Color HEX #D760CF Free Speech Magenta
📋 copy color: '#D760CF'red 215 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #D760CF
Tints of Free Speech Magenta #D760CF
RGB
CMYK
RGB Variations
Color information
#D760CF (or 0xD760CF) is known color: Free Speech Magenta. HEX triplet: D7, 60 and CF. RGB value is (215,96,207). Sum of RGB (Red+Green+Blue) = 215+96+207=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D760CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760CF is #289F30. Grayscale: #8F8F8F. Windows color (decimal): -2662193 or 13590743. OLE color: 13590743.
HSL color Cylindrical-coordinate representation of color #D760CF: hue angle of 304.03º 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 #D760CF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 207 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.16 |
| HSL | 304.03º | 0.6% | 0.61% | - |
| HSV(B) | 304.03º | 0.55% | 0.84% | - |
| XYZ | 43.47 | 27.32 | 62.01 | - |
| YUV | 144.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 207 | 0 | 0.55 | 0.04 | 0.16 | 304.03 | 0.6 | 0.61 |
| Hex | D7 | 60 | CF | 0 | 37 | 4 | 10 | 130 | 3C | 3D |
| Octal | 327 | 140 | 317 | 0 | 67 | 4 | 20 | 460 | 74 | 75 |
| Binary | 11010111 | 1100000 | 11001111 | 0 | 110111 | 100 | 10000 | 100110000 | 111100 | 111101 |
Color Harmonies of #D760CF
Complementary color
Monochromatic Colors of #D760CF
Black with #D760CF
Text Example
Text Example
White with #D760CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760CF; }
p { color: rgb(215,96,207); }
H1.HeaderClassName
{
color: #D760CF;
}
.AnyTagClassName
{
color: #D760CF;
}
</style>
background-color css
<style>
a { background-color: #D760CF; }
a { background-color: rgb(215,96,207); }
div.DivClassName
{
background-color: #D760CF;
}
.BgClassName
{
background-color: #D760CF;
}
</style>
border-color css
<style>
span { border-color: #D760CF; }
span { border-color: rgb(215,96,207); }
td.TdClassName
{
border-color: #D760CF;
}
.TagClassName
{
border-color: #D760CF;
}
</style>