Html Css Color HEX #D15AD1 Free Speech Magenta
📋 copy color: '#D15AD1'red 209 ◦ green 90 ◦ blue 209
Shades of Free Speech Magenta #D15AD1
Tints of Free Speech Magenta #D15AD1
RGB
CMYK
RGB Variations
Color information
#D15AD1 (or 0xD15AD1) is known color: Free Speech Magenta. HEX triplet: D1, 5A and D1. RGB value is (209,90,209). Sum of RGB (Red+Green+Blue) = 209+90+209=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D15AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AD1 is #2EA52E. Grayscale: #8A8A8A. Windows color (decimal): -3056943 or 13720273. OLE color: 13720273.
HSL color Cylindrical-coordinate representation of color #D15AD1: hue angle of 300º 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 #D15AD1 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 209 | - |
| CMYK | 0 | 0.57 | 0 | 0.18 |
| HSL | 300º | 0.56% | 0.59% | - |
| HSV(B) | 300º | 0.57% | 0.82% | - |
| XYZ | 41.46 | 25.47 | 63.05 | - |
| YUV | 139.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 209 | 0 | 0.57 | 0 | 0.18 | 300 | 0.56 | 0.59 |
| Hex | D1 | 5A | D1 | 0 | 39 | 0 | 12 | 12C | 38 | 3B |
| Octal | 321 | 132 | 321 | 0 | 71 | 0 | 22 | 454 | 70 | 73 |
| Binary | 11010001 | 1011010 | 11010001 | 0 | 111001 | 0 | 10010 | 100101100 | 111000 | 111011 |
Color Harmonies of #D15AD1
Complementary color
Monochromatic Colors of #D15AD1
Black with #D15AD1
Text Example
Text Example
White with #D15AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AD1; }
p { color: rgb(209,90,209); }
H1.HeaderClassName
{
color: #D15AD1;
}
.AnyTagClassName
{
color: #D15AD1;
}
</style>
background-color css
<style>
a { background-color: #D15AD1; }
a { background-color: rgb(209,90,209); }
div.DivClassName
{
background-color: #D15AD1;
}
.BgClassName
{
background-color: #D15AD1;
}
</style>
border-color css
<style>
span { border-color: #D15AD1; }
span { border-color: rgb(209,90,209); }
td.TdClassName
{
border-color: #D15AD1;
}
.TagClassName
{
border-color: #D15AD1;
}
</style>