Html Css Color HEX #DF62D4 Free Speech Magenta
📋 copy color: '#DF62D4'red 223 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #DF62D4
Tints of Free Speech Magenta #DF62D4
RGB
CMYK
RGB Variations
Color information
#DF62D4 (or 0xDF62D4) is known color: Free Speech Magenta. HEX triplet: DF, 62 and D4. RGB value is (223,98,212). Sum of RGB (Red+Green+Blue) = 223+98+212=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62D4 is #209D2B. Grayscale: #949494. Windows color (decimal): -2137388 or 13918943. OLE color: 13918943.
HSL color Cylindrical-coordinate representation of color #DF62D4: hue angle of 305.28º 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 #DF62D4 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 212 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.13 |
| HSL | 305.28º | 0.66% | 0.63% | - |
| HSV(B) | 305.28º | 0.56% | 0.87% | - |
| XYZ | 46.68 | 29.18 | 65.46 | - |
| YUV | 148.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 212 | 0 | 0.56 | 0.05 | 0.13 | 305.28 | 0.66 | 0.63 |
| Hex | DF | 62 | D4 | 0 | 38 | 5 | D | 131 | 42 | 3F |
| Octal | 337 | 142 | 324 | 0 | 70 | 5 | 15 | 461 | 102 | 77 |
| Binary | 11011111 | 1100010 | 11010100 | 0 | 111000 | 101 | 1101 | 100110001 | 1000010 | 111111 |
Color Harmonies of #DF62D4
Complementary color
Monochromatic Colors of #DF62D4
Black with #DF62D4
Text Example
Text Example
White with #DF62D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62D4; }
p { color: rgb(223,98,212); }
H1.HeaderClassName
{
color: #DF62D4;
}
.AnyTagClassName
{
color: #DF62D4;
}
</style>
background-color css
<style>
a { background-color: #DF62D4; }
a { background-color: rgb(223,98,212); }
div.DivClassName
{
background-color: #DF62D4;
}
.BgClassName
{
background-color: #DF62D4;
}
</style>
border-color css
<style>
span { border-color: #DF62D4; }
span { border-color: rgb(223,98,212); }
td.TdClassName
{
border-color: #DF62D4;
}
.TagClassName
{
border-color: #DF62D4;
}
</style>