Shades of Pale Violet Red #DF72A8
Tints of Pale Violet Red #DF72A8
RGB
CMYK
RGB Variations
Color information
#DF72A8 (or 0xDF72A8) is known color: Pale Violet Red. HEX triplet: DF, 72 and A8. RGB value is (223,114,168). Sum of RGB (Red+Green+Blue) = 223+114+168=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF72A8 is #208D57. Grayscale: #989898. Windows color (decimal): -2133336 or 11039455. OLE color: 11039455.
HSL color Cylindrical-coordinate representation of color #DF72A8: hue angle of 330.28º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72A8 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 168 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.13 |
| HSL | 330.28º | 0.63% | 0.66% | - |
| HSV(B) | 330.28º | 0.49% | 0.87% | - |
| XYZ | 43.52 | 30.55 | 40.65 | - |
| YUV | 152.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 168 | 0 | 0.49 | 0.25 | 0.13 | 330.28 | 0.63 | 0.66 |
| Hex | DF | 72 | A8 | 0 | 31 | 19 | D | 14A | 3F | 42 |
| Octal | 337 | 162 | 250 | 0 | 61 | 31 | 15 | 512 | 77 | 102 |
| Binary | 11011111 | 1110010 | 10101000 | 0 | 110001 | 11001 | 1101 | 101001010 | 111111 | 1000010 |
Color Harmonies of #DF72A8
Complementary color
Monochromatic Colors of #DF72A8
Black with #DF72A8
Text Example
Text Example
White with #DF72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72A8; }
p { color: rgb(223,114,168); }
H1.HeaderClassName
{
color: #DF72A8;
}
.AnyTagClassName
{
color: #DF72A8;
}
</style>
background-color css
<style>
a { background-color: #DF72A8; }
a { background-color: rgb(223,114,168); }
div.DivClassName
{
background-color: #DF72A8;
}
.BgClassName
{
background-color: #DF72A8;
}
</style>
border-color css
<style>
span { border-color: #DF72A8; }
span { border-color: rgb(223,114,168); }
td.TdClassName
{
border-color: #DF72A8;
}
.TagClassName
{
border-color: #DF72A8;
}
</style>