Html Css Color HEX #DC55D7 Free Speech Magenta
📋 copy color: '#DC55D7'red 220 ◦ green 85 ◦ blue 215
Shades of Free Speech Magenta #DC55D7
Tints of Free Speech Magenta #DC55D7
RGB
CMYK
RGB Variations
Color information
#DC55D7 (or 0xDC55D7) is known color: Free Speech Magenta. HEX triplet: DC, 55 and D7. RGB value is (220,85,215). Sum of RGB (Red+Green+Blue) = 220+85+215=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55D7 is #23AA28. Grayscale: #8B8B8B. Windows color (decimal): -2337321 or 14112220. OLE color: 14112220.
HSL color Cylindrical-coordinate representation of color #DC55D7: hue angle of 302.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55D7 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 215 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.14 |
| HSL | 302.22º | 0.66% | 0.6% | - |
| HSV(B) | 302.22º | 0.61% | 0.86% | - |
| XYZ | 45.03 | 26.62 | 67.05 | - |
| YUV | 140.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 215 | 0 | 0.61 | 0.02 | 0.14 | 302.22 | 0.66 | 0.6 |
| Hex | DC | 55 | D7 | 0 | 3D | 2 | E | 12E | 42 | 3C |
| Octal | 334 | 125 | 327 | 0 | 75 | 2 | 16 | 456 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11010111 | 0 | 111101 | 10 | 1110 | 100101110 | 1000010 | 111100 |
Color Harmonies of #DC55D7
Complementary color
Monochromatic Colors of #DC55D7
Black with #DC55D7
Text Example
Text Example
White with #DC55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55D7; }
p { color: rgb(220,85,215); }
H1.HeaderClassName
{
color: #DC55D7;
}
.AnyTagClassName
{
color: #DC55D7;
}
</style>
background-color css
<style>
a { background-color: #DC55D7; }
a { background-color: rgb(220,85,215); }
div.DivClassName
{
background-color: #DC55D7;
}
.BgClassName
{
background-color: #DC55D7;
}
</style>
border-color css
<style>
span { border-color: #DC55D7; }
span { border-color: rgb(220,85,215); }
td.TdClassName
{
border-color: #DC55D7;
}
.TagClassName
{
border-color: #DC55D7;
}
</style>