Html Css Color HEX #D935F5 Free Speech Magenta
📋 copy color: '#D935F5'red 217 ◦ green 53 ◦ blue 245
Shades of Free Speech Magenta #D935F5
Tints of Free Speech Magenta #D935F5
RGB
CMYK
RGB Variations
Color information
#D935F5 (or 0xD935F5) is known color: Free Speech Magenta. HEX triplet: D9, 35 and F5. RGB value is (217,53,245). Sum of RGB (Red+Green+Blue) = 217+53+245=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #D935F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D935F5 is #26CA0A. Grayscale: #7B7B7B. Windows color (decimal): -2542091 or 16070105. OLE color: 16070105.
HSL color Cylindrical-coordinate representation of color #D935F5: hue angle of 291.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D935F5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 53 | 245 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.04 |
| HSL | 291.25º | 0.91% | 0.58% | - |
| HSV(B) | 291.25º | 0.78% | 0.96% | - |
| XYZ | 46.37 | 23.89 | 88.55 | - |
| YUV | 123.92 | 196.33 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 245 | 0.11 | 0.78 | 0 | 0.04 | 291.25 | 0.91 | 0.58 |
| Hex | D9 | 35 | F5 | B | 4E | 0 | 4 | 123 | 5B | 3A |
| Octal | 331 | 65 | 365 | 13 | 116 | 0 | 4 | 443 | 133 | 72 |
| Binary | 11011001 | 110101 | 11110101 | 1011 | 1001110 | 0 | 100 | 100100011 | 1011011 | 111010 |
Color Harmonies of #D935F5
Complementary color
Monochromatic Colors of #D935F5
Black with #D935F5
Text Example
Text Example
White with #D935F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D935F5; }
p { color: rgb(217,53,245); }
H1.HeaderClassName
{
color: #D935F5;
}
.AnyTagClassName
{
color: #D935F5;
}
</style>
background-color css
<style>
a { background-color: #D935F5; }
a { background-color: rgb(217,53,245); }
div.DivClassName
{
background-color: #D935F5;
}
.BgClassName
{
background-color: #D935F5;
}
</style>
border-color css
<style>
span { border-color: #D935F5; }
span { border-color: rgb(217,53,245); }
td.TdClassName
{
border-color: #D935F5;
}
.TagClassName
{
border-color: #D935F5;
}
</style>