Html Css Color HEX #D15AD0 Free Speech Magenta
📋 copy color: '#D15AD0'red 209 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #D15AD0
Tints of Free Speech Magenta #D15AD0
RGB
CMYK
RGB Variations
Color information
#D15AD0 (or 0xD15AD0) is known color: Free Speech Magenta. HEX triplet: D1, 5A and D0. RGB value is (209,90,208). Sum of RGB (Red+Green+Blue) = 209+90+208=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AD0 is #2EA52F. Grayscale: #8A8A8A. Windows color (decimal): -3056944 or 13654737. OLE color: 13654737.
HSL color Cylindrical-coordinate representation of color #D15AD0: hue angle of 300.5º 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 #D15AD0 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 208 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.18 |
| HSL | 300.5º | 0.56% | 0.59% | - |
| HSV(B) | 300.5º | 0.57% | 0.82% | - |
| XYZ | 41.34 | 25.42 | 62.4 | - |
| YUV | 139.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 208 | 0 | 0.57 | 0.00 | 0.18 | 300.5 | 0.56 | 0.59 |
| Hex | D1 | 5A | D0 | 0 | 39 | 0 | 12 | 12D | 38 | 3B |
| Octal | 321 | 132 | 320 | 0 | 71 | 0 | 22 | 455 | 70 | 73 |
| Binary | 11010001 | 1011010 | 11010000 | 0 | 111001 | 0 | 10010 | 100101101 | 111000 | 111011 |
Color Harmonies of #D15AD0
Complementary color
Monochromatic Colors of #D15AD0
Black with #D15AD0
Text Example
Text Example
White with #D15AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AD0; }
p { color: rgb(209,90,208); }
H1.HeaderClassName
{
color: #D15AD0;
}
.AnyTagClassName
{
color: #D15AD0;
}
</style>
background-color css
<style>
a { background-color: #D15AD0; }
a { background-color: rgb(209,90,208); }
div.DivClassName
{
background-color: #D15AD0;
}
.BgClassName
{
background-color: #D15AD0;
}
</style>
border-color css
<style>
span { border-color: #D15AD0; }
span { border-color: rgb(209,90,208); }
td.TdClassName
{
border-color: #D15AD0;
}
.TagClassName
{
border-color: #D15AD0;
}
</style>