Html Css Color HEX #D934DD Free Speech Magenta
📋 copy color: '#D934DD'red 217 ◦ green 52 ◦ blue 221
Shades of Free Speech Magenta #D934DD
Tints of Free Speech Magenta #D934DD
RGB
CMYK
RGB Variations
Color information
#D934DD (or 0xD934DD) is known color: Free Speech Magenta. HEX triplet: D9, 34 and DD. RGB value is (217,52,221). Sum of RGB (Red+Green+Blue) = 217+52+221=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 52 (20.70% from 255 or 10.61% 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 #D934DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D934DD is #26CB22. Grayscale: #787878. Windows color (decimal): -2542371 or 14496985. OLE color: 14496985.
HSL color Cylindrical-coordinate representation of color #D934DD: hue angle of 298.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D934DD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 52 | 221 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.13 |
| HSL | 298.58º | 0.71% | 0.54% | - |
| HSV(B) | 298.58º | 0.76% | 0.87% | - |
| XYZ | 42.89 | 22.43 | 70.47 | - |
| YUV | 120.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 221 | 0.02 | 0.76 | 0 | 0.13 | 298.58 | 0.71 | 0.54 |
| Hex | D9 | 34 | DD | 2 | 4C | 0 | D | 12B | 47 | 36 |
| Octal | 331 | 64 | 335 | 2 | 114 | 0 | 15 | 453 | 107 | 66 |
| Binary | 11011001 | 110100 | 11011101 | 10 | 1001100 | 0 | 1101 | 100101011 | 1000111 | 110110 |
Color Harmonies of #D934DD
Complementary color
Monochromatic Colors of #D934DD
Black with #D934DD
Text Example
Text Example
White with #D934DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D934DD; }
p { color: rgb(217,52,221); }
H1.HeaderClassName
{
color: #D934DD;
}
.AnyTagClassName
{
color: #D934DD;
}
</style>
background-color css
<style>
a { background-color: #D934DD; }
a { background-color: rgb(217,52,221); }
div.DivClassName
{
background-color: #D934DD;
}
.BgClassName
{
background-color: #D934DD;
}
</style>
border-color css
<style>
span { border-color: #D934DD; }
span { border-color: rgb(217,52,221); }
td.TdClassName
{
border-color: #D934DD;
}
.TagClassName
{
border-color: #D934DD;
}
</style>