Html Css Color HEX #D735F0 Free Speech Magenta
📋 copy color: '#D735F0'red 215 ◦ green 53 ◦ blue 240
Shades of Free Speech Magenta #D735F0
Tints of Free Speech Magenta #D735F0
RGB
CMYK
RGB Variations
Color information
#D735F0 (or 0xD735F0) is known color: Free Speech Magenta. HEX triplet: D7, 35 and F0. RGB value is (215,53,240). Sum of RGB (Red+Green+Blue) = 215+53+240=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 53 (21.09% from 255 or 10.43% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #D735F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D735F0 is #28CA0F. Grayscale: #7A7A7A. Windows color (decimal): -2673168 or 15742423. OLE color: 15742423.
HSL color Cylindrical-coordinate representation of color #D735F0: hue angle of 291.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D735F0 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 53 | 240 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.06 |
| HSL | 291.98º | 0.86% | 0.57% | - |
| HSV(B) | 291.98º | 0.78% | 0.94% | - |
| XYZ | 45.03 | 23.28 | 84.56 | - |
| YUV | 122.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 240 | 0.10 | 0.78 | 0 | 0.06 | 291.98 | 0.86 | 0.57 |
| Hex | D7 | 35 | F0 | A | 4E | 0 | 6 | 124 | 56 | 39 |
| Octal | 327 | 65 | 360 | 12 | 116 | 0 | 6 | 444 | 126 | 71 |
| Binary | 11010111 | 110101 | 11110000 | 1010 | 1001110 | 0 | 110 | 100100100 | 1010110 | 111001 |
Color Harmonies of #D735F0
Complementary color
Monochromatic Colors of #D735F0
Black with #D735F0
Text Example
Text Example
White with #D735F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735F0; }
p { color: rgb(215,53,240); }
H1.HeaderClassName
{
color: #D735F0;
}
.AnyTagClassName
{
color: #D735F0;
}
</style>
background-color css
<style>
a { background-color: #D735F0; }
a { background-color: rgb(215,53,240); }
div.DivClassName
{
background-color: #D735F0;
}
.BgClassName
{
background-color: #D735F0;
}
</style>
border-color css
<style>
span { border-color: #D735F0; }
span { border-color: rgb(215,53,240); }
td.TdClassName
{
border-color: #D735F0;
}
.TagClassName
{
border-color: #D735F0;
}
</style>