Html Css Color HEX #DF62C4 Free Speech Magenta
📋 copy color: '#DF62C4'red 223 ◦ green 98 ◦ blue 196
Shades of Free Speech Magenta #DF62C4
Tints of Free Speech Magenta #DF62C4
RGB
CMYK
RGB Variations
Color information
#DF62C4 (or 0xDF62C4) is known color: Free Speech Magenta. HEX triplet: DF, 62 and C4. RGB value is (223,98,196). Sum of RGB (Red+Green+Blue) = 223+98+196=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62C4 is #209D3B. Grayscale: #929292. Windows color (decimal): -2137404 or 12870367. OLE color: 12870367.
HSL color Cylindrical-coordinate representation of color #DF62C4: hue angle of 312.96º 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 #DF62C4 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 196 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.13 |
| HSL | 312.96º | 0.66% | 0.63% | - |
| HSV(B) | 312.96º | 0.56% | 0.87% | - |
| XYZ | 44.76 | 28.41 | 55.35 | - |
| YUV | 146.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 196 | 0 | 0.56 | 0.12 | 0.13 | 312.96 | 0.66 | 0.63 |
| Hex | DF | 62 | C4 | 0 | 38 | C | D | 139 | 42 | 3F |
| Octal | 337 | 142 | 304 | 0 | 70 | 14 | 15 | 471 | 102 | 77 |
| Binary | 11011111 | 1100010 | 11000100 | 0 | 111000 | 1100 | 1101 | 100111001 | 1000010 | 111111 |
Color Harmonies of #DF62C4
Complementary color
Monochromatic Colors of #DF62C4
Black with #DF62C4
Text Example
Text Example
White with #DF62C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62C4; }
p { color: rgb(223,98,196); }
H1.HeaderClassName
{
color: #DF62C4;
}
.AnyTagClassName
{
color: #DF62C4;
}
</style>
background-color css
<style>
a { background-color: #DF62C4; }
a { background-color: rgb(223,98,196); }
div.DivClassName
{
background-color: #DF62C4;
}
.BgClassName
{
background-color: #DF62C4;
}
</style>
border-color css
<style>
span { border-color: #DF62C4; }
span { border-color: rgb(223,98,196); }
td.TdClassName
{
border-color: #DF62C4;
}
.TagClassName
{
border-color: #DF62C4;
}
</style>