Shades of Pale Violet Red #DF5E9B
Tints of Pale Violet Red #DF5E9B
RGB
CMYK
RGB Variations
Color information
#DF5E9B (or 0xDF5E9B) is known color: Pale Violet Red. HEX triplet: DF, 5E and 9B. RGB value is (223,94,155). Sum of RGB (Red+Green+Blue) = 223+94+155=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E9B is #20A164. Grayscale: #8B8B8B. Windows color (decimal): -2138469 or 10182367. OLE color: 10182367.
HSL color Cylindrical-coordinate representation of color #DF5E9B: hue angle of 331.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E9B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 155 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.13 |
| HSL | 331.63º | 0.67% | 0.62% | - |
| HSV(B) | 331.63º | 0.58% | 0.87% | - |
| XYZ | 40.35 | 26.06 | 33.91 | - |
| YUV | 139.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 155 | 0 | 0.58 | 0.30 | 0.13 | 331.63 | 0.67 | 0.62 |
| Hex | DF | 5E | 9B | 0 | 3A | 1E | D | 14C | 43 | 3E |
| Octal | 337 | 136 | 233 | 0 | 72 | 36 | 15 | 514 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10011011 | 0 | 111010 | 11110 | 1101 | 101001100 | 1000011 | 111110 |
Color Harmonies of #DF5E9B
Complementary color
Monochromatic Colors of #DF5E9B
Black with #DF5E9B
Text Example
Text Example
White with #DF5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E9B; }
p { color: rgb(223,94,155); }
H1.HeaderClassName
{
color: #DF5E9B;
}
.AnyTagClassName
{
color: #DF5E9B;
}
</style>
background-color css
<style>
a { background-color: #DF5E9B; }
a { background-color: rgb(223,94,155); }
div.DivClassName
{
background-color: #DF5E9B;
}
.BgClassName
{
background-color: #DF5E9B;
}
</style>
border-color css
<style>
span { border-color: #DF5E9B; }
span { border-color: rgb(223,94,155); }
td.TdClassName
{
border-color: #DF5E9B;
}
.TagClassName
{
border-color: #DF5E9B;
}
</style>