Html Css Color HEX #DF62C5 Free Speech Magenta
📋 copy color: '#DF62C5'red 223 ◦ green 98 ◦ blue 197
Shades of Free Speech Magenta #DF62C5
Tints of Free Speech Magenta #DF62C5
RGB
CMYK
RGB Variations
Color information
#DF62C5 (or 0xDF62C5) is known color: Free Speech Magenta. HEX triplet: DF, 62 and C5. RGB value is (223,98,197). Sum of RGB (Red+Green+Blue) = 223+98+197=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62C5 is #209D3A. Grayscale: #929292. Windows color (decimal): -2137403 or 12935903. OLE color: 12935903.
HSL color Cylindrical-coordinate representation of color #DF62C5: hue angle of 312.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF62C5 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 197 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.13 |
| HSL | 312.48º | 0.66% | 0.63% | - |
| HSV(B) | 312.48º | 0.56% | 0.87% | - |
| XYZ | 44.88 | 28.45 | 55.95 | - |
| YUV | 146.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 197 | 0 | 0.56 | 0.12 | 0.13 | 312.48 | 0.66 | 0.63 |
| Hex | DF | 62 | C5 | 0 | 38 | C | D | 138 | 42 | 3F |
| Octal | 337 | 142 | 305 | 0 | 70 | 14 | 15 | 470 | 102 | 77 |
| Binary | 11011111 | 1100010 | 11000101 | 0 | 111000 | 1100 | 1101 | 100111000 | 1000010 | 111111 |
Color Harmonies of #DF62C5
Complementary color
Monochromatic Colors of #DF62C5
Black with #DF62C5
Text Example
Text Example
White with #DF62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62C5; }
p { color: rgb(223,98,197); }
H1.HeaderClassName
{
color: #DF62C5;
}
.AnyTagClassName
{
color: #DF62C5;
}
</style>
background-color css
<style>
a { background-color: #DF62C5; }
a { background-color: rgb(223,98,197); }
div.DivClassName
{
background-color: #DF62C5;
}
.BgClassName
{
background-color: #DF62C5;
}
</style>
border-color css
<style>
span { border-color: #DF62C5; }
span { border-color: rgb(223,98,197); }
td.TdClassName
{
border-color: #DF62C5;
}
.TagClassName
{
border-color: #DF62C5;
}
</style>