Html Css Color HEX #D754EA Free Speech Magenta
📋 copy color: '#D754EA'red 215 ◦ green 84 ◦ blue 234
Shades of Free Speech Magenta #D754EA
Tints of Free Speech Magenta #D754EA
RGB
CMYK
RGB Variations
Color information
#D754EA (or 0xD754EA) is known color: Free Speech Magenta. HEX triplet: D7, 54 and EA. RGB value is (215,84,234). Sum of RGB (Red+Green+Blue) = 215+84+234=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #D754EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754EA is #28AB15. Grayscale: #8B8B8B. Windows color (decimal): -2665238 or 15357143. OLE color: 15357143.
HSL color Cylindrical-coordinate representation of color #D754EA: hue angle of 292.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D754EA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 84 | 234 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.08 |
| HSL | 292.4º | 0.78% | 0.62% | - |
| HSV(B) | 292.4º | 0.64% | 0.92% | - |
| XYZ | 46.05 | 26.73 | 80.57 | - |
| YUV | 140.27 | 180.9 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 234 | 0.08 | 0.64 | 0 | 0.08 | 292.4 | 0.78 | 0.62 |
| Hex | D7 | 54 | EA | 8 | 40 | 0 | 8 | 124 | 4E | 3E |
| Octal | 327 | 124 | 352 | 10 | 100 | 0 | 10 | 444 | 116 | 76 |
| Binary | 11010111 | 1010100 | 11101010 | 1000 | 1000000 | 0 | 1000 | 100100100 | 1001110 | 111110 |
Color Harmonies of #D754EA
Complementary color
Monochromatic Colors of #D754EA
Black with #D754EA
Text Example
Text Example
White with #D754EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754EA; }
p { color: rgb(215,84,234); }
H1.HeaderClassName
{
color: #D754EA;
}
.AnyTagClassName
{
color: #D754EA;
}
</style>
background-color css
<style>
a { background-color: #D754EA; }
a { background-color: rgb(215,84,234); }
div.DivClassName
{
background-color: #D754EA;
}
.BgClassName
{
background-color: #D754EA;
}
</style>
border-color css
<style>
span { border-color: #D754EA; }
span { border-color: rgb(215,84,234); }
td.TdClassName
{
border-color: #D754EA;
}
.TagClassName
{
border-color: #D754EA;
}
</style>