Html Css Color HEX #DC5ADD Free Speech Magenta
📋 copy color: '#DC5ADD'red 220 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #DC5ADD
Tints of Free Speech Magenta #DC5ADD
RGB
CMYK
RGB Variations
Color information
#DC5ADD (or 0xDC5ADD) is known color: Free Speech Magenta. HEX triplet: DC, 5A and DD. RGB value is (220,90,221). Sum of RGB (Red+Green+Blue) = 220+90+221=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ADD is #23A522. Grayscale: #8F8F8F. Windows color (decimal): -2336035 or 14506716. OLE color: 14506716.
HSL color Cylindrical-coordinate representation of color #DC5ADD: hue angle of 299.54º 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 #DC5ADD is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 90 | 221 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.13 |
| HSL | 299.54º | 0.66% | 0.61% | - |
| HSV(B) | 299.54º | 0.59% | 0.87% | - |
| XYZ | 46.22 | 27.75 | 71.33 | - |
| YUV | 143.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 221 | 0.00 | 0.59 | 0 | 0.13 | 299.54 | 0.66 | 0.61 |
| Hex | DC | 5A | DD | 0 | 3B | 0 | D | 12C | 42 | 3D |
| Octal | 334 | 132 | 335 | 0 | 73 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011100 | 1011010 | 11011101 | 0 | 111011 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DC5ADD
Complementary color
Monochromatic Colors of #DC5ADD
Black with #DC5ADD
Text Example
Text Example
White with #DC5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ADD; }
p { color: rgb(220,90,221); }
H1.HeaderClassName
{
color: #DC5ADD;
}
.AnyTagClassName
{
color: #DC5ADD;
}
</style>
background-color css
<style>
a { background-color: #DC5ADD; }
a { background-color: rgb(220,90,221); }
div.DivClassName
{
background-color: #DC5ADD;
}
.BgClassName
{
background-color: #DC5ADD;
}
</style>
border-color css
<style>
span { border-color: #DC5ADD; }
span { border-color: rgb(220,90,221); }
td.TdClassName
{
border-color: #DC5ADD;
}
.TagClassName
{
border-color: #DC5ADD;
}
</style>