Shades of Pale Violet Red #DF63A8
Tints of Pale Violet Red #DF63A8
RGB
CMYK
RGB Variations
Color information
#DF63A8 (or 0xDF63A8) is known color: Pale Violet Red. HEX triplet: DF, 63 and A8. RGB value is (223,99,168). Sum of RGB (Red+Green+Blue) = 223+99+168=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF63A8 is #209C57. Grayscale: #8F8F8F. Windows color (decimal): -2137176 or 11035615. OLE color: 11035615.
HSL color Cylindrical-coordinate representation of color #DF63A8: hue angle of 326.61º 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 #DF63A8 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 168 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.13 |
| HSL | 326.61º | 0.66% | 0.63% | - |
| HSV(B) | 326.61º | 0.56% | 0.87% | - |
| XYZ | 41.96 | 27.44 | 40.13 | - |
| YUV | 143.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 168 | 0 | 0.56 | 0.25 | 0.13 | 326.61 | 0.66 | 0.63 |
| Hex | DF | 63 | A8 | 0 | 38 | 19 | D | 147 | 42 | 3F |
| Octal | 337 | 143 | 250 | 0 | 70 | 31 | 15 | 507 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10101000 | 0 | 111000 | 11001 | 1101 | 101000111 | 1000010 | 111111 |
Color Harmonies of #DF63A8
Complementary color
Monochromatic Colors of #DF63A8
Black with #DF63A8
Text Example
Text Example
White with #DF63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63A8; }
p { color: rgb(223,99,168); }
H1.HeaderClassName
{
color: #DF63A8;
}
.AnyTagClassName
{
color: #DF63A8;
}
</style>
background-color css
<style>
a { background-color: #DF63A8; }
a { background-color: rgb(223,99,168); }
div.DivClassName
{
background-color: #DF63A8;
}
.BgClassName
{
background-color: #DF63A8;
}
</style>
border-color css
<style>
span { border-color: #DF63A8; }
span { border-color: rgb(223,99,168); }
td.TdClassName
{
border-color: #DF63A8;
}
.TagClassName
{
border-color: #DF63A8;
}
</style>