Html Css Color HEX #DC62BC Free Speech Magenta
📋 copy color: '#DC62BC'red 220 ◦ green 98 ◦ blue 188
Shades of Free Speech Magenta #DC62BC
Tints of Free Speech Magenta #DC62BC
RGB
CMYK
RGB Variations
Color information
#DC62BC (or 0xDC62BC) is known color: Free Speech Magenta. HEX triplet: DC, 62 and BC. RGB value is (220,98,188). Sum of RGB (Red+Green+Blue) = 220+98+188=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62BC is #239D43. Grayscale: #909090. Windows color (decimal): -2334020 or 12346076. OLE color: 12346076.
HSL color Cylindrical-coordinate representation of color #DC62BC: hue angle of 315.74º 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 #DC62BC is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 188 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.14 |
| HSL | 315.74º | 0.64% | 0.62% | - |
| HSV(B) | 315.74º | 0.55% | 0.86% | - |
| XYZ | 42.96 | 27.58 | 50.64 | - |
| YUV | 144.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 188 | 0 | 0.55 | 0.15 | 0.14 | 315.74 | 0.64 | 0.62 |
| Hex | DC | 62 | BC | 0 | 37 | F | E | 13C | 40 | 3E |
| Octal | 334 | 142 | 274 | 0 | 67 | 17 | 16 | 474 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10111100 | 0 | 110111 | 1111 | 1110 | 100111100 | 1000000 | 111110 |
Color Harmonies of #DC62BC
Complementary color
Monochromatic Colors of #DC62BC
Black with #DC62BC
Text Example
Text Example
White with #DC62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62BC; }
p { color: rgb(220,98,188); }
H1.HeaderClassName
{
color: #DC62BC;
}
.AnyTagClassName
{
color: #DC62BC;
}
</style>
background-color css
<style>
a { background-color: #DC62BC; }
a { background-color: rgb(220,98,188); }
div.DivClassName
{
background-color: #DC62BC;
}
.BgClassName
{
background-color: #DC62BC;
}
</style>
border-color css
<style>
span { border-color: #DC62BC; }
span { border-color: rgb(220,98,188); }
td.TdClassName
{
border-color: #DC62BC;
}
.TagClassName
{
border-color: #DC62BC;
}
</style>