Html Css Color HEX #D639DD Free Speech Magenta
📋 copy color: '#D639DD'red 214 ◦ green 57 ◦ blue 221
Shades of Free Speech Magenta #D639DD
Tints of Free Speech Magenta #D639DD
RGB
CMYK
RGB Variations
Color information
#D639DD (or 0xD639DD) is known color: Free Speech Magenta. HEX triplet: D6, 39 and DD. RGB value is (214,57,221). Sum of RGB (Red+Green+Blue) = 214+57+221=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 57 (22.66% from 255 or 11.59% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D639DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639DD is #29C622. Grayscale: #7A7A7A. Windows color (decimal): -2737699 or 14498262. OLE color: 14498262.
HSL color Cylindrical-coordinate representation of color #D639DD: hue angle of 297.44º 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 #D639DD is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 57 | 221 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.13 |
| HSL | 297.44º | 0.71% | 0.55% | - |
| HSV(B) | 297.44º | 0.74% | 0.87% | - |
| XYZ | 42.25 | 22.44 | 70.51 | - |
| YUV | 122.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 221 | 0.03 | 0.74 | 0 | 0.13 | 297.44 | 0.71 | 0.55 |
| Hex | D6 | 39 | DD | 3 | 4A | 0 | D | 129 | 47 | 37 |
| Octal | 326 | 71 | 335 | 3 | 112 | 0 | 15 | 451 | 107 | 67 |
| Binary | 11010110 | 111001 | 11011101 | 11 | 1001010 | 0 | 1101 | 100101001 | 1000111 | 110111 |
Color Harmonies of #D639DD
Complementary color
Monochromatic Colors of #D639DD
Black with #D639DD
Text Example
Text Example
White with #D639DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639DD; }
p { color: rgb(214,57,221); }
H1.HeaderClassName
{
color: #D639DD;
}
.AnyTagClassName
{
color: #D639DD;
}
</style>
background-color css
<style>
a { background-color: #D639DD; }
a { background-color: rgb(214,57,221); }
div.DivClassName
{
background-color: #D639DD;
}
.BgClassName
{
background-color: #D639DD;
}
</style>
border-color css
<style>
span { border-color: #D639DD; }
span { border-color: rgb(214,57,221); }
td.TdClassName
{
border-color: #D639DD;
}
.TagClassName
{
border-color: #D639DD;
}
</style>