Html Css Color HEX #D839DD Free Speech Magenta
📋 copy color: '#D839DD'red 216 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #D839DD
Tints of Free Speech Magenta #D839DD
RGB
CMYK
RGB Variations
Color information
#D839DD (or 0xD839DD) is known color: Free Speech Magenta. HEX triplet: D8, 39 and DD. RGB value is (216,57,221). Sum of RGB (Red+Green+Blue) = 216+57+221=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #D839DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D839DD is #27C622. Grayscale: #7A7A7A. Windows color (decimal): -2606627 or 14498264. OLE color: 14498264.
HSL color Cylindrical-coordinate representation of color #D839DD: hue angle of 298.17º 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 #D839DD is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 57 | 221 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.13 |
| HSL | 298.17º | 0.71% | 0.55% | - |
| HSV(B) | 298.17º | 0.74% | 0.87% | - |
| XYZ | 42.83 | 22.75 | 70.54 | - |
| YUV | 123.24 | 183.18 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 221 | 0.02 | 0.74 | 0 | 0.13 | 298.17 | 0.71 | 0.55 |
| Hex | D8 | 39 | DD | 2 | 4A | 0 | D | 12A | 47 | 37 |
| Octal | 330 | 71 | 335 | 2 | 112 | 0 | 15 | 452 | 107 | 67 |
| Binary | 11011000 | 111001 | 11011101 | 10 | 1001010 | 0 | 1101 | 100101010 | 1000111 | 110111 |
Color Harmonies of #D839DD
Complementary color
Monochromatic Colors of #D839DD
Black with #D839DD
Text Example
Text Example
White with #D839DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D839DD; }
p { color: rgb(216,57,221); }
H1.HeaderClassName
{
color: #D839DD;
}
.AnyTagClassName
{
color: #D839DD;
}
</style>
background-color css
<style>
a { background-color: #D839DD; }
a { background-color: rgb(216,57,221); }
div.DivClassName
{
background-color: #D839DD;
}
.BgClassName
{
background-color: #D839DD;
}
</style>
border-color css
<style>
span { border-color: #D839DD; }
span { border-color: rgb(216,57,221); }
td.TdClassName
{
border-color: #D839DD;
}
.TagClassName
{
border-color: #D839DD;
}
</style>