Html Css Color HEX #D15BDF Free Speech Magenta
📋 copy color: '#D15BDF'red 209 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #D15BDF
Tints of Free Speech Magenta #D15BDF
RGB
CMYK
RGB Variations
Color information
#D15BDF (or 0xD15BDF) is known color: Free Speech Magenta. HEX triplet: D1, 5B and DF. RGB value is (209,91,223). Sum of RGB (Red+Green+Blue) = 209+91+223=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #D15BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BDF is #2EA420. Grayscale: #8C8C8C. Windows color (decimal): -3056673 or 14638033. OLE color: 14638033.
HSL color Cylindrical-coordinate representation of color #D15BDF: hue angle of 293.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15BDF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 91 | 223 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.13 |
| HSL | 293.64º | 0.67% | 0.62% | - |
| HSV(B) | 293.64º | 0.59% | 0.87% | - |
| XYZ | 43.35 | 26.37 | 72.62 | - |
| YUV | 141.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 223 | 0.06 | 0.59 | 0 | 0.13 | 293.64 | 0.67 | 0.62 |
| Hex | D1 | 5B | DF | 6 | 3B | 0 | D | 126 | 43 | 3E |
| Octal | 321 | 133 | 337 | 6 | 73 | 0 | 15 | 446 | 103 | 76 |
| Binary | 11010001 | 1011011 | 11011111 | 110 | 111011 | 0 | 1101 | 100100110 | 1000011 | 111110 |
Color Harmonies of #D15BDF
Complementary color
Monochromatic Colors of #D15BDF
Black with #D15BDF
Text Example
Text Example
White with #D15BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BDF; }
p { color: rgb(209,91,223); }
H1.HeaderClassName
{
color: #D15BDF;
}
.AnyTagClassName
{
color: #D15BDF;
}
</style>
background-color css
<style>
a { background-color: #D15BDF; }
a { background-color: rgb(209,91,223); }
div.DivClassName
{
background-color: #D15BDF;
}
.BgClassName
{
background-color: #D15BDF;
}
</style>
border-color css
<style>
span { border-color: #D15BDF; }
span { border-color: rgb(209,91,223); }
td.TdClassName
{
border-color: #D15BDF;
}
.TagClassName
{
border-color: #D15BDF;
}
</style>