Html Css Color HEX #D15CE5 Free Speech Magenta
📋 copy color: '#D15CE5'red 209 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #D15CE5
Tints of Free Speech Magenta #D15CE5
RGB
CMYK
RGB Variations
Color information
#D15CE5 (or 0xD15CE5) is known color: Free Speech Magenta. HEX triplet: D1, 5C and E5. RGB value is (209,92,229). Sum of RGB (Red+Green+Blue) = 209+92+229=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #D15CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15CE5 is #2EA31A. Grayscale: #8E8E8E. Windows color (decimal): -3056411 or 15031505. OLE color: 15031505.
HSL color Cylindrical-coordinate representation of color #D15CE5: hue angle of 291.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15CE5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 92 | 229 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.10 |
| HSL | 291.24º | 0.72% | 0.63% | - |
| HSV(B) | 291.24º | 0.6% | 0.9% | - |
| XYZ | 44.26 | 26.87 | 76.98 | - |
| YUV | 142.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 229 | 0.09 | 0.60 | 0 | 0.10 | 291.24 | 0.72 | 0.63 |
| Hex | D1 | 5C | E5 | 9 | 3C | 0 | A | 123 | 48 | 3F |
| Octal | 321 | 134 | 345 | 11 | 74 | 0 | 12 | 443 | 110 | 77 |
| Binary | 11010001 | 1011100 | 11100101 | 1001 | 111100 | 0 | 1010 | 100100011 | 1001000 | 111111 |
Color Harmonies of #D15CE5
Complementary color
Monochromatic Colors of #D15CE5
Black with #D15CE5
Text Example
Text Example
White with #D15CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15CE5; }
p { color: rgb(209,92,229); }
H1.HeaderClassName
{
color: #D15CE5;
}
.AnyTagClassName
{
color: #D15CE5;
}
</style>
background-color css
<style>
a { background-color: #D15CE5; }
a { background-color: rgb(209,92,229); }
div.DivClassName
{
background-color: #D15CE5;
}
.BgClassName
{
background-color: #D15CE5;
}
</style>
border-color css
<style>
span { border-color: #D15CE5; }
span { border-color: rgb(209,92,229); }
td.TdClassName
{
border-color: #D15CE5;
}
.TagClassName
{
border-color: #D15CE5;
}
</style>