Html Css Color HEX #D754D5 Free Speech Magenta
📋 copy color: '#D754D5'red 215 ◦ green 84 ◦ blue 213
Shades of Free Speech Magenta #D754D5
Tints of Free Speech Magenta #D754D5
RGB
CMYK
RGB Variations
Color information
#D754D5 (or 0xD754D5) is known color: Free Speech Magenta. HEX triplet: D7, 54 and D5. RGB value is (215,84,213). Sum of RGB (Red+Green+Blue) = 215+84+213=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D754D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754D5 is #28AB2A. Grayscale: #898989. Windows color (decimal): -2665259 or 13980887. OLE color: 13980887.
HSL color Cylindrical-coordinate representation of color #D754D5: hue angle of 300.92º 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 #D754D5 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 213 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.16 |
| HSL | 300.92º | 0.62% | 0.59% | - |
| HSV(B) | 300.92º | 0.61% | 0.84% | - |
| XYZ | 43.2 | 25.59 | 65.61 | - |
| YUV | 137.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 213 | 0 | 0.61 | 0.01 | 0.16 | 300.92 | 0.62 | 0.59 |
| Hex | D7 | 54 | D5 | 0 | 3D | 1 | 10 | 12D | 3E | 3B |
| Octal | 327 | 124 | 325 | 0 | 75 | 1 | 20 | 455 | 76 | 73 |
| Binary | 11010111 | 1010100 | 11010101 | 0 | 111101 | 1 | 10000 | 100101101 | 111110 | 111011 |
Color Harmonies of #D754D5
Complementary color
Monochromatic Colors of #D754D5
Black with #D754D5
Text Example
Text Example
White with #D754D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754D5; }
p { color: rgb(215,84,213); }
H1.HeaderClassName
{
color: #D754D5;
}
.AnyTagClassName
{
color: #D754D5;
}
</style>
background-color css
<style>
a { background-color: #D754D5; }
a { background-color: rgb(215,84,213); }
div.DivClassName
{
background-color: #D754D5;
}
.BgClassName
{
background-color: #D754D5;
}
</style>
border-color css
<style>
span { border-color: #D754D5; }
span { border-color: rgb(215,84,213); }
td.TdClassName
{
border-color: #D754D5;
}
.TagClassName
{
border-color: #D754D5;
}
</style>