Html Css Color HEX #D940DD Free Speech Magenta
📋 copy color: '#D940DD'red 217 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #D940DD
Tints of Free Speech Magenta #D940DD
RGB
CMYK
RGB Variations
Color information
#D940DD (or 0xD940DD) is known color: Free Speech Magenta. HEX triplet: D9, 40 and DD. RGB value is (217,64,221). Sum of RGB (Red+Green+Blue) = 217+64+221=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #D940DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940DD is #26BF22. Grayscale: #7F7F7F. Windows color (decimal): -2539299 or 14500057. OLE color: 14500057.
HSL color Cylindrical-coordinate representation of color #D940DD: hue angle of 298.47º degrees, saturation: 0.7, 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 #D940DD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 64 | 221 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.13 |
| HSL | 298.47º | 0.7% | 0.56% | - |
| HSV(B) | 298.47º | 0.71% | 0.87% | - |
| XYZ | 43.5 | 23.64 | 70.68 | - |
| YUV | 127.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 221 | 0.02 | 0.71 | 0 | 0.13 | 298.47 | 0.7 | 0.56 |
| Hex | D9 | 40 | DD | 2 | 47 | 0 | D | 12A | 46 | 38 |
| Octal | 331 | 100 | 335 | 2 | 107 | 0 | 15 | 452 | 106 | 70 |
| Binary | 11011001 | 1000000 | 11011101 | 10 | 1000111 | 0 | 1101 | 100101010 | 1000110 | 111000 |
Color Harmonies of #D940DD
Complementary color
Monochromatic Colors of #D940DD
Black with #D940DD
Text Example
Text Example
White with #D940DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D940DD; }
p { color: rgb(217,64,221); }
H1.HeaderClassName
{
color: #D940DD;
}
.AnyTagClassName
{
color: #D940DD;
}
</style>
background-color css
<style>
a { background-color: #D940DD; }
a { background-color: rgb(217,64,221); }
div.DivClassName
{
background-color: #D940DD;
}
.BgClassName
{
background-color: #D940DD;
}
</style>
border-color css
<style>
span { border-color: #D940DD; }
span { border-color: rgb(217,64,221); }
td.TdClassName
{
border-color: #D940DD;
}
.TagClassName
{
border-color: #D940DD;
}
</style>