Html Css Color HEX #D754E5 Free Speech Magenta
📋 copy color: '#D754E5'red 215 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #D754E5
Tints of Free Speech Magenta #D754E5
RGB
CMYK
RGB Variations
Color information
#D754E5 (or 0xD754E5) is known color: Free Speech Magenta. HEX triplet: D7, 54 and E5. RGB value is (215,84,229). Sum of RGB (Red+Green+Blue) = 215+84+229=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #D754E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754E5 is #28AB1A. Grayscale: #8B8B8B. Windows color (decimal): -2665243 or 15029463. OLE color: 15029463.
HSL color Cylindrical-coordinate representation of color #D754E5: hue angle of 294.21º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D754E5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 84 | 229 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.10 |
| HSL | 294.21º | 0.74% | 0.61% | - |
| HSV(B) | 294.21º | 0.63% | 0.9% | - |
| XYZ | 45.34 | 26.44 | 76.84 | - |
| YUV | 139.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 229 | 0.06 | 0.63 | 0 | 0.10 | 294.21 | 0.74 | 0.61 |
| Hex | D7 | 54 | E5 | 6 | 3F | 0 | A | 126 | 4A | 3D |
| Octal | 327 | 124 | 345 | 6 | 77 | 0 | 12 | 446 | 112 | 75 |
| Binary | 11010111 | 1010100 | 11100101 | 110 | 111111 | 0 | 1010 | 100100110 | 1001010 | 111101 |
Color Harmonies of #D754E5
Complementary color
Monochromatic Colors of #D754E5
Black with #D754E5
Text Example
Text Example
White with #D754E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754E5; }
p { color: rgb(215,84,229); }
H1.HeaderClassName
{
color: #D754E5;
}
.AnyTagClassName
{
color: #D754E5;
}
</style>
background-color css
<style>
a { background-color: #D754E5; }
a { background-color: rgb(215,84,229); }
div.DivClassName
{
background-color: #D754E5;
}
.BgClassName
{
background-color: #D754E5;
}
</style>
border-color css
<style>
span { border-color: #D754E5; }
span { border-color: rgb(215,84,229); }
td.TdClassName
{
border-color: #D754E5;
}
.TagClassName
{
border-color: #D754E5;
}
</style>