Html Css Color HEX #D155E5 Free Speech Magenta
📋 copy color: '#D155E5'red 209 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #D155E5
Tints of Free Speech Magenta #D155E5
RGB
CMYK
RGB Variations
Color information
#D155E5 (or 0xD155E5) is known color: Free Speech Magenta. HEX triplet: D1, 55 and E5. RGB value is (209,85,229). Sum of RGB (Red+Green+Blue) = 209+85+229=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #D155E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155E5 is #2EAA1A. Grayscale: #8A8A8A. Windows color (decimal): -3058203 or 15029713. OLE color: 15029713.
HSL color Cylindrical-coordinate representation of color #D155E5: hue angle of 291.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D155E5 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 85 | 229 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.10 |
| HSL | 291.67º | 0.73% | 0.62% | - |
| HSV(B) | 291.67º | 0.63% | 0.9% | - |
| XYZ | 43.69 | 25.71 | 76.79 | - |
| YUV | 138.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 229 | 0.09 | 0.63 | 0 | 0.10 | 291.67 | 0.73 | 0.62 |
| Hex | D1 | 55 | E5 | 9 | 3F | 0 | A | 124 | 49 | 3E |
| Octal | 321 | 125 | 345 | 11 | 77 | 0 | 12 | 444 | 111 | 76 |
| Binary | 11010001 | 1010101 | 11100101 | 1001 | 111111 | 0 | 1010 | 100100100 | 1001001 | 111110 |
Color Harmonies of #D155E5
Complementary color
Monochromatic Colors of #D155E5
Black with #D155E5
Text Example
Text Example
White with #D155E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155E5; }
p { color: rgb(209,85,229); }
H1.HeaderClassName
{
color: #D155E5;
}
.AnyTagClassName
{
color: #D155E5;
}
</style>
background-color css
<style>
a { background-color: #D155E5; }
a { background-color: rgb(209,85,229); }
div.DivClassName
{
background-color: #D155E5;
}
.BgClassName
{
background-color: #D155E5;
}
</style>
border-color css
<style>
span { border-color: #D155E5; }
span { border-color: rgb(209,85,229); }
td.TdClassName
{
border-color: #D155E5;
}
.TagClassName
{
border-color: #D155E5;
}
</style>