Html Css Color HEX #D15ADC Free Speech Magenta
📋 copy color: '#D15ADC'red 209 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #D15ADC
Tints of Free Speech Magenta #D15ADC
RGB
CMYK
RGB Variations
Color information
#D15ADC (or 0xD15ADC) is known color: Free Speech Magenta. HEX triplet: D1, 5A and DC. RGB value is (209,90,220). Sum of RGB (Red+Green+Blue) = 209+90+220=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #D15ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ADC is #2EA523. Grayscale: #8B8B8B. Windows color (decimal): -3056932 or 14441169. OLE color: 14441169.
HSL color Cylindrical-coordinate representation of color #D15ADC: hue angle of 294.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15ADC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 90 | 220 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.14 |
| HSL | 294.92º | 0.65% | 0.61% | - |
| HSV(B) | 294.92º | 0.59% | 0.86% | - |
| XYZ | 42.87 | 26.03 | 70.48 | - |
| YUV | 140.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 220 | 0.05 | 0.59 | 0 | 0.14 | 294.92 | 0.65 | 0.61 |
| Hex | D1 | 5A | DC | 5 | 3B | 0 | E | 127 | 41 | 3D |
| Octal | 321 | 132 | 334 | 5 | 73 | 0 | 16 | 447 | 101 | 75 |
| Binary | 11010001 | 1011010 | 11011100 | 101 | 111011 | 0 | 1110 | 100100111 | 1000001 | 111101 |
Color Harmonies of #D15ADC
Complementary color
Monochromatic Colors of #D15ADC
Black with #D15ADC
Text Example
Text Example
White with #D15ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15ADC; }
p { color: rgb(209,90,220); }
H1.HeaderClassName
{
color: #D15ADC;
}
.AnyTagClassName
{
color: #D15ADC;
}
</style>
background-color css
<style>
a { background-color: #D15ADC; }
a { background-color: rgb(209,90,220); }
div.DivClassName
{
background-color: #D15ADC;
}
.BgClassName
{
background-color: #D15ADC;
}
</style>
border-color css
<style>
span { border-color: #D15ADC; }
span { border-color: rgb(209,90,220); }
td.TdClassName
{
border-color: #D15ADC;
}
.TagClassName
{
border-color: #D15ADC;
}
</style>