Html Css Color HEX #D15DCD Free Speech Magenta
📋 copy color: '#D15DCD'red 209 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #D15DCD
Tints of Free Speech Magenta #D15DCD
RGB
CMYK
RGB Variations
Color information
#D15DCD (or 0xD15DCD) is known color: Free Speech Magenta. HEX triplet: D1, 5D and CD. RGB value is (209,93,205). Sum of RGB (Red+Green+Blue) = 209+93+205=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D15DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DCD is #2EA232. Grayscale: #8C8C8C. Windows color (decimal): -3056179 or 13458897. OLE color: 13458897.
HSL color Cylindrical-coordinate representation of color #D15DCD: hue angle of 302.07º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15DCD is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 205 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.07º | 0.56% | 0.59% | - |
| HSV(B) | 302.07º | 0.56% | 0.82% | - |
| XYZ | 41.23 | 25.79 | 60.56 | - |
| YUV | 140.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 205 | 0 | 0.56 | 0.02 | 0.18 | 302.07 | 0.56 | 0.59 |
| Hex | D1 | 5D | CD | 0 | 38 | 2 | 12 | 12E | 38 | 3B |
| Octal | 321 | 135 | 315 | 0 | 70 | 2 | 22 | 456 | 70 | 73 |
| Binary | 11010001 | 1011101 | 11001101 | 0 | 111000 | 10 | 10010 | 100101110 | 111000 | 111011 |
Color Harmonies of #D15DCD
Complementary color
Monochromatic Colors of #D15DCD
Black with #D15DCD
Text Example
Text Example
White with #D15DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DCD; }
p { color: rgb(209,93,205); }
H1.HeaderClassName
{
color: #D15DCD;
}
.AnyTagClassName
{
color: #D15DCD;
}
</style>
background-color css
<style>
a { background-color: #D15DCD; }
a { background-color: rgb(209,93,205); }
div.DivClassName
{
background-color: #D15DCD;
}
.BgClassName
{
background-color: #D15DCD;
}
</style>
border-color css
<style>
span { border-color: #D15DCD; }
span { border-color: rgb(209,93,205); }
td.TdClassName
{
border-color: #D15DCD;
}
.TagClassName
{
border-color: #D15DCD;
}
</style>