Html Css Color HEX #D935D5 Free Speech Magenta
📋 copy color: '#D935D5'red 217 ◦ green 53 ◦ blue 213
Shades of Free Speech Magenta #D935D5
Tints of Free Speech Magenta #D935D5
RGB
CMYK
RGB Variations
Color information
#D935D5 (or 0xD935D5) is known color: Free Speech Magenta. HEX triplet: D9, 35 and D5. RGB value is (217,53,213). Sum of RGB (Red+Green+Blue) = 217+53+213=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D935D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935D5 is #26CA2A. Grayscale: #777777. Windows color (decimal): -2542123 or 13972953. OLE color: 13972953.
HSL color Cylindrical-coordinate representation of color #D935D5: hue angle of 301.46º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D935D5 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 213 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.15 |
| HSL | 301.46º | 0.68% | 0.53% | - |
| HSV(B) | 301.46º | 0.76% | 0.85% | - |
| XYZ | 41.9 | 22.1 | 65.01 | - |
| YUV | 120.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 213 | 0 | 0.76 | 0.02 | 0.15 | 301.46 | 0.68 | 0.53 |
| Hex | D9 | 35 | D5 | 0 | 4C | 2 | F | 12D | 44 | 35 |
| Octal | 331 | 65 | 325 | 0 | 114 | 2 | 17 | 455 | 104 | 65 |
| Binary | 11011001 | 110101 | 11010101 | 0 | 1001100 | 10 | 1111 | 100101101 | 1000100 | 110101 |
Color Harmonies of #D935D5
Complementary color
Monochromatic Colors of #D935D5
Black with #D935D5
Text Example
Text Example
White with #D935D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935D5; }
p { color: rgb(217,53,213); }
H1.HeaderClassName
{
color: #D935D5;
}
.AnyTagClassName
{
color: #D935D5;
}
</style>
background-color css
<style>
a { background-color: #D935D5; }
a { background-color: rgb(217,53,213); }
div.DivClassName
{
background-color: #D935D5;
}
.BgClassName
{
background-color: #D935D5;
}
</style>
border-color css
<style>
span { border-color: #D935D5; }
span { border-color: rgb(217,53,213); }
td.TdClassName
{
border-color: #D935D5;
}
.TagClassName
{
border-color: #D935D5;
}
</style>