Html Css Color HEX #DC5BDD Free Speech Magenta
📋 copy color: '#DC5BDD'red 220 ◦ green 91 ◦ blue 221
Shades of Free Speech Magenta #DC5BDD
Tints of Free Speech Magenta #DC5BDD
RGB
CMYK
RGB Variations
Color information
#DC5BDD (or 0xDC5BDD) is known color: Free Speech Magenta. HEX triplet: DC, 5B and DD. RGB value is (220,91,221). Sum of RGB (Red+Green+Blue) = 220+91+221=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BDD is #23A422. Grayscale: #909090. Windows color (decimal): -2335779 or 14506972. OLE color: 14506972.
HSL color Cylindrical-coordinate representation of color #DC5BDD: 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 #DC5BDD is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 91 | 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.31 | 27.92 | 71.35 | - |
| YUV | 144.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 221 | 0.00 | 0.59 | 0 | 0.13 | 299.54 | 0.66 | 0.61 |
| Hex | DC | 5B | DD | 0 | 3B | 0 | D | 12C | 42 | 3D |
| Octal | 334 | 133 | 335 | 0 | 73 | 0 | 15 | 454 | 102 | 75 |
| Binary | 11011100 | 1011011 | 11011101 | 0 | 111011 | 0 | 1101 | 100101100 | 1000010 | 111101 |
Color Harmonies of #DC5BDD
Complementary color
Monochromatic Colors of #DC5BDD
Black with #DC5BDD
Text Example
Text Example
White with #DC5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5BDD; }
p { color: rgb(220,91,221); }
H1.HeaderClassName
{
color: #DC5BDD;
}
.AnyTagClassName
{
color: #DC5BDD;
}
</style>
background-color css
<style>
a { background-color: #DC5BDD; }
a { background-color: rgb(220,91,221); }
div.DivClassName
{
background-color: #DC5BDD;
}
.BgClassName
{
background-color: #DC5BDD;
}
</style>
border-color css
<style>
span { border-color: #DC5BDD; }
span { border-color: rgb(220,91,221); }
td.TdClassName
{
border-color: #DC5BDD;
}
.TagClassName
{
border-color: #DC5BDD;
}
</style>