Html Css Color HEX #D955DF Free Speech Magenta
📋 copy color: '#D955DF'red 217 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #D955DF
Tints of Free Speech Magenta #D955DF
RGB
CMYK
RGB Variations
Color information
#D955DF (or 0xD955DF) is known color: Free Speech Magenta. HEX triplet: D9, 55 and DF. RGB value is (217,85,223). Sum of RGB (Red+Green+Blue) = 217+85+223=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #D955DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955DF is #26AA20. Grayscale: #8B8B8B. Windows color (decimal): -2533921 or 14636505. OLE color: 14636505.
HSL color Cylindrical-coordinate representation of color #D955DF: hue angle of 297.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D955DF is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 85 | 223 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.13 |
| HSL | 297.39º | 0.68% | 0.6% | - |
| HSV(B) | 297.39º | 0.62% | 0.87% | - |
| XYZ | 45.18 | 26.58 | 72.56 | - |
| YUV | 140.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 223 | 0.03 | 0.62 | 0 | 0.13 | 297.39 | 0.68 | 0.6 |
| Hex | D9 | 55 | DF | 3 | 3E | 0 | D | 129 | 44 | 3C |
| Octal | 331 | 125 | 337 | 3 | 76 | 0 | 15 | 451 | 104 | 74 |
| Binary | 11011001 | 1010101 | 11011111 | 11 | 111110 | 0 | 1101 | 100101001 | 1000100 | 111100 |
Color Harmonies of #D955DF
Complementary color
Monochromatic Colors of #D955DF
Black with #D955DF
Text Example
Text Example
White with #D955DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955DF; }
p { color: rgb(217,85,223); }
H1.HeaderClassName
{
color: #D955DF;
}
.AnyTagClassName
{
color: #D955DF;
}
</style>
background-color css
<style>
a { background-color: #D955DF; }
a { background-color: rgb(217,85,223); }
div.DivClassName
{
background-color: #D955DF;
}
.BgClassName
{
background-color: #D955DF;
}
</style>
border-color css
<style>
span { border-color: #D955DF; }
span { border-color: rgb(217,85,223); }
td.TdClassName
{
border-color: #D955DF;
}
.TagClassName
{
border-color: #D955DF;
}
</style>