Html Css Color HEX #DF62D8 Free Speech Magenta
📋 copy color: '#DF62D8'red 223 ◦ green 98 ◦ blue 216
Shades of Free Speech Magenta #DF62D8
Tints of Free Speech Magenta #DF62D8
RGB
CMYK
RGB Variations
Color information
#DF62D8 (or 0xDF62D8) is known color: Free Speech Magenta. HEX triplet: DF, 62 and D8. RGB value is (223,98,216). Sum of RGB (Red+Green+Blue) = 223+98+216=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62D8 is #209D27. Grayscale: #949494. Windows color (decimal): -2137384 or 14181087. OLE color: 14181087.
HSL color Cylindrical-coordinate representation of color #DF62D8: hue angle of 303.36º 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 #DF62D8 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 216 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.13 |
| HSL | 303.36º | 0.66% | 0.63% | - |
| HSV(B) | 303.36º | 0.56% | 0.87% | - |
| XYZ | 47.19 | 29.38 | 68.15 | - |
| YUV | 148.83 | 165.91 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 216 | 0 | 0.56 | 0.03 | 0.13 | 303.36 | 0.66 | 0.63 |
| Hex | DF | 62 | D8 | 0 | 38 | 3 | D | 12F | 42 | 3F |
| Octal | 337 | 142 | 330 | 0 | 70 | 3 | 15 | 457 | 102 | 77 |
| Binary | 11011111 | 1100010 | 11011000 | 0 | 111000 | 11 | 1101 | 100101111 | 1000010 | 111111 |
Color Harmonies of #DF62D8
Complementary color
Monochromatic Colors of #DF62D8
Black with #DF62D8
Text Example
Text Example
White with #DF62D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62D8; }
p { color: rgb(223,98,216); }
H1.HeaderClassName
{
color: #DF62D8;
}
.AnyTagClassName
{
color: #DF62D8;
}
</style>
background-color css
<style>
a { background-color: #DF62D8; }
a { background-color: rgb(223,98,216); }
div.DivClassName
{
background-color: #DF62D8;
}
.BgClassName
{
background-color: #DF62D8;
}
</style>
border-color css
<style>
span { border-color: #DF62D8; }
span { border-color: rgb(223,98,216); }
td.TdClassName
{
border-color: #DF62D8;
}
.TagClassName
{
border-color: #DF62D8;
}
</style>