Html Css Color HEX #D935D6 Free Speech Magenta
📋 copy color: '#D935D6'red 217 ◦ green 53 ◦ blue 214
Shades of Free Speech Magenta #D935D6
Tints of Free Speech Magenta #D935D6
RGB
CMYK
RGB Variations
Color information
#D935D6 (or 0xD935D6) is known color: Free Speech Magenta. HEX triplet: D9, 35 and D6. RGB value is (217,53,214). Sum of RGB (Red+Green+Blue) = 217+53+214=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D935D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935D6 is #26CA29. Grayscale: #777777. Windows color (decimal): -2542122 or 14038489. OLE color: 14038489.
HSL color Cylindrical-coordinate representation of color #D935D6: hue angle of 301.1º 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 #D935D6 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 214 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.15 |
| HSL | 301.1º | 0.68% | 0.53% | - |
| HSV(B) | 301.1º | 0.76% | 0.85% | - |
| XYZ | 42.03 | 22.15 | 65.68 | - |
| YUV | 120.39 | 180.83 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 214 | 0 | 0.76 | 0.01 | 0.15 | 301.1 | 0.68 | 0.53 |
| Hex | D9 | 35 | D6 | 0 | 4C | 1 | F | 12D | 44 | 35 |
| Octal | 331 | 65 | 326 | 0 | 114 | 1 | 17 | 455 | 104 | 65 |
| Binary | 11011001 | 110101 | 11010110 | 0 | 1001100 | 1 | 1111 | 100101101 | 1000100 | 110101 |
Color Harmonies of #D935D6
Complementary color
Monochromatic Colors of #D935D6
Black with #D935D6
Text Example
Text Example
White with #D935D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935D6; }
p { color: rgb(217,53,214); }
H1.HeaderClassName
{
color: #D935D6;
}
.AnyTagClassName
{
color: #D935D6;
}
</style>
background-color css
<style>
a { background-color: #D935D6; }
a { background-color: rgb(217,53,214); }
div.DivClassName
{
background-color: #D935D6;
}
.BgClassName
{
background-color: #D935D6;
}
</style>
border-color css
<style>
span { border-color: #D935D6; }
span { border-color: rgb(217,53,214); }
td.TdClassName
{
border-color: #D935D6;
}
.TagClassName
{
border-color: #D935D6;
}
</style>