Html Css Color HEX #D955BF Free Speech Magenta
📋 copy color: '#D955BF'red 217 ◦ green 85 ◦ blue 191
Shades of Free Speech Magenta #D955BF
Tints of Free Speech Magenta #D955BF
RGB
CMYK
RGB Variations
Color information
#D955BF (or 0xD955BF) is known color: Free Speech Magenta. HEX triplet: D9, 55 and BF. RGB value is (217,85,191). Sum of RGB (Red+Green+Blue) = 217+85+191=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BF is #26AA40. Grayscale: #888888. Windows color (decimal): -2533953 or 12539353. OLE color: 12539353.
HSL color Cylindrical-coordinate representation of color #D955BF: hue angle of 311.82º degrees, saturation: 0.63, 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 #D955BF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 191 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 311.82º | 0.63% | 0.59% | - |
| HSV(B) | 311.82º | 0.61% | 0.85% | - |
| XYZ | 41.27 | 25.01 | 51.94 | - |
| YUV | 136.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 191 | 0 | 0.61 | 0.12 | 0.15 | 311.82 | 0.63 | 0.59 |
| Hex | D9 | 55 | BF | 0 | 3D | C | F | 138 | 3F | 3B |
| Octal | 331 | 125 | 277 | 0 | 75 | 14 | 17 | 470 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111111 | 0 | 111101 | 1100 | 1111 | 100111000 | 111111 | 111011 |
Color Harmonies of #D955BF
Complementary color
Monochromatic Colors of #D955BF
Black with #D955BF
Text Example
Text Example
White with #D955BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BF; }
p { color: rgb(217,85,191); }
H1.HeaderClassName
{
color: #D955BF;
}
.AnyTagClassName
{
color: #D955BF;
}
</style>
background-color css
<style>
a { background-color: #D955BF; }
a { background-color: rgb(217,85,191); }
div.DivClassName
{
background-color: #D955BF;
}
.BgClassName
{
background-color: #D955BF;
}
</style>
border-color css
<style>
span { border-color: #D955BF; }
span { border-color: rgb(217,85,191); }
td.TdClassName
{
border-color: #D955BF;
}
.TagClassName
{
border-color: #D955BF;
}
</style>