Html Css Color HEX #D754E7 Free Speech Magenta
📋 copy color: '#D754E7'red 215 ◦ green 84 ◦ blue 231
Shades of Free Speech Magenta #D754E7
Tints of Free Speech Magenta #D754E7
RGB
CMYK
RGB Variations
Color information
#D754E7 (or 0xD754E7) is known color: Free Speech Magenta. HEX triplet: D7, 54 and E7. RGB value is (215,84,231). Sum of RGB (Red+Green+Blue) = 215+84+231=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #D754E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754E7 is #28AB18. Grayscale: #8B8B8B. Windows color (decimal): -2665241 or 15160535. OLE color: 15160535.
HSL color Cylindrical-coordinate representation of color #D754E7: hue angle of 293.47º degrees, saturation: 0.75, 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 #D754E7 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 84 | 231 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.09 |
| HSL | 293.47º | 0.75% | 0.62% | - |
| HSV(B) | 293.47º | 0.64% | 0.91% | - |
| XYZ | 45.62 | 26.56 | 78.32 | - |
| YUV | 139.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 231 | 0.07 | 0.64 | 0 | 0.09 | 293.47 | 0.75 | 0.62 |
| Hex | D7 | 54 | E7 | 7 | 40 | 0 | 9 | 125 | 4B | 3E |
| Octal | 327 | 124 | 347 | 7 | 100 | 0 | 11 | 445 | 113 | 76 |
| Binary | 11010111 | 1010100 | 11100111 | 111 | 1000000 | 0 | 1001 | 100100101 | 1001011 | 111110 |
Color Harmonies of #D754E7
Complementary color
Monochromatic Colors of #D754E7
Black with #D754E7
Text Example
Text Example
White with #D754E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754E7; }
p { color: rgb(215,84,231); }
H1.HeaderClassName
{
color: #D754E7;
}
.AnyTagClassName
{
color: #D754E7;
}
</style>
background-color css
<style>
a { background-color: #D754E7; }
a { background-color: rgb(215,84,231); }
div.DivClassName
{
background-color: #D754E7;
}
.BgClassName
{
background-color: #D754E7;
}
</style>
border-color css
<style>
span { border-color: #D754E7; }
span { border-color: rgb(215,84,231); }
td.TdClassName
{
border-color: #D754E7;
}
.TagClassName
{
border-color: #D754E7;
}
</style>