Html Css Color HEX #D855C5 Free Speech Magenta
📋 copy color: '#D855C5'red 216 ◦ green 85 ◦ blue 197
Shades of Free Speech Magenta #D855C5
Tints of Free Speech Magenta #D855C5
RGB
CMYK
RGB Variations
Color information
#D855C5 (or 0xD855C5) is known color: Free Speech Magenta. HEX triplet: D8, 55 and C5. RGB value is (216,85,197). Sum of RGB (Red+Green+Blue) = 216+85+197=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C5 is #27AA3A. Grayscale: #888888. Windows color (decimal): -2599483 or 12932568. OLE color: 12932568.
HSL color Cylindrical-coordinate representation of color #D855C5: hue angle of 308.7º 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 #D855C5 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 197 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.15 |
| HSL | 308.7º | 0.63% | 0.59% | - |
| HSV(B) | 308.7º | 0.61% | 0.85% | - |
| XYZ | 41.65 | 25.13 | 55.48 | - |
| YUV | 136.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 197 | 0 | 0.61 | 0.09 | 0.15 | 308.7 | 0.63 | 0.59 |
| Hex | D8 | 55 | C5 | 0 | 3D | 9 | F | 135 | 3F | 3B |
| Octal | 330 | 125 | 305 | 0 | 75 | 11 | 17 | 465 | 77 | 73 |
| Binary | 11011000 | 1010101 | 11000101 | 0 | 111101 | 1001 | 1111 | 100110101 | 111111 | 111011 |
Color Harmonies of #D855C5
Complementary color
Monochromatic Colors of #D855C5
Black with #D855C5
Text Example
Text Example
White with #D855C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855C5; }
p { color: rgb(216,85,197); }
H1.HeaderClassName
{
color: #D855C5;
}
.AnyTagClassName
{
color: #D855C5;
}
</style>
background-color css
<style>
a { background-color: #D855C5; }
a { background-color: rgb(216,85,197); }
div.DivClassName
{
background-color: #D855C5;
}
.BgClassName
{
background-color: #D855C5;
}
</style>
border-color css
<style>
span { border-color: #D855C5; }
span { border-color: rgb(216,85,197); }
td.TdClassName
{
border-color: #D855C5;
}
.TagClassName
{
border-color: #D855C5;
}
</style>