Html Css Color HEX #D735E2 Free Speech Magenta
📋 copy color: '#D735E2'red 215 ◦ green 53 ◦ blue 226
Shades of Free Speech Magenta #D735E2
Tints of Free Speech Magenta #D735E2
RGB
CMYK
RGB Variations
Color information
#D735E2 (or 0xD735E2) is known color: Free Speech Magenta. HEX triplet: D7, 35 and E2. RGB value is (215,53,226). Sum of RGB (Red+Green+Blue) = 215+53+226=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #D735E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D735E2 is #28CA1D. Grayscale: #787878. Windows color (decimal): -2673182 or 14824919. OLE color: 14824919.
HSL color Cylindrical-coordinate representation of color #D735E2: hue angle of 296.18º 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 #D735E2 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 53 | 226 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.11 |
| HSL | 296.19º | 0.75% | 0.55% | - |
| HSV(B) | 296.19º | 0.77% | 0.89% | - |
| XYZ | 43.02 | 22.48 | 74.02 | - |
| YUV | 121.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 226 | 0.05 | 0.77 | 0 | 0.11 | 296.19 | 0.75 | 0.55 |
| Hex | D7 | 35 | E2 | 5 | 4D | 0 | B | 128 | 4B | 37 |
| Octal | 327 | 65 | 342 | 5 | 115 | 0 | 13 | 450 | 113 | 67 |
| Binary | 11010111 | 110101 | 11100010 | 101 | 1001101 | 0 | 1011 | 100101000 | 1001011 | 110111 |
Color Harmonies of #D735E2
Complementary color
Monochromatic Colors of #D735E2
Black with #D735E2
Text Example
Text Example
White with #D735E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735E2; }
p { color: rgb(215,53,226); }
H1.HeaderClassName
{
color: #D735E2;
}
.AnyTagClassName
{
color: #D735E2;
}
</style>
background-color css
<style>
a { background-color: #D735E2; }
a { background-color: rgb(215,53,226); }
div.DivClassName
{
background-color: #D735E2;
}
.BgClassName
{
background-color: #D735E2;
}
</style>
border-color css
<style>
span { border-color: #D735E2; }
span { border-color: rgb(215,53,226); }
td.TdClassName
{
border-color: #D735E2;
}
.TagClassName
{
border-color: #D735E2;
}
</style>