Shades of Pale Violet Red #DF69A5
Tints of Pale Violet Red #DF69A5
RGB
CMYK
RGB Variations
Color information
#DF69A5 (or 0xDF69A5) is known color: Pale Violet Red. HEX triplet: DF, 69 and A5. RGB value is (223,105,165). Sum of RGB (Red+Green+Blue) = 223+105+165=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A5 is #20965A. Grayscale: #939393. Windows color (decimal): -2135643 or 10840543. OLE color: 10840543.
HSL color Cylindrical-coordinate representation of color #DF69A5: hue angle of 329.49º 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 #DF69A5 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 165 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.13 |
| HSL | 329.49º | 0.65% | 0.64% | - |
| HSV(B) | 329.49º | 0.53% | 0.87% | - |
| XYZ | 42.27 | 28.51 | 38.87 | - |
| YUV | 147.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 165 | 0 | 0.53 | 0.26 | 0.13 | 329.49 | 0.65 | 0.64 |
| Hex | DF | 69 | A5 | 0 | 35 | 1A | D | 149 | 41 | 40 |
| Octal | 337 | 151 | 245 | 0 | 65 | 32 | 15 | 511 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10100101 | 0 | 110101 | 11010 | 1101 | 101001001 | 1000001 | 1000000 |
Color Harmonies of #DF69A5
Complementary color
Monochromatic Colors of #DF69A5
Black with #DF69A5
Text Example
Text Example
White with #DF69A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69A5; }
p { color: rgb(223,105,165); }
H1.HeaderClassName
{
color: #DF69A5;
}
.AnyTagClassName
{
color: #DF69A5;
}
</style>
background-color css
<style>
a { background-color: #DF69A5; }
a { background-color: rgb(223,105,165); }
div.DivClassName
{
background-color: #DF69A5;
}
.BgClassName
{
background-color: #DF69A5;
}
</style>
border-color css
<style>
span { border-color: #DF69A5; }
span { border-color: rgb(223,105,165); }
td.TdClassName
{
border-color: #DF69A5;
}
.TagClassName
{
border-color: #DF69A5;
}
</style>