Html Css Color HEX #D954D0 Free Speech Magenta
📋 copy color: '#D954D0'red 217 ◦ green 84 ◦ blue 208
Shades of Free Speech Magenta #D954D0
Tints of Free Speech Magenta #D954D0
RGB
CMYK
RGB Variations
Color information
#D954D0 (or 0xD954D0) is known color: Free Speech Magenta. HEX triplet: D9, 54 and D0. RGB value is (217,84,208). Sum of RGB (Red+Green+Blue) = 217+84+208=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D954D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954D0 is #26AB2F. Grayscale: #898989. Windows color (decimal): -2534192 or 13653209. OLE color: 13653209.
HSL color Cylindrical-coordinate representation of color #D954D0: hue angle of 304.06º 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 #D954D0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 208 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.15 |
| HSL | 304.06º | 0.64% | 0.59% | - |
| HSV(B) | 304.06º | 0.61% | 0.85% | - |
| XYZ | 43.17 | 25.65 | 62.35 | - |
| YUV | 137.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 208 | 0 | 0.61 | 0.04 | 0.15 | 304.06 | 0.64 | 0.59 |
| Hex | D9 | 54 | D0 | 0 | 3D | 4 | F | 130 | 40 | 3B |
| Octal | 331 | 124 | 320 | 0 | 75 | 4 | 17 | 460 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11010000 | 0 | 111101 | 100 | 1111 | 100110000 | 1000000 | 111011 |
Color Harmonies of #D954D0
Complementary color
Monochromatic Colors of #D954D0
Black with #D954D0
Text Example
Text Example
White with #D954D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954D0; }
p { color: rgb(217,84,208); }
H1.HeaderClassName
{
color: #D954D0;
}
.AnyTagClassName
{
color: #D954D0;
}
</style>
background-color css
<style>
a { background-color: #D954D0; }
a { background-color: rgb(217,84,208); }
div.DivClassName
{
background-color: #D954D0;
}
.BgClassName
{
background-color: #D954D0;
}
</style>
border-color css
<style>
span { border-color: #D954D0; }
span { border-color: rgb(217,84,208); }
td.TdClassName
{
border-color: #D954D0;
}
.TagClassName
{
border-color: #D954D0;
}
</style>