Html Css Color HEX #D855D0 Free Speech Magenta
📋 copy color: '#D855D0'red 216 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #D855D0
Tints of Free Speech Magenta #D855D0
RGB
CMYK
RGB Variations
Color information
#D855D0 (or 0xD855D0) is known color: Free Speech Magenta. HEX triplet: D8, 55 and D0. RGB value is (216,85,208). Sum of RGB (Red+Green+Blue) = 216+85+208=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D855D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855D0 is #27AA2F. Grayscale: #898989. Windows color (decimal): -2599472 or 13653464. OLE color: 13653464.
HSL color Cylindrical-coordinate representation of color #D855D0: hue angle of 303.66º 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 #D855D0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 208 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.15 |
| HSL | 303.66º | 0.63% | 0.59% | - |
| HSV(B) | 303.66º | 0.61% | 0.85% | - |
| XYZ | 42.95 | 25.65 | 62.36 | - |
| YUV | 138.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 208 | 0 | 0.61 | 0.04 | 0.15 | 303.66 | 0.63 | 0.59 |
| Hex | D8 | 55 | D0 | 0 | 3D | 4 | F | 130 | 3F | 3B |
| Octal | 330 | 125 | 320 | 0 | 75 | 4 | 17 | 460 | 77 | 73 |
| Binary | 11011000 | 1010101 | 11010000 | 0 | 111101 | 100 | 1111 | 100110000 | 111111 | 111011 |
Color Harmonies of #D855D0
Complementary color
Monochromatic Colors of #D855D0
Black with #D855D0
Text Example
Text Example
White with #D855D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D855D0; }
p { color: rgb(216,85,208); }
H1.HeaderClassName
{
color: #D855D0;
}
.AnyTagClassName
{
color: #D855D0;
}
</style>
background-color css
<style>
a { background-color: #D855D0; }
a { background-color: rgb(216,85,208); }
div.DivClassName
{
background-color: #D855D0;
}
.BgClassName
{
background-color: #D855D0;
}
</style>
border-color css
<style>
span { border-color: #D855D0; }
span { border-color: rgb(216,85,208); }
td.TdClassName
{
border-color: #D855D0;
}
.TagClassName
{
border-color: #D855D0;
}
</style>