Html Css Color HEX #D955CE Free Speech Magenta
📋 copy color: '#D955CE'red 217 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #D955CE
Tints of Free Speech Magenta #D955CE
RGB
CMYK
RGB Variations
Color information
#D955CE (or 0xD955CE) is known color: Free Speech Magenta. HEX triplet: D9, 55 and CE. RGB value is (217,85,206). Sum of RGB (Red+Green+Blue) = 217+85+206=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D955CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955CE is #26AA31. Grayscale: #898989. Windows color (decimal): -2533938 or 13522393. OLE color: 13522393.
HSL color Cylindrical-coordinate representation of color #D955CE: hue angle of 305º 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 #D955CE is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 206 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.15 |
| HSL | 305º | 0.63% | 0.59% | - |
| HSV(B) | 305º | 0.61% | 0.85% | - |
| XYZ | 43 | 25.7 | 61.09 | - |
| YUV | 138.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 206 | 0 | 0.61 | 0.05 | 0.15 | 305 | 0.63 | 0.59 |
| Hex | D9 | 55 | CE | 0 | 3D | 5 | F | 131 | 3F | 3B |
| Octal | 331 | 125 | 316 | 0 | 75 | 5 | 17 | 461 | 77 | 73 |
| Binary | 11011001 | 1010101 | 11001110 | 0 | 111101 | 101 | 1111 | 100110001 | 111111 | 111011 |
Color Harmonies of #D955CE
Complementary color
Monochromatic Colors of #D955CE
Black with #D955CE
Text Example
Text Example
White with #D955CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955CE; }
p { color: rgb(217,85,206); }
H1.HeaderClassName
{
color: #D955CE;
}
.AnyTagClassName
{
color: #D955CE;
}
</style>
background-color css
<style>
a { background-color: #D955CE; }
a { background-color: rgb(217,85,206); }
div.DivClassName
{
background-color: #D955CE;
}
.BgClassName
{
background-color: #D955CE;
}
</style>
border-color css
<style>
span { border-color: #D955CE; }
span { border-color: rgb(217,85,206); }
td.TdClassName
{
border-color: #D955CE;
}
.TagClassName
{
border-color: #D955CE;
}
</style>