Html Css Color HEX #D753E7 Free Speech Magenta
📋 copy color: '#D753E7'red 215 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #D753E7
Tints of Free Speech Magenta #D753E7
RGB
CMYK
RGB Variations
Color information
#D753E7 (or 0xD753E7) is known color: Free Speech Magenta. HEX triplet: D7, 53 and E7. RGB value is (215,83,231). Sum of RGB (Red+Green+Blue) = 215+83+231=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #D753E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D753E7 is #28AC18. Grayscale: #8A8A8A. Windows color (decimal): -2665497 or 15160279. OLE color: 15160279.
HSL color Cylindrical-coordinate representation of color #D753E7: hue angle of 293.51º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D753E7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 83 | 231 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.09 |
| HSL | 293.51º | 0.76% | 0.62% | - |
| HSV(B) | 293.51º | 0.64% | 0.91% | - |
| XYZ | 45.54 | 26.4 | 78.3 | - |
| YUV | 139.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 231 | 0.07 | 0.64 | 0 | 0.09 | 293.51 | 0.76 | 0.62 |
| Hex | D7 | 53 | E7 | 7 | 40 | 0 | 9 | 126 | 4C | 3E |
| Octal | 327 | 123 | 347 | 7 | 100 | 0 | 11 | 446 | 114 | 76 |
| Binary | 11010111 | 1010011 | 11100111 | 111 | 1000000 | 0 | 1001 | 100100110 | 1001100 | 111110 |
Color Harmonies of #D753E7
Complementary color
Monochromatic Colors of #D753E7
Black with #D753E7
Text Example
Text Example
White with #D753E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753E7; }
p { color: rgb(215,83,231); }
H1.HeaderClassName
{
color: #D753E7;
}
.AnyTagClassName
{
color: #D753E7;
}
</style>
background-color css
<style>
a { background-color: #D753E7; }
a { background-color: rgb(215,83,231); }
div.DivClassName
{
background-color: #D753E7;
}
.BgClassName
{
background-color: #D753E7;
}
</style>
border-color css
<style>
span { border-color: #D753E7; }
span { border-color: rgb(215,83,231); }
td.TdClassName
{
border-color: #D753E7;
}
.TagClassName
{
border-color: #D753E7;
}
</style>