Html Css Color HEX #D954D2 Free Speech Magenta
📋 copy color: '#D954D2'red 217 ◦ green 84 ◦ blue 210
Shades of Free Speech Magenta #D954D2
Tints of Free Speech Magenta #D954D2
RGB
CMYK
RGB Variations
Color information
#D954D2 (or 0xD954D2) is known color: Free Speech Magenta. HEX triplet: D9, 54 and D2. RGB value is (217,84,210). Sum of RGB (Red+Green+Blue) = 217+84+210=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D954D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954D2 is #26AB2D. Grayscale: #898989. Windows color (decimal): -2534190 or 13784281. OLE color: 13784281.
HSL color Cylindrical-coordinate representation of color #D954D2: hue angle of 303.16º 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 #D954D2 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 210 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.15 |
| HSL | 303.16º | 0.64% | 0.59% | - |
| HSV(B) | 303.16º | 0.61% | 0.85% | - |
| XYZ | 43.42 | 25.75 | 63.65 | - |
| YUV | 138.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 210 | 0 | 0.61 | 0.03 | 0.15 | 303.16 | 0.64 | 0.59 |
| Hex | D9 | 54 | D2 | 0 | 3D | 3 | F | 12F | 40 | 3B |
| Octal | 331 | 124 | 322 | 0 | 75 | 3 | 17 | 457 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11010010 | 0 | 111101 | 11 | 1111 | 100101111 | 1000000 | 111011 |
Color Harmonies of #D954D2
Complementary color
Monochromatic Colors of #D954D2
Black with #D954D2
Text Example
Text Example
White with #D954D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954D2; }
p { color: rgb(217,84,210); }
H1.HeaderClassName
{
color: #D954D2;
}
.AnyTagClassName
{
color: #D954D2;
}
</style>
background-color css
<style>
a { background-color: #D954D2; }
a { background-color: rgb(217,84,210); }
div.DivClassName
{
background-color: #D954D2;
}
.BgClassName
{
background-color: #D954D2;
}
</style>
border-color css
<style>
span { border-color: #D954D2; }
span { border-color: rgb(217,84,210); }
td.TdClassName
{
border-color: #D954D2;
}
.TagClassName
{
border-color: #D954D2;
}
</style>