Html Css Color HEX #DC5AD1 Free Speech Magenta
📋 copy color: '#DC5AD1'red 220 ◦ green 90 ◦ blue 209
Shades of Free Speech Magenta #DC5AD1
Tints of Free Speech Magenta #DC5AD1
RGB
CMYK
RGB Variations
Color information
#DC5AD1 (or 0xDC5AD1) is known color: Free Speech Magenta. HEX triplet: DC, 5A and D1. RGB value is (220,90,209). Sum of RGB (Red+Green+Blue) = 220+90+209=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AD1 is #23A52E. Grayscale: #8E8E8E. Windows color (decimal): -2336047 or 13720284. OLE color: 13720284.
HSL color Cylindrical-coordinate representation of color #DC5AD1: hue angle of 305.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5AD1 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 209 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.14 |
| HSL | 305.08º | 0.65% | 0.61% | - |
| HSV(B) | 305.08º | 0.59% | 0.86% | - |
| XYZ | 44.68 | 27.13 | 63.2 | - |
| YUV | 142.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 209 | 0 | 0.59 | 0.05 | 0.14 | 305.08 | 0.65 | 0.61 |
| Hex | DC | 5A | D1 | 0 | 3B | 5 | E | 131 | 41 | 3D |
| Octal | 334 | 132 | 321 | 0 | 73 | 5 | 16 | 461 | 101 | 75 |
| Binary | 11011100 | 1011010 | 11010001 | 0 | 111011 | 101 | 1110 | 100110001 | 1000001 | 111101 |
Color Harmonies of #DC5AD1
Complementary color
Monochromatic Colors of #DC5AD1
Black with #DC5AD1
Text Example
Text Example
White with #DC5AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AD1; }
p { color: rgb(220,90,209); }
H1.HeaderClassName
{
color: #DC5AD1;
}
.AnyTagClassName
{
color: #DC5AD1;
}
</style>
background-color css
<style>
a { background-color: #DC5AD1; }
a { background-color: rgb(220,90,209); }
div.DivClassName
{
background-color: #DC5AD1;
}
.BgClassName
{
background-color: #DC5AD1;
}
</style>
border-color css
<style>
span { border-color: #DC5AD1; }
span { border-color: rgb(220,90,209); }
td.TdClassName
{
border-color: #DC5AD1;
}
.TagClassName
{
border-color: #DC5AD1;
}
</style>