Html Css Color HEX #D55AD0 Free Speech Magenta
📋 copy color: '#D55AD0'red 213 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #D55AD0
Tints of Free Speech Magenta #D55AD0
RGB
CMYK
RGB Variations
Color information
#D55AD0 (or 0xD55AD0) is known color: Free Speech Magenta. HEX triplet: D5, 5A and D0. RGB value is (213,90,208). Sum of RGB (Red+Green+Blue) = 213+90+208=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AD0 is #2AA52F. Grayscale: #8B8B8B. Windows color (decimal): -2794800 or 13654741. OLE color: 13654741.
HSL color Cylindrical-coordinate representation of color #D55AD0: hue angle of 302.44º 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 #D55AD0 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 208 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.16 |
| HSL | 302.44º | 0.59% | 0.59% | - |
| HSV(B) | 302.44º | 0.58% | 0.84% | - |
| XYZ | 42.48 | 26.01 | 62.46 | - |
| YUV | 140.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 208 | 0 | 0.58 | 0.02 | 0.16 | 302.44 | 0.59 | 0.59 |
| Hex | D5 | 5A | D0 | 0 | 3A | 2 | 10 | 12E | 3B | 3B |
| Octal | 325 | 132 | 320 | 0 | 72 | 2 | 20 | 456 | 73 | 73 |
| Binary | 11010101 | 1011010 | 11010000 | 0 | 111010 | 10 | 10000 | 100101110 | 111011 | 111011 |
Color Harmonies of #D55AD0
Complementary color
Monochromatic Colors of #D55AD0
Black with #D55AD0
Text Example
Text Example
White with #D55AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55AD0; }
p { color: rgb(213,90,208); }
H1.HeaderClassName
{
color: #D55AD0;
}
.AnyTagClassName
{
color: #D55AD0;
}
</style>
background-color css
<style>
a { background-color: #D55AD0; }
a { background-color: rgb(213,90,208); }
div.DivClassName
{
background-color: #D55AD0;
}
.BgClassName
{
background-color: #D55AD0;
}
</style>
border-color css
<style>
span { border-color: #D55AD0; }
span { border-color: rgb(213,90,208); }
td.TdClassName
{
border-color: #D55AD0;
}
.TagClassName
{
border-color: #D55AD0;
}
</style>