Html Css Color HEX #D740DF Free Speech Magenta
📋 copy color: '#D740DF'red 215 ◦ green 64 ◦ blue 223
Shades of Free Speech Magenta #D740DF
Tints of Free Speech Magenta #D740DF
RGB
CMYK
RGB Variations
Color information
#D740DF (or 0xD740DF) is known color: Free Speech Magenta. HEX triplet: D7, 40 and DF. RGB value is (215,64,223). Sum of RGB (Red+Green+Blue) = 215+64+223=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D740DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D740DF is #28BF20. Grayscale: #7E7E7E. Windows color (decimal): -2670369 or 14631127. OLE color: 14631127.
HSL color Cylindrical-coordinate representation of color #D740DF: hue angle of 296.98º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D740DF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 64 | 223 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.13 |
| HSL | 296.98º | 0.71% | 0.56% | - |
| HSV(B) | 296.98º | 0.71% | 0.87% | - |
| XYZ | 43.18 | 23.44 | 72.06 | - |
| YUV | 127.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 223 | 0.04 | 0.71 | 0 | 0.13 | 296.98 | 0.71 | 0.56 |
| Hex | D7 | 40 | DF | 4 | 47 | 0 | D | 129 | 47 | 38 |
| Octal | 327 | 100 | 337 | 4 | 107 | 0 | 15 | 451 | 107 | 70 |
| Binary | 11010111 | 1000000 | 11011111 | 100 | 1000111 | 0 | 1101 | 100101001 | 1000111 | 111000 |
Color Harmonies of #D740DF
Complementary color
Monochromatic Colors of #D740DF
Black with #D740DF
Text Example
Text Example
White with #D740DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740DF; }
p { color: rgb(215,64,223); }
H1.HeaderClassName
{
color: #D740DF;
}
.AnyTagClassName
{
color: #D740DF;
}
</style>
background-color css
<style>
a { background-color: #D740DF; }
a { background-color: rgb(215,64,223); }
div.DivClassName
{
background-color: #D740DF;
}
.BgClassName
{
background-color: #D740DF;
}
</style>
border-color css
<style>
span { border-color: #D740DF; }
span { border-color: rgb(215,64,223); }
td.TdClassName
{
border-color: #D740DF;
}
.TagClassName
{
border-color: #D740DF;
}
</style>