Html Css Color HEX #D954CE Free Speech Magenta
📋 copy color: '#D954CE'red 217 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #D954CE
Tints of Free Speech Magenta #D954CE
RGB
CMYK
RGB Variations
Color information
#D954CE (or 0xD954CE) is known color: Free Speech Magenta. HEX triplet: D9, 54 and CE. RGB value is (217,84,206). Sum of RGB (Red+Green+Blue) = 217+84+206=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D954CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954CE is #26AB31. Grayscale: #898989. Windows color (decimal): -2534194 or 13522137. OLE color: 13522137.
HSL color Cylindrical-coordinate representation of color #D954CE: hue angle of 304.96º 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 #D954CE is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 206 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.15 |
| HSL | 304.96º | 0.64% | 0.59% | - |
| HSV(B) | 304.96º | 0.61% | 0.85% | - |
| XYZ | 42.93 | 25.55 | 61.06 | - |
| YUV | 137.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 206 | 0 | 0.61 | 0.05 | 0.15 | 304.96 | 0.64 | 0.59 |
| Hex | D9 | 54 | CE | 0 | 3D | 5 | F | 131 | 40 | 3B |
| Octal | 331 | 124 | 316 | 0 | 75 | 5 | 17 | 461 | 100 | 73 |
| Binary | 11011001 | 1010100 | 11001110 | 0 | 111101 | 101 | 1111 | 100110001 | 1000000 | 111011 |
Color Harmonies of #D954CE
Complementary color
Monochromatic Colors of #D954CE
Black with #D954CE
Text Example
Text Example
White with #D954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954CE; }
p { color: rgb(217,84,206); }
H1.HeaderClassName
{
color: #D954CE;
}
.AnyTagClassName
{
color: #D954CE;
}
</style>
background-color css
<style>
a { background-color: #D954CE; }
a { background-color: rgb(217,84,206); }
div.DivClassName
{
background-color: #D954CE;
}
.BgClassName
{
background-color: #D954CE;
}
</style>
border-color css
<style>
span { border-color: #D954CE; }
span { border-color: rgb(217,84,206); }
td.TdClassName
{
border-color: #D954CE;
}
.TagClassName
{
border-color: #D954CE;
}
</style>