Html Css Color HEX #DF62BC Free Speech Magenta
📋 copy color: '#DF62BC'red 223 ◦ green 98 ◦ blue 188
Shades of Free Speech Magenta #DF62BC
Tints of Free Speech Magenta #DF62BC
RGB
CMYK
RGB Variations
Color information
#DF62BC (or 0xDF62BC) is known color: Free Speech Magenta. HEX triplet: DF, 62 and BC. RGB value is (223,98,188). Sum of RGB (Red+Green+Blue) = 223+98+188=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62BC is #209D43. Grayscale: #919191. Windows color (decimal): -2137412 or 12346079. OLE color: 12346079.
HSL color Cylindrical-coordinate representation of color #DF62BC: hue angle of 316.8º 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 #DF62BC is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 188 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.13 |
| HSL | 316.8º | 0.66% | 0.63% | - |
| HSV(B) | 316.8º | 0.56% | 0.87% | - |
| XYZ | 43.88 | 28.05 | 50.68 | - |
| YUV | 145.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 188 | 0 | 0.56 | 0.16 | 0.13 | 316.8 | 0.66 | 0.63 |
| Hex | DF | 62 | BC | 0 | 38 | 10 | D | 13D | 42 | 3F |
| Octal | 337 | 142 | 274 | 0 | 70 | 20 | 15 | 475 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10111100 | 0 | 111000 | 10000 | 1101 | 100111101 | 1000010 | 111111 |
Color Harmonies of #DF62BC
Complementary color
Monochromatic Colors of #DF62BC
Black with #DF62BC
Text Example
Text Example
White with #DF62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62BC; }
p { color: rgb(223,98,188); }
H1.HeaderClassName
{
color: #DF62BC;
}
.AnyTagClassName
{
color: #DF62BC;
}
</style>
background-color css
<style>
a { background-color: #DF62BC; }
a { background-color: rgb(223,98,188); }
div.DivClassName
{
background-color: #DF62BC;
}
.BgClassName
{
background-color: #DF62BC;
}
</style>
border-color css
<style>
span { border-color: #DF62BC; }
span { border-color: rgb(223,98,188); }
td.TdClassName
{
border-color: #DF62BC;
}
.TagClassName
{
border-color: #DF62BC;
}
</style>