Shades of Pale Violet Red #DF78A8
Tints of Pale Violet Red #DF78A8
RGB
CMYK
RGB Variations
Color information
#DF78A8 (or 0xDF78A8) is known color: Pale Violet Red. HEX triplet: DF, 78 and A8. RGB value is (223,120,168). Sum of RGB (Red+Green+Blue) = 223+120+168=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF78A8 is #208757. Grayscale: #9C9C9C. Windows color (decimal): -2131800 or 11040991. OLE color: 11040991.
HSL color Cylindrical-coordinate representation of color #DF78A8: hue angle of 332.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF78A8 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 168 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.13 |
| HSL | 332.04º | 0.62% | 0.67% | - |
| HSV(B) | 332.04º | 0.46% | 0.87% | - |
| XYZ | 44.22 | 31.95 | 40.88 | - |
| YUV | 156.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 168 | 0 | 0.46 | 0.25 | 0.13 | 332.04 | 0.62 | 0.67 |
| Hex | DF | 78 | A8 | 0 | 2E | 19 | D | 14C | 3E | 43 |
| Octal | 337 | 170 | 250 | 0 | 56 | 31 | 15 | 514 | 76 | 103 |
| Binary | 11011111 | 1111000 | 10101000 | 0 | 101110 | 11001 | 1101 | 101001100 | 111110 | 1000011 |
Color Harmonies of #DF78A8
Complementary color
Monochromatic Colors of #DF78A8
Black with #DF78A8
Text Example
Text Example
White with #DF78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78A8; }
p { color: rgb(223,120,168); }
H1.HeaderClassName
{
color: #DF78A8;
}
.AnyTagClassName
{
color: #DF78A8;
}
</style>
background-color css
<style>
a { background-color: #DF78A8; }
a { background-color: rgb(223,120,168); }
div.DivClassName
{
background-color: #DF78A8;
}
.BgClassName
{
background-color: #DF78A8;
}
</style>
border-color css
<style>
span { border-color: #DF78A8; }
span { border-color: rgb(223,120,168); }
td.TdClassName
{
border-color: #DF78A8;
}
.TagClassName
{
border-color: #DF78A8;
}
</style>