Html Css Color HEX #D935DD Free Speech Magenta
📋 copy color: '#D935DD'red 217 ◦ green 53 ◦ blue 221
Shades of Free Speech Magenta #D935DD
Tints of Free Speech Magenta #D935DD
RGB
CMYK
RGB Variations
Color information
#D935DD (or 0xD935DD) is known color: Free Speech Magenta. HEX triplet: D9, 35 and DD. RGB value is (217,53,221). Sum of RGB (Red+Green+Blue) = 217+53+221=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 53 (21.09% from 255 or 10.79% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D935DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935DD is #26CA22. Grayscale: #787878. Windows color (decimal): -2542115 or 14497241. OLE color: 14497241.
HSL color Cylindrical-coordinate representation of color #D935DD: hue angle of 298.57º 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 #D935DD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 53 | 221 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.13 |
| HSL | 298.57º | 0.71% | 0.54% | - |
| HSV(B) | 298.57º | 0.76% | 0.87% | - |
| XYZ | 42.94 | 22.52 | 70.49 | - |
| YUV | 121.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 221 | 0.02 | 0.76 | 0 | 0.13 | 298.57 | 0.71 | 0.54 |
| Hex | D9 | 35 | DD | 2 | 4C | 0 | D | 12B | 47 | 36 |
| Octal | 331 | 65 | 335 | 2 | 114 | 0 | 15 | 453 | 107 | 66 |
| Binary | 11011001 | 110101 | 11011101 | 10 | 1001100 | 0 | 1101 | 100101011 | 1000111 | 110110 |
Color Harmonies of #D935DD
Complementary color
Monochromatic Colors of #D935DD
Black with #D935DD
Text Example
Text Example
White with #D935DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935DD; }
p { color: rgb(217,53,221); }
H1.HeaderClassName
{
color: #D935DD;
}
.AnyTagClassName
{
color: #D935DD;
}
</style>
background-color css
<style>
a { background-color: #D935DD; }
a { background-color: rgb(217,53,221); }
div.DivClassName
{
background-color: #D935DD;
}
.BgClassName
{
background-color: #D935DD;
}
</style>
border-color css
<style>
span { border-color: #D935DD; }
span { border-color: rgb(217,53,221); }
td.TdClassName
{
border-color: #D935DD;
}
.TagClassName
{
border-color: #D935DD;
}
</style>