Html Css Color HEX #D954D1 Free Speech Magenta
📋 copy color: '#D954D1'red 217 ◦ green 84 ◦ blue 209
Shades of Free Speech Magenta #D954D1
Tints of Free Speech Magenta #D954D1
RGB
CMYK
RGB Variations
Color information
#D954D1 (or 0xD954D1) is known color: Free Speech Magenta. HEX triplet: D9, 54 and D1. RGB value is (217,84,209). Sum of RGB (Red+Green+Blue) = 217+84+209=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D954D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954D1 is #26AB2E. Grayscale: #898989. Windows color (decimal): -2534191 or 13718745. OLE color: 13718745.
HSL color Cylindrical-coordinate representation of color #D954D1: hue angle of 303.61º 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 #D954D1 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 209 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.15 |
| HSL | 303.61º | 0.64% | 0.59% | - |
| HSV(B) | 303.61º | 0.61% | 0.85% | - |
| XYZ | 43.29 | 25.7 | 63 | - |
| YUV | 138.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 209 | 0 | 0.61 | 0.04 | 0.15 | 303.61 | 0.64 | 0.59 |
| Hex | D9 | 54 | D1 | 0 | 3D | 4 | F | 130 | 40 | 3B |
| Octal | 331 | 124 | 321 | 0 | 75 | 4 | 17 | 460 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11010001 | 0 | 111101 | 100 | 1111 | 100110000 | 1000000 | 111011 |
Color Harmonies of #D954D1
Complementary color
Monochromatic Colors of #D954D1
Black with #D954D1
Text Example
Text Example
White with #D954D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954D1; }
p { color: rgb(217,84,209); }
H1.HeaderClassName
{
color: #D954D1;
}
.AnyTagClassName
{
color: #D954D1;
}
</style>
background-color css
<style>
a { background-color: #D954D1; }
a { background-color: rgb(217,84,209); }
div.DivClassName
{
background-color: #D954D1;
}
.BgClassName
{
background-color: #D954D1;
}
</style>
border-color css
<style>
span { border-color: #D954D1; }
span { border-color: rgb(217,84,209); }
td.TdClassName
{
border-color: #D954D1;
}
.TagClassName
{
border-color: #D954D1;
}
</style>