Html Css Color HEX #D858C5 Free Speech Magenta
📋 copy color: '#D858C5'red 216 ◦ green 88 ◦ blue 197
Shades of Free Speech Magenta #D858C5
Tints of Free Speech Magenta #D858C5
RGB
CMYK
RGB Variations
Color information
#D858C5 (or 0xD858C5) is known color: Free Speech Magenta. HEX triplet: D8, 58 and C5. RGB value is (216,88,197). Sum of RGB (Red+Green+Blue) = 216+88+197=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D858C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858C5 is #27A73A. Grayscale: #8A8A8A. Windows color (decimal): -2598715 or 12933336. OLE color: 12933336.
HSL color Cylindrical-coordinate representation of color #D858C5: hue angle of 308.91º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D858C5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 197 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.15 |
| HSL | 308.91º | 0.62% | 0.6% | - |
| HSV(B) | 308.91º | 0.59% | 0.85% | - |
| XYZ | 41.89 | 25.61 | 55.56 | - |
| YUV | 138.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 197 | 0 | 0.59 | 0.09 | 0.15 | 308.91 | 0.62 | 0.6 |
| Hex | D8 | 58 | C5 | 0 | 3B | 9 | F | 135 | 3E | 3C |
| Octal | 330 | 130 | 305 | 0 | 73 | 11 | 17 | 465 | 76 | 74 |
| Binary | 11011000 | 1011000 | 11000101 | 0 | 111011 | 1001 | 1111 | 100110101 | 111110 | 111100 |
Color Harmonies of #D858C5
Complementary color
Monochromatic Colors of #D858C5
Black with #D858C5
Text Example
Text Example
White with #D858C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D858C5; }
p { color: rgb(216,88,197); }
H1.HeaderClassName
{
color: #D858C5;
}
.AnyTagClassName
{
color: #D858C5;
}
</style>
background-color css
<style>
a { background-color: #D858C5; }
a { background-color: rgb(216,88,197); }
div.DivClassName
{
background-color: #D858C5;
}
.BgClassName
{
background-color: #D858C5;
}
</style>
border-color css
<style>
span { border-color: #D858C5; }
span { border-color: rgb(216,88,197); }
td.TdClassName
{
border-color: #D858C5;
}
.TagClassName
{
border-color: #D858C5;
}
</style>