Html Css Color HEX #D155D8 Free Speech Magenta
📋 copy color: '#D155D8'red 209 ◦ green 85 ◦ blue 216
Shades of Free Speech Magenta #D155D8
Tints of Free Speech Magenta #D155D8
RGB
CMYK
RGB Variations
Color information
#D155D8 (or 0xD155D8) is known color: Free Speech Magenta. HEX triplet: D1, 55 and D8. RGB value is (209,85,216). Sum of RGB (Red+Green+Blue) = 209+85+216=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #D155D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155D8 is #2EAA27. Grayscale: #888888. Windows color (decimal): -3058216 or 14177745. OLE color: 14177745.
HSL color Cylindrical-coordinate representation of color #D155D8: hue angle of 296.79º 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 #D155D8 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 85 | 216 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.15 |
| HSL | 296.79º | 0.63% | 0.59% | - |
| HSV(B) | 296.79º | 0.61% | 0.85% | - |
| XYZ | 41.94 | 25.01 | 67.58 | - |
| YUV | 137.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 216 | 0.03 | 0.61 | 0 | 0.15 | 296.79 | 0.63 | 0.59 |
| Hex | D1 | 55 | D8 | 3 | 3D | 0 | F | 129 | 3F | 3B |
| Octal | 321 | 125 | 330 | 3 | 75 | 0 | 17 | 451 | 77 | 73 |
| Binary | 11010001 | 1010101 | 11011000 | 11 | 111101 | 0 | 1111 | 100101001 | 111111 | 111011 |
Color Harmonies of #D155D8
Complementary color
Monochromatic Colors of #D155D8
Black with #D155D8
Text Example
Text Example
White with #D155D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155D8; }
p { color: rgb(209,85,216); }
H1.HeaderClassName
{
color: #D155D8;
}
.AnyTagClassName
{
color: #D155D8;
}
</style>
background-color css
<style>
a { background-color: #D155D8; }
a { background-color: rgb(209,85,216); }
div.DivClassName
{
background-color: #D155D8;
}
.BgClassName
{
background-color: #D155D8;
}
</style>
border-color css
<style>
span { border-color: #D155D8; }
span { border-color: rgb(209,85,216); }
td.TdClassName
{
border-color: #D155D8;
}
.TagClassName
{
border-color: #D155D8;
}
</style>