Html Css Color HEX #DC55D0 Free Speech Magenta
📋 copy color: '#DC55D0'red 220 ◦ green 85 ◦ blue 208
Shades of Free Speech Magenta #DC55D0
Tints of Free Speech Magenta #DC55D0
RGB
CMYK
RGB Variations
Color information
#DC55D0 (or 0xDC55D0) is known color: Free Speech Magenta. HEX triplet: DC, 55 and D0. RGB value is (220,85,208). Sum of RGB (Red+Green+Blue) = 220+85+208=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55D0 is #23AA2F. Grayscale: #8B8B8B. Windows color (decimal): -2337328 or 13653468. OLE color: 13653468.
HSL color Cylindrical-coordinate representation of color #DC55D0: hue angle of 305.33º 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 #DC55D0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 208 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.14 |
| HSL | 305.33º | 0.66% | 0.6% | - |
| HSV(B) | 305.33º | 0.61% | 0.86% | - |
| XYZ | 44.15 | 26.27 | 62.42 | - |
| YUV | 139.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 208 | 0 | 0.61 | 0.05 | 0.14 | 305.33 | 0.66 | 0.6 |
| Hex | DC | 55 | D0 | 0 | 3D | 5 | E | 131 | 42 | 3C |
| Octal | 334 | 125 | 320 | 0 | 75 | 5 | 16 | 461 | 102 | 74 |
| Binary | 11011100 | 1010101 | 11010000 | 0 | 111101 | 101 | 1110 | 100110001 | 1000010 | 111100 |
Color Harmonies of #DC55D0
Complementary color
Monochromatic Colors of #DC55D0
Black with #DC55D0
Text Example
Text Example
White with #DC55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55D0; }
p { color: rgb(220,85,208); }
H1.HeaderClassName
{
color: #DC55D0;
}
.AnyTagClassName
{
color: #DC55D0;
}
</style>
background-color css
<style>
a { background-color: #DC55D0; }
a { background-color: rgb(220,85,208); }
div.DivClassName
{
background-color: #DC55D0;
}
.BgClassName
{
background-color: #DC55D0;
}
</style>
border-color css
<style>
span { border-color: #DC55D0; }
span { border-color: rgb(220,85,208); }
td.TdClassName
{
border-color: #DC55D0;
}
.TagClassName
{
border-color: #DC55D0;
}
</style>