Shades of Pale Violet Red #DF5F9A
Tints of Pale Violet Red #DF5F9A
RGB
CMYK
RGB Variations
Color information
#DF5F9A (or 0xDF5F9A) is known color: Pale Violet Red. HEX triplet: DF, 5F and 9A. RGB value is (223,95,154). Sum of RGB (Red+Green+Blue) = 223+95+154=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F9A is #20A065. Grayscale: #8B8B8B. Windows color (decimal): -2138214 or 10117087. OLE color: 10117087.
HSL color Cylindrical-coordinate representation of color #DF5F9A: hue angle of 332.34º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F9A is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 154 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.13 |
| HSL | 332.34º | 0.67% | 0.62% | - |
| HSV(B) | 332.34º | 0.57% | 0.87% | - |
| XYZ | 40.36 | 26.21 | 33.5 | - |
| YUV | 140 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 154 | 0 | 0.57 | 0.31 | 0.13 | 332.34 | 0.67 | 0.62 |
| Hex | DF | 5F | 9A | 0 | 39 | 1F | D | 14C | 43 | 3E |
| Octal | 337 | 137 | 232 | 0 | 71 | 37 | 15 | 514 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10011010 | 0 | 111001 | 11111 | 1101 | 101001100 | 1000011 | 111110 |
Color Harmonies of #DF5F9A
Complementary color
Monochromatic Colors of #DF5F9A
Black with #DF5F9A
Text Example
Text Example
White with #DF5F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F9A; }
p { color: rgb(223,95,154); }
H1.HeaderClassName
{
color: #DF5F9A;
}
.AnyTagClassName
{
color: #DF5F9A;
}
</style>
background-color css
<style>
a { background-color: #DF5F9A; }
a { background-color: rgb(223,95,154); }
div.DivClassName
{
background-color: #DF5F9A;
}
.BgClassName
{
background-color: #DF5F9A;
}
</style>
border-color css
<style>
span { border-color: #DF5F9A; }
span { border-color: rgb(223,95,154); }
td.TdClassName
{
border-color: #DF5F9A;
}
.TagClassName
{
border-color: #DF5F9A;
}
</style>