Html Css Color HEX #D55ADD Free Speech Magenta
📋 copy color: '#D55ADD'red 213 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #D55ADD
Tints of Free Speech Magenta #D55ADD
RGB
CMYK
RGB Variations
Color information
#D55ADD (or 0xD55ADD) is known color: Free Speech Magenta. HEX triplet: D5, 5A and DD. RGB value is (213,90,221). Sum of RGB (Red+Green+Blue) = 213+90+221=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D55ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ADD is #2AA522. Grayscale: #8D8D8D. Windows color (decimal): -2794787 or 14506709. OLE color: 14506709.
HSL color Cylindrical-coordinate representation of color #D55ADD: hue angle of 296.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55ADD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 90 | 221 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.13 |
| HSL | 296.34º | 0.66% | 0.61% | - |
| HSV(B) | 296.34º | 0.59% | 0.87% | - |
| XYZ | 44.15 | 26.68 | 71.23 | - |
| YUV | 141.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 221 | 0.04 | 0.59 | 0 | 0.13 | 296.34 | 0.66 | 0.61 |
| Hex | D5 | 5A | DD | 4 | 3B | 0 | D | 128 | 42 | 3D |
| Octal | 325 | 132 | 335 | 4 | 73 | 0 | 15 | 450 | 102 | 75 |
| Binary | 11010101 | 1011010 | 11011101 | 100 | 111011 | 0 | 1101 | 100101000 | 1000010 | 111101 |
Color Harmonies of #D55ADD
Complementary color
Monochromatic Colors of #D55ADD
Black with #D55ADD
Text Example
Text Example
White with #D55ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55ADD; }
p { color: rgb(213,90,221); }
H1.HeaderClassName
{
color: #D55ADD;
}
.AnyTagClassName
{
color: #D55ADD;
}
</style>
background-color css
<style>
a { background-color: #D55ADD; }
a { background-color: rgb(213,90,221); }
div.DivClassName
{
background-color: #D55ADD;
}
.BgClassName
{
background-color: #D55ADD;
}
</style>
border-color css
<style>
span { border-color: #D55ADD; }
span { border-color: rgb(213,90,221); }
td.TdClassName
{
border-color: #D55ADD;
}
.TagClassName
{
border-color: #D55ADD;
}
</style>