Html Css Color HEX #DC5CDC Free Speech Magenta
📋 copy color: '#DC5CDC'red 220 ◦ green 92 ◦ blue 220
Shades of Free Speech Magenta #DC5CDC
Tints of Free Speech Magenta #DC5CDC
RGB
CMYK
RGB Variations
Color information
#DC5CDC (or 0xDC5CDC) is known color: Free Speech Magenta. HEX triplet: DC, 5C and DC. RGB value is (220,92,220). Sum of RGB (Red+Green+Blue) = 220+92+220=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CDC is #23A323. Grayscale: #909090. Windows color (decimal): -2335524 or 14441692. OLE color: 14441692.
HSL color Cylindrical-coordinate representation of color #DC5CDC: hue angle of 300º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5CDC is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 92 | 220 | - |
CMYK | 0 | 0.58 | 0 | 0.14 |
HSL | 300º | 0.65% | 0.61% | - |
HSV(B) | 300º | 0.58% | 0.86% | - |
XYZ | 46.26 | 28.04 | 70.68 | - |
YUV | 144.86 | 170.41 | 181.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 92 | 220 | 0 | 0.58 | 0 | 0.14 | 300 | 0.65 | 0.61 |
Hex | DC | 5C | DC | 0 | 3A | 0 | E | 12C | 41 | 3D |
Octal | 334 | 134 | 334 | 0 | 72 | 0 | 16 | 454 | 101 | 75 |
Binary | 11011100 | 1011100 | 11011100 | 0 | 111010 | 0 | 1110 | 100101100 | 1000001 | 111101 |
Color Harmonies of #DC5CDC
Complementary color
Monochromatic Colors of #DC5CDC
Black with #DC5CDC
Text Example
Text Example
White with #DC5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CDC; }
p { color: rgb(220,92,220); }
H1.HeaderClassName
{
color: #DC5CDC;
}
.AnyTagClassName
{
color: #DC5CDC;
}
</style>
background-color css
<style>
a { background-color: #DC5CDC; }
a { background-color: rgb(220,92,220); }
div.DivClassName
{
background-color: #DC5CDC;
}
.BgClassName
{
background-color: #DC5CDC;
}
</style>
border-color css
<style>
span { border-color: #DC5CDC; }
span { border-color: rgb(220,92,220); }
td.TdClassName
{
border-color: #DC5CDC;
}
.TagClassName
{
border-color: #DC5CDC;
}
</style>