Html Css Color HEX #DF62BD Free Speech Magenta
📋 copy color: '#DF62BD'red 223 ◦ green 98 ◦ blue 189
Shades of Free Speech Magenta #DF62BD
Tints of Free Speech Magenta #DF62BD
RGB
CMYK
RGB Variations
Color information
#DF62BD (or 0xDF62BD) is known color: Free Speech Magenta. HEX triplet: DF, 62 and BD. RGB value is (223,98,189). Sum of RGB (Red+Green+Blue) = 223+98+189=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62BD is #209D42. Grayscale: #919191. Windows color (decimal): -2137411 or 12411615. OLE color: 12411615.
HSL color Cylindrical-coordinate representation of color #DF62BD: hue angle of 316.32º 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 #DF62BD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 189 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.13 |
| HSL | 316.32º | 0.66% | 0.63% | - |
| HSV(B) | 316.32º | 0.56% | 0.87% | - |
| XYZ | 43.98 | 28.1 | 51.25 | - |
| YUV | 145.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 189 | 0 | 0.56 | 0.15 | 0.13 | 316.32 | 0.66 | 0.63 |
| Hex | DF | 62 | BD | 0 | 38 | F | D | 13C | 42 | 3F |
| Octal | 337 | 142 | 275 | 0 | 70 | 17 | 15 | 474 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10111101 | 0 | 111000 | 1111 | 1101 | 100111100 | 1000010 | 111111 |
Color Harmonies of #DF62BD
Complementary color
Monochromatic Colors of #DF62BD
Black with #DF62BD
Text Example
Text Example
White with #DF62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62BD; }
p { color: rgb(223,98,189); }
H1.HeaderClassName
{
color: #DF62BD;
}
.AnyTagClassName
{
color: #DF62BD;
}
</style>
background-color css
<style>
a { background-color: #DF62BD; }
a { background-color: rgb(223,98,189); }
div.DivClassName
{
background-color: #DF62BD;
}
.BgClassName
{
background-color: #DF62BD;
}
</style>
border-color css
<style>
span { border-color: #DF62BD; }
span { border-color: rgb(223,98,189); }
td.TdClassName
{
border-color: #DF62BD;
}
.TagClassName
{
border-color: #DF62BD;
}
</style>