Html Css Color HEX #D954C8 Free Speech Magenta
📋 copy color: '#D954C8'red 217 ◦ green 84 ◦ blue 200
Shades of Free Speech Magenta #D954C8
Tints of Free Speech Magenta #D954C8
RGB
CMYK
RGB Variations
Color information
#D954C8 (or 0xD954C8) is known color: Free Speech Magenta. HEX triplet: D9, 54 and C8. RGB value is (217,84,200). Sum of RGB (Red+Green+Blue) = 217+84+200=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D954C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954C8 is #26AB37. Grayscale: #888888. Windows color (decimal): -2534200 or 13128921. OLE color: 13128921.
HSL color Cylindrical-coordinate representation of color #D954C8: hue angle of 307.67º 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 #D954C8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 200 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.15 |
| HSL | 307.67º | 0.64% | 0.59% | - |
| HSV(B) | 307.67º | 0.61% | 0.85% | - |
| XYZ | 42.21 | 25.26 | 57.29 | - |
| YUV | 136.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 200 | 0 | 0.61 | 0.08 | 0.15 | 307.67 | 0.64 | 0.59 |
| Hex | D9 | 54 | C8 | 0 | 3D | 8 | F | 134 | 40 | 3B |
| Octal | 331 | 124 | 310 | 0 | 75 | 10 | 17 | 464 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11001000 | 0 | 111101 | 1000 | 1111 | 100110100 | 1000000 | 111011 |
Color Harmonies of #D954C8
Complementary color
Monochromatic Colors of #D954C8
Black with #D954C8
Text Example
Text Example
White with #D954C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954C8; }
p { color: rgb(217,84,200); }
H1.HeaderClassName
{
color: #D954C8;
}
.AnyTagClassName
{
color: #D954C8;
}
</style>
background-color css
<style>
a { background-color: #D954C8; }
a { background-color: rgb(217,84,200); }
div.DivClassName
{
background-color: #D954C8;
}
.BgClassName
{
background-color: #D954C8;
}
</style>
border-color css
<style>
span { border-color: #D954C8; }
span { border-color: rgb(217,84,200); }
td.TdClassName
{
border-color: #D954C8;
}
.TagClassName
{
border-color: #D954C8;
}
</style>