Html Css Color HEX #D431DD Free Speech Magenta
📋 copy color: '#D431DD'red 212 ◦ green 49 ◦ blue 221
Shades of Free Speech Magenta #D431DD
Tints of Free Speech Magenta #D431DD
RGB
CMYK
RGB Variations
Color information
#D431DD (or 0xD431DD) is known color: Free Speech Magenta. HEX triplet: D4, 31 and DD. RGB value is (212,49,221). Sum of RGB (Red+Green+Blue) = 212+49+221=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #D431DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D431DD is #2BCE22. Grayscale: #747474. Windows color (decimal): -2870819 or 14496212. OLE color: 14496212.
HSL color Cylindrical-coordinate representation of color #D431DD: hue angle of 296.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D431DD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 49 | 221 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.13 |
| HSL | 296.86º | 0.72% | 0.53% | - |
| HSV(B) | 296.86º | 0.78% | 0.87% | - |
| XYZ | 41.3 | 21.41 | 70.36 | - |
| YUV | 117.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 221 | 0.04 | 0.78 | 0 | 0.13 | 296.86 | 0.72 | 0.53 |
| Hex | D4 | 31 | DD | 4 | 4E | 0 | D | 129 | 48 | 35 |
| Octal | 324 | 61 | 335 | 4 | 116 | 0 | 15 | 451 | 110 | 65 |
| Binary | 11010100 | 110001 | 11011101 | 100 | 1001110 | 0 | 1101 | 100101001 | 1001000 | 110101 |
Color Harmonies of #D431DD
Complementary color
Monochromatic Colors of #D431DD
Black with #D431DD
Text Example
Text Example
White with #D431DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431DD; }
p { color: rgb(212,49,221); }
H1.HeaderClassName
{
color: #D431DD;
}
.AnyTagClassName
{
color: #D431DD;
}
</style>
background-color css
<style>
a { background-color: #D431DD; }
a { background-color: rgb(212,49,221); }
div.DivClassName
{
background-color: #D431DD;
}
.BgClassName
{
background-color: #D431DD;
}
</style>
border-color css
<style>
span { border-color: #D431DD; }
span { border-color: rgb(212,49,221); }
td.TdClassName
{
border-color: #D431DD;
}
.TagClassName
{
border-color: #D431DD;
}
</style>