Html Css Color HEX #D155DA Free Speech Magenta
📋 copy color: '#D155DA'red 209 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #D155DA
Tints of Free Speech Magenta #D155DA
RGB
CMYK
RGB Variations
Color information
#D155DA (or 0xD155DA) is known color: Free Speech Magenta. HEX triplet: D1, 55 and DA. RGB value is (209,85,218). Sum of RGB (Red+Green+Blue) = 209+85+218=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #D155DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155DA is #2EAA25. Grayscale: #888888. Windows color (decimal): -3058214 or 14308817. OLE color: 14308817.
HSL color Cylindrical-coordinate representation of color #D155DA: hue angle of 295.94º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D155DA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 85 | 218 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.15 |
| HSL | 295.94º | 0.64% | 0.59% | - |
| HSV(B) | 295.94º | 0.61% | 0.85% | - |
| XYZ | 42.2 | 25.11 | 68.95 | - |
| YUV | 137.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 218 | 0.04 | 0.61 | 0 | 0.15 | 295.94 | 0.64 | 0.59 |
| Hex | D1 | 55 | DA | 4 | 3D | 0 | F | 128 | 40 | 3B |
| Octal | 321 | 125 | 332 | 4 | 75 | 0 | 17 | 450 | 100 | 73 |
| Binary | 11010001 | 1010101 | 11011010 | 100 | 111101 | 0 | 1111 | 100101000 | 1000000 | 111011 |
Color Harmonies of #D155DA
Complementary color
Monochromatic Colors of #D155DA
Black with #D155DA
Text Example
Text Example
White with #D155DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155DA; }
p { color: rgb(209,85,218); }
H1.HeaderClassName
{
color: #D155DA;
}
.AnyTagClassName
{
color: #D155DA;
}
</style>
background-color css
<style>
a { background-color: #D155DA; }
a { background-color: rgb(209,85,218); }
div.DivClassName
{
background-color: #D155DA;
}
.BgClassName
{
background-color: #D155DA;
}
</style>
border-color css
<style>
span { border-color: #D155DA; }
span { border-color: rgb(209,85,218); }
td.TdClassName
{
border-color: #D155DA;
}
.TagClassName
{
border-color: #D155DA;
}
</style>