Html Css Color HEX #DF62D2 Free Speech Magenta
📋 copy color: '#DF62D2'red 223 ◦ green 98 ◦ blue 210
Shades of Free Speech Magenta #DF62D2
Tints of Free Speech Magenta #DF62D2
RGB
CMYK
RGB Variations
Color information
#DF62D2 (or 0xDF62D2) is known color: Free Speech Magenta. HEX triplet: DF, 62 and D2. RGB value is (223,98,210). Sum of RGB (Red+Green+Blue) = 223+98+210=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62D2 is #209D2D. Grayscale: #939393. Windows color (decimal): -2137390 or 13787871. OLE color: 13787871.
HSL color Cylindrical-coordinate representation of color #DF62D2: hue angle of 306.24º 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 #DF62D2 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 210 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.13 |
| HSL | 306.24º | 0.66% | 0.63% | - |
| HSV(B) | 306.24º | 0.56% | 0.87% | - |
| XYZ | 46.43 | 29.08 | 64.14 | - |
| YUV | 148.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 210 | 0 | 0.56 | 0.06 | 0.13 | 306.24 | 0.66 | 0.63 |
| Hex | DF | 62 | D2 | 0 | 38 | 6 | D | 132 | 42 | 3F |
| Octal | 337 | 142 | 322 | 0 | 70 | 6 | 15 | 462 | 102 | 77 |
| Binary | 11011111 | 1100010 | 11010010 | 0 | 111000 | 110 | 1101 | 100110010 | 1000010 | 111111 |
Color Harmonies of #DF62D2
Complementary color
Monochromatic Colors of #DF62D2
Black with #DF62D2
Text Example
Text Example
White with #DF62D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62D2; }
p { color: rgb(223,98,210); }
H1.HeaderClassName
{
color: #DF62D2;
}
.AnyTagClassName
{
color: #DF62D2;
}
</style>
background-color css
<style>
a { background-color: #DF62D2; }
a { background-color: rgb(223,98,210); }
div.DivClassName
{
background-color: #DF62D2;
}
.BgClassName
{
background-color: #DF62D2;
}
</style>
border-color css
<style>
span { border-color: #DF62D2; }
span { border-color: rgb(223,98,210); }
td.TdClassName
{
border-color: #DF62D2;
}
.TagClassName
{
border-color: #DF62D2;
}
</style>