Html Css Color HEX #DC5ABC Free Speech Magenta
📋 copy color: '#DC5ABC'red 220 ◦ green 90 ◦ blue 188
Shades of Free Speech Magenta #DC5ABC
Tints of Free Speech Magenta #DC5ABC
RGB
CMYK
RGB Variations
Color information
#DC5ABC (or 0xDC5ABC) is known color: Free Speech Magenta. HEX triplet: DC, 5A and BC. RGB value is (220,90,188). Sum of RGB (Red+Green+Blue) = 220+90+188=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5ABC is #23A543. Grayscale: #8B8B8B. Windows color (decimal): -2336068 or 12344028. OLE color: 12344028.
HSL color Cylindrical-coordinate representation of color #DC5ABC: hue angle of 314.77º 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 #DC5ABC is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 188 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.14 |
| HSL | 314.77º | 0.65% | 0.61% | - |
| HSV(B) | 314.77º | 0.59% | 0.86% | - |
| XYZ | 42.25 | 26.16 | 50.4 | - |
| YUV | 140.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 188 | 0 | 0.59 | 0.15 | 0.14 | 314.77 | 0.65 | 0.61 |
| Hex | DC | 5A | BC | 0 | 3B | F | E | 13B | 41 | 3D |
| Octal | 334 | 132 | 274 | 0 | 73 | 17 | 16 | 473 | 101 | 75 |
| Binary | 11011100 | 1011010 | 10111100 | 0 | 111011 | 1111 | 1110 | 100111011 | 1000001 | 111101 |
Color Harmonies of #DC5ABC
Complementary color
Monochromatic Colors of #DC5ABC
Black with #DC5ABC
Text Example
Text Example
White with #DC5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5ABC; }
p { color: rgb(220,90,188); }
H1.HeaderClassName
{
color: #DC5ABC;
}
.AnyTagClassName
{
color: #DC5ABC;
}
</style>
background-color css
<style>
a { background-color: #DC5ABC; }
a { background-color: rgb(220,90,188); }
div.DivClassName
{
background-color: #DC5ABC;
}
.BgClassName
{
background-color: #DC5ABC;
}
</style>
border-color css
<style>
span { border-color: #DC5ABC; }
span { border-color: rgb(220,90,188); }
td.TdClassName
{
border-color: #DC5ABC;
}
.TagClassName
{
border-color: #DC5ABC;
}
</style>