Html Css Color HEX #DC5CC2 Free Speech Magenta
📋 copy color: '#DC5CC2'red 220 ◦ green 92 ◦ blue 194
Shades of Free Speech Magenta #DC5CC2
Tints of Free Speech Magenta #DC5CC2
RGB
CMYK
RGB Variations
Color information
#DC5CC2 (or 0xDC5CC2) is known color: Free Speech Magenta. HEX triplet: DC, 5C and C2. RGB value is (220,92,194). Sum of RGB (Red+Green+Blue) = 220+92+194=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5CC2 is #23A33D. Grayscale: #8D8D8D. Windows color (decimal): -2335550 or 12737756. OLE color: 12737756.
HSL color Cylindrical-coordinate representation of color #DC5CC2: hue angle of 312.19º 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 #DC5CC2 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 194 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.14 |
| HSL | 312.19º | 0.65% | 0.61% | - |
| HSV(B) | 312.19º | 0.58% | 0.86% | - |
| XYZ | 43.08 | 26.76 | 53.93 | - |
| YUV | 141.9 | 157.41 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 194 | 0 | 0.58 | 0.12 | 0.14 | 312.19 | 0.65 | 0.61 |
| Hex | DC | 5C | C2 | 0 | 3A | C | E | 138 | 41 | 3D |
| Octal | 334 | 134 | 302 | 0 | 72 | 14 | 16 | 470 | 101 | 75 |
| Binary | 11011100 | 1011100 | 11000010 | 0 | 111010 | 1100 | 1110 | 100111000 | 1000001 | 111101 |
Color Harmonies of #DC5CC2
Complementary color
Monochromatic Colors of #DC5CC2
Black with #DC5CC2
Text Example
Text Example
White with #DC5CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CC2; }
p { color: rgb(220,92,194); }
H1.HeaderClassName
{
color: #DC5CC2;
}
.AnyTagClassName
{
color: #DC5CC2;
}
</style>
background-color css
<style>
a { background-color: #DC5CC2; }
a { background-color: rgb(220,92,194); }
div.DivClassName
{
background-color: #DC5CC2;
}
.BgClassName
{
background-color: #DC5CC2;
}
</style>
border-color css
<style>
span { border-color: #DC5CC2; }
span { border-color: rgb(220,92,194); }
td.TdClassName
{
border-color: #DC5CC2;
}
.TagClassName
{
border-color: #DC5CC2;
}
</style>