Html Css Color HEX #D735D9 Free Speech Magenta
📋 copy color: '#D735D9'red 215 ◦ green 53 ◦ blue 217
Shades of Free Speech Magenta #D735D9
Tints of Free Speech Magenta #D735D9
RGB
CMYK
RGB Variations
Color information
#D735D9 (or 0xD735D9) is known color: Free Speech Magenta. HEX triplet: D7, 35 and D9. RGB value is (215,53,217). Sum of RGB (Red+Green+Blue) = 215+53+217=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #D735D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735D9 is #28CA26. Grayscale: #777777. Windows color (decimal): -2673191 or 14235095. OLE color: 14235095.
HSL color Cylindrical-coordinate representation of color #D735D9: hue angle of 299.27º 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 #D735D9 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 53 | 217 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.15 |
| HSL | 299.27º | 0.68% | 0.53% | - |
| HSV(B) | 299.27º | 0.76% | 0.85% | - |
| XYZ | 41.82 | 22 | 67.69 | - |
| YUV | 120.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 217 | 0.01 | 0.76 | 0 | 0.15 | 299.27 | 0.68 | 0.53 |
| Hex | D7 | 35 | D9 | 1 | 4C | 0 | F | 12B | 44 | 35 |
| Octal | 327 | 65 | 331 | 1 | 114 | 0 | 17 | 453 | 104 | 65 |
| Binary | 11010111 | 110101 | 11011001 | 1 | 1001100 | 0 | 1111 | 100101011 | 1000100 | 110101 |
Color Harmonies of #D735D9
Complementary color
Monochromatic Colors of #D735D9
Black with #D735D9
Text Example
Text Example
White with #D735D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735D9; }
p { color: rgb(215,53,217); }
H1.HeaderClassName
{
color: #D735D9;
}
.AnyTagClassName
{
color: #D735D9;
}
</style>
background-color css
<style>
a { background-color: #D735D9; }
a { background-color: rgb(215,53,217); }
div.DivClassName
{
background-color: #D735D9;
}
.BgClassName
{
background-color: #D735D9;
}
</style>
border-color css
<style>
span { border-color: #D735D9; }
span { border-color: rgb(215,53,217); }
td.TdClassName
{
border-color: #D735D9;
}
.TagClassName
{
border-color: #D735D9;
}
</style>