Html Css Color HEX #DC62D1 Free Speech Magenta
📋 copy color: '#DC62D1'red 220 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #DC62D1
Tints of Free Speech Magenta #DC62D1
RGB
CMYK
RGB Variations
Color information
#DC62D1 (or 0xDC62D1) is known color: Free Speech Magenta. HEX triplet: DC, 62 and D1. RGB value is (220,98,209). Sum of RGB (Red+Green+Blue) = 220+98+209=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC62D1 is #239D2E. Grayscale: #929292. Windows color (decimal): -2333999 or 13722332. OLE color: 13722332.
HSL color Cylindrical-coordinate representation of color #DC62D1: hue angle of 305.41º 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 #DC62D1 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 209 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.14 |
| HSL | 305.41º | 0.64% | 0.62% | - |
| HSV(B) | 305.41º | 0.55% | 0.86% | - |
| XYZ | 45.39 | 28.55 | 63.44 | - |
| YUV | 147.13 | 162.92 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 209 | 0 | 0.55 | 0.05 | 0.14 | 305.41 | 0.64 | 0.62 |
| Hex | DC | 62 | D1 | 0 | 37 | 5 | E | 131 | 40 | 3E |
| Octal | 334 | 142 | 321 | 0 | 67 | 5 | 16 | 461 | 100 | 76 |
| Binary | 11011100 | 1100010 | 11010001 | 0 | 110111 | 101 | 1110 | 100110001 | 1000000 | 111110 |
Color Harmonies of #DC62D1
Complementary color
Monochromatic Colors of #DC62D1
Black with #DC62D1
Text Example
Text Example
White with #DC62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62D1; }
p { color: rgb(220,98,209); }
H1.HeaderClassName
{
color: #DC62D1;
}
.AnyTagClassName
{
color: #DC62D1;
}
</style>
background-color css
<style>
a { background-color: #DC62D1; }
a { background-color: rgb(220,98,209); }
div.DivClassName
{
background-color: #DC62D1;
}
.BgClassName
{
background-color: #DC62D1;
}
</style>
border-color css
<style>
span { border-color: #DC62D1; }
span { border-color: rgb(220,98,209); }
td.TdClassName
{
border-color: #DC62D1;
}
.TagClassName
{
border-color: #DC62D1;
}
</style>