Html Css Color HEX #D55AD1 Free Speech Magenta
📋 copy color: '#D55AD1'red 213 ◦ green 90 ◦ blue 209
Shades of Free Speech Magenta #D55AD1
Tints of Free Speech Magenta #D55AD1
RGB
CMYK
RGB Variations
Color information
#D55AD1 (or 0xD55AD1) is known color: Free Speech Magenta. HEX triplet: D5, 5A and D1. RGB value is (213,90,209). Sum of RGB (Red+Green+Blue) = 213+90+209=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD1 is #2AA52E. Grayscale: #8B8B8B. Windows color (decimal): -2794799 or 13720277. OLE color: 13720277.
HSL color Cylindrical-coordinate representation of color #D55AD1: hue angle of 301.95º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55AD1 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 209 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.16 |
| HSL | 301.95º | 0.59% | 0.59% | - |
| HSV(B) | 301.95º | 0.58% | 0.84% | - |
| XYZ | 42.61 | 26.06 | 63.11 | - |
| YUV | 140.34 | 166.75 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 209 | 0 | 0.58 | 0.02 | 0.16 | 301.95 | 0.59 | 0.59 |
| Hex | D5 | 5A | D1 | 0 | 3A | 2 | 10 | 12E | 3B | 3B |
| Octal | 325 | 132 | 321 | 0 | 72 | 2 | 20 | 456 | 73 | 73 |
| Binary | 11010101 | 1011010 | 11010001 | 0 | 111010 | 10 | 10000 | 100101110 | 111011 | 111011 |
Color Harmonies of #D55AD1
Complementary color
Monochromatic Colors of #D55AD1
Black with #D55AD1
Text Example
Text Example
White with #D55AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AD1; }
p { color: rgb(213,90,209); }
H1.HeaderClassName
{
color: #D55AD1;
}
.AnyTagClassName
{
color: #D55AD1;
}
</style>
background-color css
<style>
a { background-color: #D55AD1; }
a { background-color: rgb(213,90,209); }
div.DivClassName
{
background-color: #D55AD1;
}
.BgClassName
{
background-color: #D55AD1;
}
</style>
border-color css
<style>
span { border-color: #D55AD1; }
span { border-color: rgb(213,90,209); }
td.TdClassName
{
border-color: #D55AD1;
}
.TagClassName
{
border-color: #D55AD1;
}
</style>