Shades of Pale Violet Red #DF7B9F
Tints of Pale Violet Red #DF7B9F
RGB
CMYK
RGB Variations
Color information
#DF7B9F (or 0xDF7B9F) is known color: Pale Violet Red. HEX triplet: DF, 7B and 9F. RGB value is (223,123,159). Sum of RGB (Red+Green+Blue) = 223+123+159=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7B9F is #208460. Grayscale: #9C9C9C. Windows color (decimal): -2131041 or 10451935. OLE color: 10451935.
HSL color Cylindrical-coordinate representation of color #DF7B9F: hue angle of 338.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF7B9F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 159 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.13 |
| HSL | 338.4º | 0.61% | 0.68% | - |
| HSV(B) | 338.4º | 0.45% | 0.87% | - |
| XYZ | 43.77 | 32.36 | 36.74 | - |
| YUV | 157 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 159 | 0 | 0.45 | 0.29 | 0.13 | 338.4 | 0.61 | 0.68 |
| Hex | DF | 7B | 9F | 0 | 2D | 1D | D | 152 | 3D | 44 |
| Octal | 337 | 173 | 237 | 0 | 55 | 35 | 15 | 522 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10011111 | 0 | 101101 | 11101 | 1101 | 101010010 | 111101 | 1000100 |
Color Harmonies of #DF7B9F
Complementary color
Monochromatic Colors of #DF7B9F
Black with #DF7B9F
Text Example
Text Example
White with #DF7B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B9F; }
p { color: rgb(223,123,159); }
H1.HeaderClassName
{
color: #DF7B9F;
}
.AnyTagClassName
{
color: #DF7B9F;
}
</style>
background-color css
<style>
a { background-color: #DF7B9F; }
a { background-color: rgb(223,123,159); }
div.DivClassName
{
background-color: #DF7B9F;
}
.BgClassName
{
background-color: #DF7B9F;
}
</style>
border-color css
<style>
span { border-color: #DF7B9F; }
span { border-color: rgb(223,123,159); }
td.TdClassName
{
border-color: #DF7B9F;
}
.TagClassName
{
border-color: #DF7B9F;
}
</style>