Html Css Color HEX #D155D7 Free Speech Magenta
📋 copy color: '#D155D7'red 209 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #D155D7
Tints of Free Speech Magenta #D155D7
RGB
CMYK
RGB Variations
Color information
#D155D7 (or 0xD155D7) is known color: Free Speech Magenta. HEX triplet: D1, 55 and D7. RGB value is (209,85,215). Sum of RGB (Red+Green+Blue) = 209+85+215=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #D155D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155D7 is #2EAA28. Grayscale: #888888. Windows color (decimal): -3058217 or 14112209. OLE color: 14112209.
HSL color Cylindrical-coordinate representation of color #D155D7: hue angle of 297.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D155D7 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 85 | 215 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.16 |
| HSL | 297.23º | 0.62% | 0.59% | - |
| HSV(B) | 297.23º | 0.6% | 0.84% | - |
| XYZ | 41.81 | 24.96 | 66.9 | - |
| YUV | 136.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 215 | 0.03 | 0.60 | 0 | 0.16 | 297.23 | 0.62 | 0.59 |
| Hex | D1 | 55 | D7 | 3 | 3C | 0 | 10 | 129 | 3E | 3B |
| Octal | 321 | 125 | 327 | 3 | 74 | 0 | 20 | 451 | 76 | 73 |
| Binary | 11010001 | 1010101 | 11010111 | 11 | 111100 | 0 | 10000 | 100101001 | 111110 | 111011 |
Color Harmonies of #D155D7
Complementary color
Monochromatic Colors of #D155D7
Black with #D155D7
Text Example
Text Example
White with #D155D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155D7; }
p { color: rgb(209,85,215); }
H1.HeaderClassName
{
color: #D155D7;
}
.AnyTagClassName
{
color: #D155D7;
}
</style>
background-color css
<style>
a { background-color: #D155D7; }
a { background-color: rgb(209,85,215); }
div.DivClassName
{
background-color: #D155D7;
}
.BgClassName
{
background-color: #D155D7;
}
</style>
border-color css
<style>
span { border-color: #D155D7; }
span { border-color: rgb(209,85,215); }
td.TdClassName
{
border-color: #D155D7;
}
.TagClassName
{
border-color: #D155D7;
}
</style>