Html Css Color HEX #D754DA Free Speech Magenta
📋 copy color: '#D754DA'red 215 ◦ green 84 ◦ blue 218
Shades of Free Speech Magenta #D754DA
Tints of Free Speech Magenta #D754DA
RGB
CMYK
RGB Variations
Color information
#D754DA (or 0xD754DA) is known color: Free Speech Magenta. HEX triplet: D7, 54 and DA. RGB value is (215,84,218). Sum of RGB (Red+Green+Blue) = 215+84+218=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #D754DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754DA is #28AB25. Grayscale: #8A8A8A. Windows color (decimal): -2665254 or 14308567. OLE color: 14308567.
HSL color Cylindrical-coordinate representation of color #D754DA: hue angle of 298.66º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754DA is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 84 | 218 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.15 |
| HSL | 298.66º | 0.64% | 0.59% | - |
| HSV(B) | 298.66º | 0.61% | 0.85% | - |
| XYZ | 43.85 | 25.85 | 69.01 | - |
| YUV | 138.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 218 | 0.01 | 0.61 | 0 | 0.15 | 298.66 | 0.64 | 0.59 |
| Hex | D7 | 54 | DA | 1 | 3D | 0 | F | 12B | 40 | 3B |
| Octal | 327 | 124 | 332 | 1 | 75 | 0 | 17 | 453 | 100 | 73 |
| Binary | 11010111 | 1010100 | 11011010 | 1 | 111101 | 0 | 1111 | 100101011 | 1000000 | 111011 |
Color Harmonies of #D754DA
Complementary color
Monochromatic Colors of #D754DA
Black with #D754DA
Text Example
Text Example
White with #D754DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754DA; }
p { color: rgb(215,84,218); }
H1.HeaderClassName
{
color: #D754DA;
}
.AnyTagClassName
{
color: #D754DA;
}
</style>
background-color css
<style>
a { background-color: #D754DA; }
a { background-color: rgb(215,84,218); }
div.DivClassName
{
background-color: #D754DA;
}
.BgClassName
{
background-color: #D754DA;
}
</style>
border-color css
<style>
span { border-color: #D754DA; }
span { border-color: rgb(215,84,218); }
td.TdClassName
{
border-color: #D754DA;
}
.TagClassName
{
border-color: #D754DA;
}
</style>