Html Css Color HEX #D15DDC Free Speech Magenta
📋 copy color: '#D15DDC'red 209 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #D15DDC
Tints of Free Speech Magenta #D15DDC
RGB
CMYK
RGB Variations
Color information
#D15DDC (or 0xD15DDC) is known color: Free Speech Magenta. HEX triplet: D1, 5D and DC. RGB value is (209,93,220). Sum of RGB (Red+Green+Blue) = 209+93+220=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #D15DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15DDC is #2EA223. Grayscale: #8D8D8D. Windows color (decimal): -3056164 or 14441937. OLE color: 14441937.
HSL color Cylindrical-coordinate representation of color #D15DDC: hue angle of 294.8º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15DDC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 93 | 220 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 294.8º | 0.64% | 0.61% | - |
| HSV(B) | 294.8º | 0.58% | 0.86% | - |
| XYZ | 43.13 | 26.55 | 70.56 | - |
| YUV | 142.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 220 | 0.05 | 0.58 | 0 | 0.14 | 294.8 | 0.64 | 0.61 |
| Hex | D1 | 5D | DC | 5 | 3A | 0 | E | 127 | 40 | 3D |
| Octal | 321 | 135 | 334 | 5 | 72 | 0 | 16 | 447 | 100 | 75 |
| Binary | 11010001 | 1011101 | 11011100 | 101 | 111010 | 0 | 1110 | 100100111 | 1000000 | 111101 |
Color Harmonies of #D15DDC
Complementary color
Monochromatic Colors of #D15DDC
Black with #D15DDC
Text Example
Text Example
White with #D15DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DDC; }
p { color: rgb(209,93,220); }
H1.HeaderClassName
{
color: #D15DDC;
}
.AnyTagClassName
{
color: #D15DDC;
}
</style>
background-color css
<style>
a { background-color: #D15DDC; }
a { background-color: rgb(209,93,220); }
div.DivClassName
{
background-color: #D15DDC;
}
.BgClassName
{
background-color: #D15DDC;
}
</style>
border-color css
<style>
span { border-color: #D15DDC; }
span { border-color: rgb(209,93,220); }
td.TdClassName
{
border-color: #D15DDC;
}
.TagClassName
{
border-color: #D15DDC;
}
</style>