Html Css Color HEX #D754D4 Free Speech Magenta
📋 copy color: '#D754D4'red 215 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #D754D4
Tints of Free Speech Magenta #D754D4
RGB
CMYK
RGB Variations
Color information
#D754D4 (or 0xD754D4) is known color: Free Speech Magenta. HEX triplet: D7, 54 and D4. RGB value is (215,84,212). Sum of RGB (Red+Green+Blue) = 215+84+212=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D754D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754D4 is #28AB2B. Grayscale: #898989. Windows color (decimal): -2665260 or 13915351. OLE color: 13915351.
HSL color Cylindrical-coordinate representation of color #D754D4: hue angle of 301.37º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D754D4 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 212 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.16 |
| HSL | 301.37º | 0.62% | 0.59% | - |
| HSV(B) | 301.37º | 0.61% | 0.84% | - |
| XYZ | 43.08 | 25.54 | 64.95 | - |
| YUV | 137.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 212 | 0 | 0.61 | 0.01 | 0.16 | 301.37 | 0.62 | 0.59 |
| Hex | D7 | 54 | D4 | 0 | 3D | 1 | 10 | 12D | 3E | 3B |
| Octal | 327 | 124 | 324 | 0 | 75 | 1 | 20 | 455 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11010100 | 0 | 111101 | 1 | 10000 | 100101101 | 111110 | 111011 |
Color Harmonies of #D754D4
Complementary color
Monochromatic Colors of #D754D4
Black with #D754D4
Text Example
Text Example
White with #D754D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754D4; }
p { color: rgb(215,84,212); }
H1.HeaderClassName
{
color: #D754D4;
}
.AnyTagClassName
{
color: #D754D4;
}
</style>
background-color css
<style>
a { background-color: #D754D4; }
a { background-color: rgb(215,84,212); }
div.DivClassName
{
background-color: #D754D4;
}
.BgClassName
{
background-color: #D754D4;
}
</style>
border-color css
<style>
span { border-color: #D754D4; }
span { border-color: rgb(215,84,212); }
td.TdClassName
{
border-color: #D754D4;
}
.TagClassName
{
border-color: #D754D4;
}
</style>