Html Css Color HEX #DC5AD4 Free Speech Magenta
📋 copy color: '#DC5AD4'red 220 ◦ green 90 ◦ blue 212
Shades of Free Speech Magenta #DC5AD4
Tints of Free Speech Magenta #DC5AD4
RGB
CMYK
RGB Variations
Color information
#DC5AD4 (or 0xDC5AD4) is known color: Free Speech Magenta. HEX triplet: DC, 5A and D4. RGB value is (220,90,212). Sum of RGB (Red+Green+Blue) = 220+90+212=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AD4 is #23A52B. Grayscale: #8E8E8E. Windows color (decimal): -2336044 or 13916892. OLE color: 13916892.
HSL color Cylindrical-coordinate representation of color #DC5AD4: hue angle of 303.69º 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 #DC5AD4 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 212 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.14 |
| HSL | 303.69º | 0.65% | 0.61% | - |
| HSV(B) | 303.69º | 0.59% | 0.86% | - |
| XYZ | 45.06 | 27.28 | 65.18 | - |
| YUV | 142.78 | 167.07 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 212 | 0 | 0.59 | 0.04 | 0.14 | 303.69 | 0.65 | 0.61 |
| Hex | DC | 5A | D4 | 0 | 3B | 4 | E | 130 | 41 | 3D |
| Octal | 334 | 132 | 324 | 0 | 73 | 4 | 16 | 460 | 101 | 75 |
| Binary | 11011100 | 1011010 | 11010100 | 0 | 111011 | 100 | 1110 | 100110000 | 1000001 | 111101 |
Color Harmonies of #DC5AD4
Complementary color
Monochromatic Colors of #DC5AD4
Black with #DC5AD4
Text Example
Text Example
White with #DC5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5AD4; }
p { color: rgb(220,90,212); }
H1.HeaderClassName
{
color: #DC5AD4;
}
.AnyTagClassName
{
color: #DC5AD4;
}
</style>
background-color css
<style>
a { background-color: #DC5AD4; }
a { background-color: rgb(220,90,212); }
div.DivClassName
{
background-color: #DC5AD4;
}
.BgClassName
{
background-color: #DC5AD4;
}
</style>
border-color css
<style>
span { border-color: #DC5AD4; }
span { border-color: rgb(220,90,212); }
td.TdClassName
{
border-color: #DC5AD4;
}
.TagClassName
{
border-color: #DC5AD4;
}
</style>