Html Css Color HEX #DC62D8 Free Speech Magenta
📋 copy color: '#DC62D8'red 220 ◦ green 98 ◦ blue 216
Shades of Free Speech Magenta #DC62D8
Tints of Free Speech Magenta #DC62D8
RGB
CMYK
RGB Variations
Color information
#DC62D8 (or 0xDC62D8) is known color: Free Speech Magenta. HEX triplet: DC, 62 and D8. RGB value is (220,98,216). Sum of RGB (Red+Green+Blue) = 220+98+216=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62D8 is #239D27. Grayscale: #939393. Windows color (decimal): -2333992 or 14181084. OLE color: 14181084.
HSL color Cylindrical-coordinate representation of color #DC62D8: hue angle of 301.97º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62D8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 216 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.14 |
| HSL | 301.97º | 0.64% | 0.62% | - |
| HSV(B) | 301.97º | 0.55% | 0.86% | - |
| XYZ | 46.28 | 28.91 | 68.11 | - |
| YUV | 147.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 216 | 0 | 0.55 | 0.02 | 0.14 | 301.97 | 0.64 | 0.62 |
| Hex | DC | 62 | D8 | 0 | 37 | 2 | E | 12E | 40 | 3E |
| Octal | 334 | 142 | 330 | 0 | 67 | 2 | 16 | 456 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11011000 | 0 | 110111 | 10 | 1110 | 100101110 | 1000000 | 111110 |
Color Harmonies of #DC62D8
Complementary color
Monochromatic Colors of #DC62D8
Black with #DC62D8
Text Example
Text Example
White with #DC62D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62D8; }
p { color: rgb(220,98,216); }
H1.HeaderClassName
{
color: #DC62D8;
}
.AnyTagClassName
{
color: #DC62D8;
}
</style>
background-color css
<style>
a { background-color: #DC62D8; }
a { background-color: rgb(220,98,216); }
div.DivClassName
{
background-color: #DC62D8;
}
.BgClassName
{
background-color: #DC62D8;
}
</style>
border-color css
<style>
span { border-color: #DC62D8; }
span { border-color: rgb(220,98,216); }
td.TdClassName
{
border-color: #DC62D8;
}
.TagClassName
{
border-color: #DC62D8;
}
</style>