Html Css Color HEX #DF63BD Free Speech Magenta
📋 copy color: '#DF63BD'red 223 ◦ green 99 ◦ blue 189
Shades of Free Speech Magenta #DF63BD
Tints of Free Speech Magenta #DF63BD
RGB
CMYK
RGB Variations
Color information
#DF63BD (or 0xDF63BD) is known color: Free Speech Magenta. HEX triplet: DF, 63 and BD. RGB value is (223,99,189). Sum of RGB (Red+Green+Blue) = 223+99+189=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63BD is #209C42. Grayscale: #929292. Windows color (decimal): -2137155 or 12411871. OLE color: 12411871.
HSL color Cylindrical-coordinate representation of color #DF63BD: hue angle of 316.45º 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 #DF63BD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 189 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.13 |
| HSL | 316.45º | 0.66% | 0.63% | - |
| HSV(B) | 316.45º | 0.56% | 0.87% | - |
| XYZ | 44.08 | 28.29 | 51.28 | - |
| YUV | 146.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 189 | 0 | 0.56 | 0.15 | 0.13 | 316.45 | 0.66 | 0.63 |
| Hex | DF | 63 | BD | 0 | 38 | F | D | 13C | 42 | 3F |
| Octal | 337 | 143 | 275 | 0 | 70 | 17 | 15 | 474 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10111101 | 0 | 111000 | 1111 | 1101 | 100111100 | 1000010 | 111111 |
Color Harmonies of #DF63BD
Complementary color
Monochromatic Colors of #DF63BD
Black with #DF63BD
Text Example
Text Example
White with #DF63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63BD; }
p { color: rgb(223,99,189); }
H1.HeaderClassName
{
color: #DF63BD;
}
.AnyTagClassName
{
color: #DF63BD;
}
</style>
background-color css
<style>
a { background-color: #DF63BD; }
a { background-color: rgb(223,99,189); }
div.DivClassName
{
background-color: #DF63BD;
}
.BgClassName
{
background-color: #DF63BD;
}
</style>
border-color css
<style>
span { border-color: #DF63BD; }
span { border-color: rgb(223,99,189); }
td.TdClassName
{
border-color: #DF63BD;
}
.TagClassName
{
border-color: #DF63BD;
}
</style>