Html Css Color HEX #D15CDA Free Speech Magenta
📋 copy color: '#D15CDA'red 209 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #D15CDA
Tints of Free Speech Magenta #D15CDA
RGB
CMYK
RGB Variations
Color information
#D15CDA (or 0xD15CDA) is known color: Free Speech Magenta. HEX triplet: D1, 5C and DA. RGB value is (209,92,218). Sum of RGB (Red+Green+Blue) = 209+92+218=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CDA is #2EA325. Grayscale: #8C8C8C. Windows color (decimal): -3056422 or 14310609. OLE color: 14310609.
HSL color Cylindrical-coordinate representation of color #D15CDA: hue angle of 295.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15CDA is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 92 | 218 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.15 |
| HSL | 295.71º | 0.63% | 0.61% | - |
| HSV(B) | 295.71º | 0.58% | 0.85% | - |
| XYZ | 42.78 | 26.27 | 69.15 | - |
| YUV | 141.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 218 | 0.04 | 0.58 | 0 | 0.15 | 295.71 | 0.63 | 0.61 |
| Hex | D1 | 5C | DA | 4 | 3A | 0 | F | 128 | 3F | 3D |
| Octal | 321 | 134 | 332 | 4 | 72 | 0 | 17 | 450 | 77 | 75 |
| Binary | 11010001 | 1011100 | 11011010 | 100 | 111010 | 0 | 1111 | 100101000 | 111111 | 111101 |
Color Harmonies of #D15CDA
Complementary color
Monochromatic Colors of #D15CDA
Black with #D15CDA
Text Example
Text Example
White with #D15CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CDA; }
p { color: rgb(209,92,218); }
H1.HeaderClassName
{
color: #D15CDA;
}
.AnyTagClassName
{
color: #D15CDA;
}
</style>
background-color css
<style>
a { background-color: #D15CDA; }
a { background-color: rgb(209,92,218); }
div.DivClassName
{
background-color: #D15CDA;
}
.BgClassName
{
background-color: #D15CDA;
}
</style>
border-color css
<style>
span { border-color: #D15CDA; }
span { border-color: rgb(209,92,218); }
td.TdClassName
{
border-color: #D15CDA;
}
.TagClassName
{
border-color: #D15CDA;
}
</style>