Html Css Color HEX #D15ACE Free Speech Magenta
📋 copy color: '#D15ACE'red 209 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #D15ACE
Tints of Free Speech Magenta #D15ACE
RGB
CMYK
RGB Variations
Color information
#D15ACE (or 0xD15ACE) is known color: Free Speech Magenta. HEX triplet: D1, 5A and CE. RGB value is (209,90,206). Sum of RGB (Red+Green+Blue) = 209+90+206=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ACE is #2EA531. Grayscale: #8A8A8A. Windows color (decimal): -3056946 or 13523665. OLE color: 13523665.
HSL color Cylindrical-coordinate representation of color #D15ACE: hue angle of 301.51º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15ACE is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 206 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.18 |
| HSL | 301.51º | 0.56% | 0.59% | - |
| HSV(B) | 301.51º | 0.57% | 0.82% | - |
| XYZ | 41.09 | 25.32 | 61.11 | - |
| YUV | 138.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 206 | 0 | 0.57 | 0.01 | 0.18 | 301.51 | 0.56 | 0.59 |
| Hex | D1 | 5A | CE | 0 | 39 | 1 | 12 | 12E | 38 | 3B |
| Octal | 321 | 132 | 316 | 0 | 71 | 1 | 22 | 456 | 70 | 73 |
| Binary | 11010001 | 1011010 | 11001110 | 0 | 111001 | 1 | 10010 | 100101110 | 111000 | 111011 |
Color Harmonies of #D15ACE
Complementary color
Monochromatic Colors of #D15ACE
Black with #D15ACE
Text Example
Text Example
White with #D15ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15ACE; }
p { color: rgb(209,90,206); }
H1.HeaderClassName
{
color: #D15ACE;
}
.AnyTagClassName
{
color: #D15ACE;
}
</style>
background-color css
<style>
a { background-color: #D15ACE; }
a { background-color: rgb(209,90,206); }
div.DivClassName
{
background-color: #D15ACE;
}
.BgClassName
{
background-color: #D15ACE;
}
</style>
border-color css
<style>
span { border-color: #D15ACE; }
span { border-color: rgb(209,90,206); }
td.TdClassName
{
border-color: #D15ACE;
}
.TagClassName
{
border-color: #D15ACE;
}
</style>