Html Css Color HEX #D85BC8 Free Speech Magenta
📋 copy color: '#D85BC8'red 216 ◦ green 91 ◦ blue 200
Shades of Free Speech Magenta #D85BC8
Tints of Free Speech Magenta #D85BC8
RGB
CMYK
RGB Variations
Color information
#D85BC8 (or 0xD85BC8) is known color: Free Speech Magenta. HEX triplet: D8, 5B and C8. RGB value is (216,91,200). Sum of RGB (Red+Green+Blue) = 216+91+200=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BC8 is #27A437. Grayscale: #8C8C8C. Windows color (decimal): -2597944 or 13130712. OLE color: 13130712.
HSL color Cylindrical-coordinate representation of color #D85BC8: hue angle of 307.68º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85BC8 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 200 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.15 |
| HSL | 307.68º | 0.62% | 0.6% | - |
| HSV(B) | 307.68º | 0.58% | 0.85% | - |
| XYZ | 42.49 | 26.25 | 57.47 | - |
| YUV | 140.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 200 | 0 | 0.58 | 0.07 | 0.15 | 307.68 | 0.62 | 0.6 |
| Hex | D8 | 5B | C8 | 0 | 3A | 7 | F | 134 | 3E | 3C |
| Octal | 330 | 133 | 310 | 0 | 72 | 7 | 17 | 464 | 76 | 74 |
| Binary | 11011000 | 1011011 | 11001000 | 0 | 111010 | 111 | 1111 | 100110100 | 111110 | 111100 |
Color Harmonies of #D85BC8
Complementary color
Monochromatic Colors of #D85BC8
Black with #D85BC8
Text Example
Text Example
White with #D85BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BC8; }
p { color: rgb(216,91,200); }
H1.HeaderClassName
{
color: #D85BC8;
}
.AnyTagClassName
{
color: #D85BC8;
}
</style>
background-color css
<style>
a { background-color: #D85BC8; }
a { background-color: rgb(216,91,200); }
div.DivClassName
{
background-color: #D85BC8;
}
.BgClassName
{
background-color: #D85BC8;
}
</style>
border-color css
<style>
span { border-color: #D85BC8; }
span { border-color: rgb(216,91,200); }
td.TdClassName
{
border-color: #D85BC8;
}
.TagClassName
{
border-color: #D85BC8;
}
</style>