Html Css Color HEX #DC62DC Free Speech Magenta
📋 copy color: '#DC62DC'red 220 ◦ green 98 ◦ blue 220
Shades of Free Speech Magenta #DC62DC
Tints of Free Speech Magenta #DC62DC
RGB
CMYK
RGB Variations
Color information
#DC62DC (or 0xDC62DC) is known color: Free Speech Magenta. HEX triplet: DC, 62 and DC. RGB value is (220,98,220). Sum of RGB (Red+Green+Blue) = 220+98+220=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62DC is #239D23. Grayscale: #949494. Windows color (decimal): -2333988 or 14443228. OLE color: 14443228.
HSL color Cylindrical-coordinate representation of color #DC62DC: hue angle of 300º 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 #DC62DC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 220 | - |
| CMYK | 0 | 0.55 | 0 | 0.14 |
| HSL | 300º | 0.64% | 0.62% | - |
| HSV(B) | 300º | 0.55% | 0.86% | - |
| XYZ | 46.8 | 29.12 | 70.86 | - |
| YUV | 148.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 220 | 0 | 0.55 | 0 | 0.14 | 300 | 0.64 | 0.62 |
| Hex | DC | 62 | DC | 0 | 37 | 0 | E | 12C | 40 | 3E |
| Octal | 334 | 142 | 334 | 0 | 67 | 0 | 16 | 454 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11011100 | 0 | 110111 | 0 | 1110 | 100101100 | 1000000 | 111110 |
Color Harmonies of #DC62DC
Complementary color
Monochromatic Colors of #DC62DC
Black with #DC62DC
Text Example
Text Example
White with #DC62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62DC; }
p { color: rgb(220,98,220); }
H1.HeaderClassName
{
color: #DC62DC;
}
.AnyTagClassName
{
color: #DC62DC;
}
</style>
background-color css
<style>
a { background-color: #DC62DC; }
a { background-color: rgb(220,98,220); }
div.DivClassName
{
background-color: #DC62DC;
}
.BgClassName
{
background-color: #DC62DC;
}
</style>
border-color css
<style>
span { border-color: #DC62DC; }
span { border-color: rgb(220,98,220); }
td.TdClassName
{
border-color: #DC62DC;
}
.TagClassName
{
border-color: #DC62DC;
}
</style>