Html Css Color HEX #D954D4 Free Speech Magenta
📋 copy color: '#D954D4'red 217 ◦ green 84 ◦ blue 212
Shades of Free Speech Magenta #D954D4
Tints of Free Speech Magenta #D954D4
RGB
CMYK
RGB Variations
Color information
#D954D4 (or 0xD954D4) is known color: Free Speech Magenta. HEX triplet: D9, 54 and D4. RGB value is (217,84,212). Sum of RGB (Red+Green+Blue) = 217+84+212=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D954D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954D4 is #26AB2B. Grayscale: #898989. Windows color (decimal): -2534188 or 13915353. OLE color: 13915353.
HSL color Cylindrical-coordinate representation of color #D954D4: hue angle of 302.26º 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 #D954D4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 212 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.15 |
| HSL | 302.26º | 0.64% | 0.59% | - |
| HSV(B) | 302.26º | 0.61% | 0.85% | - |
| XYZ | 43.67 | 25.85 | 64.97 | - |
| YUV | 138.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 212 | 0 | 0.61 | 0.02 | 0.15 | 302.26 | 0.64 | 0.59 |
| Hex | D9 | 54 | D4 | 0 | 3D | 2 | F | 12E | 40 | 3B |
| Octal | 331 | 124 | 324 | 0 | 75 | 2 | 17 | 456 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11010100 | 0 | 111101 | 10 | 1111 | 100101110 | 1000000 | 111011 |
Color Harmonies of #D954D4
Complementary color
Monochromatic Colors of #D954D4
Black with #D954D4
Text Example
Text Example
White with #D954D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954D4; }
p { color: rgb(217,84,212); }
H1.HeaderClassName
{
color: #D954D4;
}
.AnyTagClassName
{
color: #D954D4;
}
</style>
background-color css
<style>
a { background-color: #D954D4; }
a { background-color: rgb(217,84,212); }
div.DivClassName
{
background-color: #D954D4;
}
.BgClassName
{
background-color: #D954D4;
}
</style>
border-color css
<style>
span { border-color: #D954D4; }
span { border-color: rgb(217,84,212); }
td.TdClassName
{
border-color: #D954D4;
}
.TagClassName
{
border-color: #D954D4;
}
</style>