Shades of Pale Violet Red #DF5C99
Tints of Pale Violet Red #DF5C99
RGB
CMYK
RGB Variations
Color information
#DF5C99 (or 0xDF5C99) is known color: Pale Violet Red. HEX triplet: DF, 5C and 99. RGB value is (223,92,153). Sum of RGB (Red+Green+Blue) = 223+92+153=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C99 is #20A366. Grayscale: #8A8A8A. Windows color (decimal): -2138983 or 10050783. OLE color: 10050783.
HSL color Cylindrical-coordinate representation of color #DF5C99: hue angle of 332.06º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C99 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 153 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.13 |
| HSL | 332.06º | 0.67% | 0.62% | - |
| HSV(B) | 332.06º | 0.59% | 0.87% | - |
| XYZ | 40.01 | 25.64 | 32.98 | - |
| YUV | 138.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 153 | 0 | 0.59 | 0.31 | 0.13 | 332.06 | 0.67 | 0.62 |
| Hex | DF | 5C | 99 | 0 | 3B | 1F | D | 14C | 43 | 3E |
| Octal | 337 | 134 | 231 | 0 | 73 | 37 | 15 | 514 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10011001 | 0 | 111011 | 11111 | 1101 | 101001100 | 1000011 | 111110 |
Color Harmonies of #DF5C99
Complementary color
Monochromatic Colors of #DF5C99
Black with #DF5C99
Text Example
Text Example
White with #DF5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C99; }
p { color: rgb(223,92,153); }
H1.HeaderClassName
{
color: #DF5C99;
}
.AnyTagClassName
{
color: #DF5C99;
}
</style>
background-color css
<style>
a { background-color: #DF5C99; }
a { background-color: rgb(223,92,153); }
div.DivClassName
{
background-color: #DF5C99;
}
.BgClassName
{
background-color: #DF5C99;
}
</style>
border-color css
<style>
span { border-color: #DF5C99; }
span { border-color: rgb(223,92,153); }
td.TdClassName
{
border-color: #DF5C99;
}
.TagClassName
{
border-color: #DF5C99;
}
</style>