Html Css Color HEX #D155DC Free Speech Magenta
📋 copy color: '#D155DC'red 209 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #D155DC
Tints of Free Speech Magenta #D155DC
RGB
CMYK
RGB Variations
Color information
#D155DC (or 0xD155DC) is known color: Free Speech Magenta. HEX triplet: D1, 55 and DC. RGB value is (209,85,220). Sum of RGB (Red+Green+Blue) = 209+85+220=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #D155DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155DC is #2EAA23. Grayscale: #898989. Windows color (decimal): -3058212 or 14439889. OLE color: 14439889.
HSL color Cylindrical-coordinate representation of color #D155DC: hue angle of 295.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D155DC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 85 | 220 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.14 |
| HSL | 295.11º | 0.66% | 0.6% | - |
| HSV(B) | 295.11º | 0.61% | 0.86% | - |
| XYZ | 42.46 | 25.22 | 70.34 | - |
| YUV | 137.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 220 | 0.05 | 0.61 | 0 | 0.14 | 295.11 | 0.66 | 0.6 |
| Hex | D1 | 55 | DC | 5 | 3D | 0 | E | 127 | 42 | 3C |
| Octal | 321 | 125 | 334 | 5 | 75 | 0 | 16 | 447 | 102 | 74 |
| Binary | 11010001 | 1010101 | 11011100 | 101 | 111101 | 0 | 1110 | 100100111 | 1000010 | 111100 |
Color Harmonies of #D155DC
Complementary color
Monochromatic Colors of #D155DC
Black with #D155DC
Text Example
Text Example
White with #D155DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155DC; }
p { color: rgb(209,85,220); }
H1.HeaderClassName
{
color: #D155DC;
}
.AnyTagClassName
{
color: #D155DC;
}
</style>
background-color css
<style>
a { background-color: #D155DC; }
a { background-color: rgb(209,85,220); }
div.DivClassName
{
background-color: #D155DC;
}
.BgClassName
{
background-color: #D155DC;
}
</style>
border-color css
<style>
span { border-color: #D155DC; }
span { border-color: rgb(209,85,220); }
td.TdClassName
{
border-color: #D155DC;
}
.TagClassName
{
border-color: #D155DC;
}
</style>