Html Css Color HEX #D439DD Free Speech Magenta
📋 copy color: '#D439DD'red 212 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #D439DD
Tints of Free Speech Magenta #D439DD
RGB
CMYK
RGB Variations
Color information
#D439DD (or 0xD439DD) is known color: Free Speech Magenta. HEX triplet: D4, 39 and DD. RGB value is (212,57,221). Sum of RGB (Red+Green+Blue) = 212+57+221=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #D439DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D439DD is #2BC622. Grayscale: #797979. Windows color (decimal): -2868771 or 14498260. OLE color: 14498260.
HSL color Cylindrical-coordinate representation of color #D439DD: hue angle of 296.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D439DD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 57 | 221 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.13 |
| HSL | 296.71º | 0.71% | 0.55% | - |
| HSV(B) | 296.71º | 0.74% | 0.87% | - |
| XYZ | 41.67 | 22.14 | 70.48 | - |
| YUV | 122.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 221 | 0.04 | 0.74 | 0 | 0.13 | 296.71 | 0.71 | 0.55 |
| Hex | D4 | 39 | DD | 4 | 4A | 0 | D | 129 | 47 | 37 |
| Octal | 324 | 71 | 335 | 4 | 112 | 0 | 15 | 451 | 107 | 67 |
| Binary | 11010100 | 111001 | 11011101 | 100 | 1001010 | 0 | 1101 | 100101001 | 1000111 | 110111 |
Color Harmonies of #D439DD
Complementary color
Monochromatic Colors of #D439DD
Black with #D439DD
Text Example
Text Example
White with #D439DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439DD; }
p { color: rgb(212,57,221); }
H1.HeaderClassName
{
color: #D439DD;
}
.AnyTagClassName
{
color: #D439DD;
}
</style>
background-color css
<style>
a { background-color: #D439DD; }
a { background-color: rgb(212,57,221); }
div.DivClassName
{
background-color: #D439DD;
}
.BgClassName
{
background-color: #D439DD;
}
</style>
border-color css
<style>
span { border-color: #D439DD; }
span { border-color: rgb(212,57,221); }
td.TdClassName
{
border-color: #D439DD;
}
.TagClassName
{
border-color: #D439DD;
}
</style>