Shades of Pale Violet Red #DF69A4
Tints of Pale Violet Red #DF69A4
RGB
CMYK
RGB Variations
Color information
#DF69A4 (or 0xDF69A4) is known color: Pale Violet Red. HEX triplet: DF, 69 and A4. RGB value is (223,105,164). Sum of RGB (Red+Green+Blue) = 223+105+164=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF69A4 is #20965B. Grayscale: #929292. Windows color (decimal): -2135644 or 10775007. OLE color: 10775007.
HSL color Cylindrical-coordinate representation of color #DF69A4: hue angle of 330º 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 #DF69A4 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 164 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.13 |
| HSL | 330º | 0.65% | 0.64% | - |
| HSV(B) | 330º | 0.53% | 0.87% | - |
| XYZ | 42.18 | 28.47 | 38.39 | - |
| YUV | 147.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 164 | 0 | 0.53 | 0.26 | 0.13 | 330 | 0.65 | 0.64 |
| Hex | DF | 69 | A4 | 0 | 35 | 1A | D | 14A | 41 | 40 |
| Octal | 337 | 151 | 244 | 0 | 65 | 32 | 15 | 512 | 101 | 100 |
| Binary | 11011111 | 1101001 | 10100100 | 0 | 110101 | 11010 | 1101 | 101001010 | 1000001 | 1000000 |
Color Harmonies of #DF69A4
Complementary color
Monochromatic Colors of #DF69A4
Black with #DF69A4
Text Example
Text Example
White with #DF69A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69A4; }
p { color: rgb(223,105,164); }
H1.HeaderClassName
{
color: #DF69A4;
}
.AnyTagClassName
{
color: #DF69A4;
}
</style>
background-color css
<style>
a { background-color: #DF69A4; }
a { background-color: rgb(223,105,164); }
div.DivClassName
{
background-color: #DF69A4;
}
.BgClassName
{
background-color: #DF69A4;
}
</style>
border-color css
<style>
span { border-color: #DF69A4; }
span { border-color: rgb(223,105,164); }
td.TdClassName
{
border-color: #DF69A4;
}
.TagClassName
{
border-color: #DF69A4;
}
</style>