Shades of Pale Violet Red #DF69A7
Tints of Pale Violet Red #DF69A7
RGB
CMYK
RGB Variations
Color information
#DF69A7 (or 0xDF69A7) is known color: Pale Violet Red. HEX triplet: DF, 69 and A7. RGB value is (223,105,167). Sum of RGB (Red+Green+Blue) = 223+105+167=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A7 is #209658. Grayscale: #939393. Windows color (decimal): -2135641 or 10971615. OLE color: 10971615.
HSL color Cylindrical-coordinate representation of color #DF69A7: hue angle of 328.47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69A7 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 167 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.13 |
| HSL | 328.47º | 0.65% | 0.64% | - |
| HSV(B) | 328.47º | 0.53% | 0.87% | - |
| XYZ | 42.46 | 28.58 | 39.84 | - |
| YUV | 147.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 167 | 0 | 0.53 | 0.25 | 0.13 | 328.47 | 0.65 | 0.64 |
| Hex | DF | 69 | A7 | 0 | 35 | 19 | D | 148 | 41 | 40 |
| Octal | 337 | 151 | 247 | 0 | 65 | 31 | 15 | 510 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10100111 | 0 | 110101 | 11001 | 1101 | 101001000 | 1000001 | 1000000 |
Color Harmonies of #DF69A7
Complementary color
Monochromatic Colors of #DF69A7
Black with #DF69A7
Text Example
Text Example
White with #DF69A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69A7; }
p { color: rgb(223,105,167); }
H1.HeaderClassName
{
color: #DF69A7;
}
.AnyTagClassName
{
color: #DF69A7;
}
</style>
background-color css
<style>
a { background-color: #DF69A7; }
a { background-color: rgb(223,105,167); }
div.DivClassName
{
background-color: #DF69A7;
}
.BgClassName
{
background-color: #DF69A7;
}
</style>
border-color css
<style>
span { border-color: #DF69A7; }
span { border-color: rgb(223,105,167); }
td.TdClassName
{
border-color: #DF69A7;
}
.TagClassName
{
border-color: #DF69A7;
}
</style>