Shades of Pale Violet Red #DF709A
Tints of Pale Violet Red #DF709A
RGB
CMYK
RGB Variations
Color information
#DF709A (or 0xDF709A) is known color: Pale Violet Red. HEX triplet: DF, 70 and 9A. RGB value is (223,112,154). Sum of RGB (Red+Green+Blue) = 223+112+154=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF709A is #208F65. Grayscale: #959595. Windows color (decimal): -2133862 or 10121439. OLE color: 10121439.
HSL color Cylindrical-coordinate representation of color #DF709A: hue angle of 337.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF709A is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 154 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.13 |
| HSL | 337.3º | 0.63% | 0.66% | - |
| HSV(B) | 337.3º | 0.5% | 0.87% | - |
| XYZ | 42.06 | 29.61 | 34.07 | - |
| YUV | 149.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 154 | 0 | 0.50 | 0.31 | 0.13 | 337.3 | 0.63 | 0.66 |
| Hex | DF | 70 | 9A | 0 | 32 | 1F | D | 151 | 3F | 42 |
| Octal | 337 | 160 | 232 | 0 | 62 | 37 | 15 | 521 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10011010 | 0 | 110010 | 11111 | 1101 | 101010001 | 111111 | 1000010 |
Color Harmonies of #DF709A
Complementary color
Monochromatic Colors of #DF709A
Black with #DF709A
Text Example
Text Example
White with #DF709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF709A; }
p { color: rgb(223,112,154); }
H1.HeaderClassName
{
color: #DF709A;
}
.AnyTagClassName
{
color: #DF709A;
}
</style>
background-color css
<style>
a { background-color: #DF709A; }
a { background-color: rgb(223,112,154); }
div.DivClassName
{
background-color: #DF709A;
}
.BgClassName
{
background-color: #DF709A;
}
</style>
border-color css
<style>
span { border-color: #DF709A; }
span { border-color: rgb(223,112,154); }
td.TdClassName
{
border-color: #DF709A;
}
.TagClassName
{
border-color: #DF709A;
}
</style>