Html Css Color HEX #D855C3 Free Speech Magenta
📋 copy color: '#D855C3'red 216 ◦ green 85 ◦ blue 195
Shades of Free Speech Magenta #D855C3
Tints of Free Speech Magenta #D855C3
RGB
CMYK
RGB Variations
Color information
#D855C3 (or 0xD855C3) is known color: Free Speech Magenta. HEX triplet: D8, 55 and C3. RGB value is (216,85,195). Sum of RGB (Red+Green+Blue) = 216+85+195=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C3 is #27AA3C. Grayscale: #888888. Windows color (decimal): -2599485 or 12801496. OLE color: 12801496.
HSL color Cylindrical-coordinate representation of color #D855C3: hue angle of 309.62º 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 #D855C3 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 195 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.15 |
| HSL | 309.62º | 0.63% | 0.59% | - |
| HSV(B) | 309.62º | 0.61% | 0.85% | - |
| XYZ | 41.42 | 25.04 | 54.28 | - |
| YUV | 136.71 | 160.9 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 195 | 0 | 0.61 | 0.10 | 0.15 | 309.62 | 0.63 | 0.59 |
| Hex | D8 | 55 | C3 | 0 | 3D | A | F | 136 | 3F | 3B |
| Octal | 330 | 125 | 303 | 0 | 75 | 12 | 17 | 466 | 77 | 73 |
| Binary | 11011000 | 1010101 | 11000011 | 0 | 111101 | 1010 | 1111 | 100110110 | 111111 | 111011 |
Color Harmonies of #D855C3
Complementary color
Monochromatic Colors of #D855C3
Black with #D855C3
Text Example
Text Example
White with #D855C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855C3; }
p { color: rgb(216,85,195); }
H1.HeaderClassName
{
color: #D855C3;
}
.AnyTagClassName
{
color: #D855C3;
}
</style>
background-color css
<style>
a { background-color: #D855C3; }
a { background-color: rgb(216,85,195); }
div.DivClassName
{
background-color: #D855C3;
}
.BgClassName
{
background-color: #D855C3;
}
</style>
border-color css
<style>
span { border-color: #D855C3; }
span { border-color: rgb(216,85,195); }
td.TdClassName
{
border-color: #D855C3;
}
.TagClassName
{
border-color: #D855C3;
}
</style>