Html Css Color HEX #DC5CCE Free Speech Magenta
📋 copy color: '#DC5CCE'red 220 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #DC5CCE
Tints of Free Speech Magenta #DC5CCE
RGB
CMYK
RGB Variations
Color information
#DC5CCE (or 0xDC5CCE) is known color: Free Speech Magenta. HEX triplet: DC, 5C and CE. RGB value is (220,92,206). Sum of RGB (Red+Green+Blue) = 220+92+206=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CCE is #23A331. Grayscale: #8E8E8E. Windows color (decimal): -2335538 or 13524188. OLE color: 13524188.
HSL color Cylindrical-coordinate representation of color #DC5CCE: hue angle of 306.56º 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 #DC5CCE is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 206 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.14 |
| HSL | 306.56º | 0.65% | 0.61% | - |
| HSV(B) | 306.56º | 0.58% | 0.86% | - |
| XYZ | 44.48 | 27.33 | 61.32 | - |
| YUV | 143.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 206 | 0 | 0.58 | 0.06 | 0.14 | 306.56 | 0.65 | 0.61 |
| Hex | DC | 5C | CE | 0 | 3A | 6 | E | 133 | 41 | 3D |
| Octal | 334 | 134 | 316 | 0 | 72 | 6 | 16 | 463 | 101 | 75 |
| Binary | 11011100 | 1011100 | 11001110 | 0 | 111010 | 110 | 1110 | 100110011 | 1000001 | 111101 |
Color Harmonies of #DC5CCE
Complementary color
Monochromatic Colors of #DC5CCE
Black with #DC5CCE
Text Example
Text Example
White with #DC5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CCE; }
p { color: rgb(220,92,206); }
H1.HeaderClassName
{
color: #DC5CCE;
}
.AnyTagClassName
{
color: #DC5CCE;
}
</style>
background-color css
<style>
a { background-color: #DC5CCE; }
a { background-color: rgb(220,92,206); }
div.DivClassName
{
background-color: #DC5CCE;
}
.BgClassName
{
background-color: #DC5CCE;
}
</style>
border-color css
<style>
span { border-color: #DC5CCE; }
span { border-color: rgb(220,92,206); }
td.TdClassName
{
border-color: #DC5CCE;
}
.TagClassName
{
border-color: #DC5CCE;
}
</style>