Html Css Color HEX #D935E2 Free Speech Magenta
📋 copy color: '#D935E2'red 217 ◦ green 53 ◦ blue 226
Shades of Free Speech Magenta #D935E2
Tints of Free Speech Magenta #D935E2
RGB
CMYK
RGB Variations
Color information
#D935E2 (or 0xD935E2) is known color: Free Speech Magenta. HEX triplet: D9, 35 and E2. RGB value is (217,53,226). Sum of RGB (Red+Green+Blue) = 217+53+226=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #D935E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D935E2 is #26CA1D. Grayscale: #797979. Windows color (decimal): -2542110 or 14824921. OLE color: 14824921.
HSL color Cylindrical-coordinate representation of color #D935E2: hue angle of 296.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D935E2 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 53 | 226 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.11 |
| HSL | 296.88º | 0.75% | 0.55% | - |
| HSV(B) | 296.88º | 0.77% | 0.89% | - |
| XYZ | 43.62 | 22.79 | 74.05 | - |
| YUV | 121.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 226 | 0.04 | 0.77 | 0 | 0.11 | 296.88 | 0.75 | 0.55 |
| Hex | D9 | 35 | E2 | 4 | 4D | 0 | B | 129 | 4B | 37 |
| Octal | 331 | 65 | 342 | 4 | 115 | 0 | 13 | 451 | 113 | 67 |
| Binary | 11011001 | 110101 | 11100010 | 100 | 1001101 | 0 | 1011 | 100101001 | 1001011 | 110111 |
Color Harmonies of #D935E2
Complementary color
Monochromatic Colors of #D935E2
Black with #D935E2
Text Example
Text Example
White with #D935E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935E2; }
p { color: rgb(217,53,226); }
H1.HeaderClassName
{
color: #D935E2;
}
.AnyTagClassName
{
color: #D935E2;
}
</style>
background-color css
<style>
a { background-color: #D935E2; }
a { background-color: rgb(217,53,226); }
div.DivClassName
{
background-color: #D935E2;
}
.BgClassName
{
background-color: #D935E2;
}
</style>
border-color css
<style>
span { border-color: #D935E2; }
span { border-color: rgb(217,53,226); }
td.TdClassName
{
border-color: #D935E2;
}
.TagClassName
{
border-color: #D935E2;
}
</style>