Html Css Color HEX #D440DD Free Speech Magenta
📋 copy color: '#D440DD'red 212 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #D440DD
Tints of Free Speech Magenta #D440DD
RGB
CMYK
RGB Variations
Color information
#D440DD (or 0xD440DD) is known color: Free Speech Magenta. HEX triplet: D4, 40 and DD. RGB value is (212,64,221). Sum of RGB (Red+Green+Blue) = 212+64+221=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D440DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D440DD is #2BBF22. Grayscale: #7D7D7D. Windows color (decimal): -2866979 or 14500052. OLE color: 14500052.
HSL color Cylindrical-coordinate representation of color #D440DD: hue angle of 296.56º 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 #D440DD is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 64 | 221 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.13 |
| HSL | 296.56º | 0.7% | 0.56% | - |
| HSV(B) | 296.56º | 0.71% | 0.87% | - |
| XYZ | 42.04 | 22.88 | 70.61 | - |
| YUV | 126.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 221 | 0.04 | 0.71 | 0 | 0.13 | 296.56 | 0.7 | 0.56 |
| Hex | D4 | 40 | DD | 4 | 47 | 0 | D | 129 | 46 | 38 |
| Octal | 324 | 100 | 335 | 4 | 107 | 0 | 15 | 451 | 106 | 70 |
| Binary | 11010100 | 1000000 | 11011101 | 100 | 1000111 | 0 | 1101 | 100101001 | 1000110 | 111000 |
Color Harmonies of #D440DD
Complementary color
Monochromatic Colors of #D440DD
Black with #D440DD
Text Example
Text Example
White with #D440DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440DD; }
p { color: rgb(212,64,221); }
H1.HeaderClassName
{
color: #D440DD;
}
.AnyTagClassName
{
color: #D440DD;
}
</style>
background-color css
<style>
a { background-color: #D440DD; }
a { background-color: rgb(212,64,221); }
div.DivClassName
{
background-color: #D440DD;
}
.BgClassName
{
background-color: #D440DD;
}
</style>
border-color css
<style>
span { border-color: #D440DD; }
span { border-color: rgb(212,64,221); }
td.TdClassName
{
border-color: #D440DD;
}
.TagClassName
{
border-color: #D440DD;
}
</style>