Html Css Color HEX #D855C8 Free Speech Magenta
📋 copy color: '#D855C8'red 216 ◦ green 85 ◦ blue 200
Shades of Free Speech Magenta #D855C8
Tints of Free Speech Magenta #D855C8
RGB
CMYK
RGB Variations
Color information
#D855C8 (or 0xD855C8) is known color: Free Speech Magenta. HEX triplet: D8, 55 and C8. RGB value is (216,85,200). Sum of RGB (Red+Green+Blue) = 216+85+200=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C8 is #27AA37. Grayscale: #888888. Windows color (decimal): -2599480 or 13129176. OLE color: 13129176.
HSL color Cylindrical-coordinate representation of color #D855C8: hue angle of 307.33º 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 #D855C8 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 200 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.15 |
| HSL | 307.33º | 0.63% | 0.59% | - |
| HSV(B) | 307.33º | 0.61% | 0.85% | - |
| XYZ | 41.99 | 25.27 | 57.31 | - |
| YUV | 137.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 200 | 0 | 0.61 | 0.07 | 0.15 | 307.33 | 0.63 | 0.59 |
| Hex | D8 | 55 | C8 | 0 | 3D | 7 | F | 133 | 3F | 3B |
| Octal | 330 | 125 | 310 | 0 | 75 | 7 | 17 | 463 | 77 | 73 |
| Binary | 11011000 | 1010101 | 11001000 | 0 | 111101 | 111 | 1111 | 100110011 | 111111 | 111011 |
Color Harmonies of #D855C8
Complementary color
Monochromatic Colors of #D855C8
Black with #D855C8
Text Example
Text Example
White with #D855C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855C8; }
p { color: rgb(216,85,200); }
H1.HeaderClassName
{
color: #D855C8;
}
.AnyTagClassName
{
color: #D855C8;
}
</style>
background-color css
<style>
a { background-color: #D855C8; }
a { background-color: rgb(216,85,200); }
div.DivClassName
{
background-color: #D855C8;
}
.BgClassName
{
background-color: #D855C8;
}
</style>
border-color css
<style>
span { border-color: #D855C8; }
span { border-color: rgb(216,85,200); }
td.TdClassName
{
border-color: #D855C8;
}
.TagClassName
{
border-color: #D855C8;
}
</style>