Html Css Color HEX #DC62C3 Free Speech Magenta
📋 copy color: '#DC62C3'red 220 ◦ green 98 ◦ blue 195
Shades of Free Speech Magenta #DC62C3
Tints of Free Speech Magenta #DC62C3
RGB
CMYK
RGB Variations
Color information
#DC62C3 (or 0xDC62C3) is known color: Free Speech Magenta. HEX triplet: DC, 62 and C3. RGB value is (220,98,195). Sum of RGB (Red+Green+Blue) = 220+98+195=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62C3 is #239D3C. Grayscale: #919191. Windows color (decimal): -2334013 or 12804828. OLE color: 12804828.
HSL color Cylindrical-coordinate representation of color #DC62C3: hue angle of 312.3º 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 #DC62C3 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 195 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 312.3º | 0.64% | 0.62% | - |
| HSV(B) | 312.3º | 0.55% | 0.86% | - |
| XYZ | 43.73 | 27.89 | 54.71 | - |
| YUV | 145.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 195 | 0 | 0.55 | 0.11 | 0.14 | 312.3 | 0.64 | 0.62 |
| Hex | DC | 62 | C3 | 0 | 37 | B | E | 138 | 40 | 3E |
| Octal | 334 | 142 | 303 | 0 | 67 | 13 | 16 | 470 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11000011 | 0 | 110111 | 1011 | 1110 | 100111000 | 1000000 | 111110 |
Color Harmonies of #DC62C3
Complementary color
Monochromatic Colors of #DC62C3
Black with #DC62C3
Text Example
Text Example
White with #DC62C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62C3; }
p { color: rgb(220,98,195); }
H1.HeaderClassName
{
color: #DC62C3;
}
.AnyTagClassName
{
color: #DC62C3;
}
</style>
background-color css
<style>
a { background-color: #DC62C3; }
a { background-color: rgb(220,98,195); }
div.DivClassName
{
background-color: #DC62C3;
}
.BgClassName
{
background-color: #DC62C3;
}
</style>
border-color css
<style>
span { border-color: #DC62C3; }
span { border-color: rgb(220,98,195); }
td.TdClassName
{
border-color: #DC62C3;
}
.TagClassName
{
border-color: #DC62C3;
}
</style>