Shades of Pale Violet Red #DF5E9A
Tints of Pale Violet Red #DF5E9A
RGB
CMYK
RGB Variations
Color information
#DF5E9A (or 0xDF5E9A) is known color: Pale Violet Red. HEX triplet: DF, 5E and 9A. RGB value is (223,94,154). Sum of RGB (Red+Green+Blue) = 223+94+154=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E9A is #20A165. Grayscale: #8B8B8B. Windows color (decimal): -2138470 or 10116831. OLE color: 10116831.
HSL color Cylindrical-coordinate representation of color #DF5E9A: hue angle of 332.09º 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 #DF5E9A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 154 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.13 |
| HSL | 332.09º | 0.67% | 0.62% | - |
| HSV(B) | 332.09º | 0.58% | 0.87% | - |
| XYZ | 40.27 | 26.03 | 33.47 | - |
| YUV | 139.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 154 | 0 | 0.58 | 0.31 | 0.13 | 332.09 | 0.67 | 0.62 |
| Hex | DF | 5E | 9A | 0 | 3A | 1F | D | 14C | 43 | 3E |
| Octal | 337 | 136 | 232 | 0 | 72 | 37 | 15 | 514 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10011010 | 0 | 111010 | 11111 | 1101 | 101001100 | 1000011 | 111110 |
Color Harmonies of #DF5E9A
Complementary color
Monochromatic Colors of #DF5E9A
Black with #DF5E9A
Text Example
Text Example
White with #DF5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E9A; }
p { color: rgb(223,94,154); }
H1.HeaderClassName
{
color: #DF5E9A;
}
.AnyTagClassName
{
color: #DF5E9A;
}
</style>
background-color css
<style>
a { background-color: #DF5E9A; }
a { background-color: rgb(223,94,154); }
div.DivClassName
{
background-color: #DF5E9A;
}
.BgClassName
{
background-color: #DF5E9A;
}
</style>
border-color css
<style>
span { border-color: #DF5E9A; }
span { border-color: rgb(223,94,154); }
td.TdClassName
{
border-color: #DF5E9A;
}
.TagClassName
{
border-color: #DF5E9A;
}
</style>