Html Css Color HEX #DC62D0 Free Speech Magenta
📋 copy color: '#DC62D0'red 220 ◦ green 98 ◦ blue 208
Shades of Free Speech Magenta #DC62D0
Tints of Free Speech Magenta #DC62D0
RGB
CMYK
RGB Variations
Color information
#DC62D0 (or 0xDC62D0) is known color: Free Speech Magenta. HEX triplet: DC, 62 and D0. RGB value is (220,98,208). Sum of RGB (Red+Green+Blue) = 220+98+208=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62D0 is #239D2F. Grayscale: #929292. Windows color (decimal): -2334000 or 13656796. OLE color: 13656796.
HSL color Cylindrical-coordinate representation of color #DC62D0: hue angle of 305.9º 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 #DC62D0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 208 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 305.9º | 0.64% | 0.62% | - |
| HSV(B) | 305.9º | 0.55% | 0.86% | - |
| XYZ | 45.27 | 28.51 | 62.79 | - |
| YUV | 147.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 208 | 0 | 0.55 | 0.05 | 0.14 | 305.9 | 0.64 | 0.62 |
| Hex | DC | 62 | D0 | 0 | 37 | 5 | E | 132 | 40 | 3E |
| Octal | 334 | 142 | 320 | 0 | 67 | 5 | 16 | 462 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11010000 | 0 | 110111 | 101 | 1110 | 100110010 | 1000000 | 111110 |
Color Harmonies of #DC62D0
Complementary color
Monochromatic Colors of #DC62D0
Black with #DC62D0
Text Example
Text Example
White with #DC62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62D0; }
p { color: rgb(220,98,208); }
H1.HeaderClassName
{
color: #DC62D0;
}
.AnyTagClassName
{
color: #DC62D0;
}
</style>
background-color css
<style>
a { background-color: #DC62D0; }
a { background-color: rgb(220,98,208); }
div.DivClassName
{
background-color: #DC62D0;
}
.BgClassName
{
background-color: #DC62D0;
}
</style>
border-color css
<style>
span { border-color: #DC62D0; }
span { border-color: rgb(220,98,208); }
td.TdClassName
{
border-color: #DC62D0;
}
.TagClassName
{
border-color: #DC62D0;
}
</style>