Html Css Color HEX #D750CE Free Speech Magenta
📋 copy color: '#D750CE'red 215 ◦ green 80 ◦ blue 206
Shades of Free Speech Magenta #D750CE
Tints of Free Speech Magenta #D750CE
RGB
CMYK
RGB Variations
Color information
#D750CE (or 0xD750CE) is known color: Free Speech Magenta. HEX triplet: D7, 50 and CE. RGB value is (215,80,206). Sum of RGB (Red+Green+Blue) = 215+80+206=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D750CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750CE is #28AF31. Grayscale: #868686. Windows color (decimal): -2666290 or 13521111. OLE color: 13521111.
HSL color Cylindrical-coordinate representation of color #D750CE: hue angle of 304º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750CE is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 206 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.16 |
| HSL | 304º | 0.63% | 0.58% | - |
| HSV(B) | 304º | 0.63% | 0.84% | - |
| XYZ | 42.03 | 24.64 | 60.93 | - |
| YUV | 134.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 206 | 0 | 0.63 | 0.04 | 0.16 | 304 | 0.63 | 0.58 |
| Hex | D7 | 50 | CE | 0 | 3F | 4 | 10 | 130 | 3F | 3A |
| Octal | 327 | 120 | 316 | 0 | 77 | 4 | 20 | 460 | 77 | 72 |
| Binary | 11010111 | 1010000 | 11001110 | 0 | 111111 | 100 | 10000 | 100110000 | 111111 | 111010 |
Color Harmonies of #D750CE
Complementary color
Monochromatic Colors of #D750CE
Black with #D750CE
Text Example
Text Example
White with #D750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750CE; }
p { color: rgb(215,80,206); }
H1.HeaderClassName
{
color: #D750CE;
}
.AnyTagClassName
{
color: #D750CE;
}
</style>
background-color css
<style>
a { background-color: #D750CE; }
a { background-color: rgb(215,80,206); }
div.DivClassName
{
background-color: #D750CE;
}
.BgClassName
{
background-color: #D750CE;
}
</style>
border-color css
<style>
span { border-color: #D750CE; }
span { border-color: rgb(215,80,206); }
td.TdClassName
{
border-color: #D750CE;
}
.TagClassName
{
border-color: #D750CE;
}
</style>