Html Css Color HEX #D735F2 Free Speech Magenta
📋 copy color: '#D735F2'red 215 ◦ green 53 ◦ blue 242
Shades of Free Speech Magenta #D735F2
Tints of Free Speech Magenta #D735F2
RGB
CMYK
RGB Variations
Color information
#D735F2 (or 0xD735F2) is known color: Free Speech Magenta. HEX triplet: D7, 35 and F2. RGB value is (215,53,242). Sum of RGB (Red+Green+Blue) = 215+53+242=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 53 (21.09% from 255 or 10.39% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #D735F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D735F2 is #28CA0D. Grayscale: #7A7A7A. Windows color (decimal): -2673166 or 15873495. OLE color: 15873495.
HSL color Cylindrical-coordinate representation of color #D735F2: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D735F2 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 53 | 242 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.05 |
| HSL | 291.43º | 0.88% | 0.58% | - |
| HSV(B) | 291.43º | 0.78% | 0.95% | - |
| XYZ | 45.32 | 23.4 | 86.13 | - |
| YUV | 122.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 242 | 0.11 | 0.78 | 0 | 0.05 | 291.43 | 0.88 | 0.58 |
| Hex | D7 | 35 | F2 | B | 4E | 0 | 5 | 123 | 58 | 3A |
| Octal | 327 | 65 | 362 | 13 | 116 | 0 | 5 | 443 | 130 | 72 |
| Binary | 11010111 | 110101 | 11110010 | 1011 | 1001110 | 0 | 101 | 100100011 | 1011000 | 111010 |
Color Harmonies of #D735F2
Complementary color
Monochromatic Colors of #D735F2
Black with #D735F2
Text Example
Text Example
White with #D735F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735F2; }
p { color: rgb(215,53,242); }
H1.HeaderClassName
{
color: #D735F2;
}
.AnyTagClassName
{
color: #D735F2;
}
</style>
background-color css
<style>
a { background-color: #D735F2; }
a { background-color: rgb(215,53,242); }
div.DivClassName
{
background-color: #D735F2;
}
.BgClassName
{
background-color: #D735F2;
}
</style>
border-color css
<style>
span { border-color: #D735F2; }
span { border-color: rgb(215,53,242); }
td.TdClassName
{
border-color: #D735F2;
}
.TagClassName
{
border-color: #D735F2;
}
</style>