Html Css Color HEX #DC61CE Free Speech Magenta
📋 copy color: '#DC61CE'red 220 ◦ green 97 ◦ blue 206
Shades of Free Speech Magenta #DC61CE
Tints of Free Speech Magenta #DC61CE
RGB
CMYK
RGB Variations
Color information
#DC61CE (or 0xDC61CE) is known color: Free Speech Magenta. HEX triplet: DC, 61 and CE. RGB value is (220,97,206). Sum of RGB (Red+Green+Blue) = 220+97+206=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61CE is #239E31. Grayscale: #919191. Windows color (decimal): -2334258 or 13525468. OLE color: 13525468.
HSL color Cylindrical-coordinate representation of color #DC61CE: hue angle of 306.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61CE is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 206 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.14 |
| HSL | 306.83º | 0.64% | 0.62% | - |
| HSV(B) | 306.83º | 0.56% | 0.86% | - |
| XYZ | 44.93 | 28.22 | 61.47 | - |
| YUV | 146.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 206 | 0 | 0.56 | 0.06 | 0.14 | 306.83 | 0.64 | 0.62 |
| Hex | DC | 61 | CE | 0 | 38 | 6 | E | 133 | 40 | 3E |
| Octal | 334 | 141 | 316 | 0 | 70 | 6 | 16 | 463 | 100 | 76 |
| Binary | 11011100 | 1100001 | 11001110 | 0 | 111000 | 110 | 1110 | 100110011 | 1000000 | 111110 |
Color Harmonies of #DC61CE
Complementary color
Monochromatic Colors of #DC61CE
Black with #DC61CE
Text Example
Text Example
White with #DC61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61CE; }
p { color: rgb(220,97,206); }
H1.HeaderClassName
{
color: #DC61CE;
}
.AnyTagClassName
{
color: #DC61CE;
}
</style>
background-color css
<style>
a { background-color: #DC61CE; }
a { background-color: rgb(220,97,206); }
div.DivClassName
{
background-color: #DC61CE;
}
.BgClassName
{
background-color: #DC61CE;
}
</style>
border-color css
<style>
span { border-color: #DC61CE; }
span { border-color: rgb(220,97,206); }
td.TdClassName
{
border-color: #DC61CE;
}
.TagClassName
{
border-color: #DC61CE;
}
</style>