Shades of Pale Violet Red #DF5A9B
Tints of Pale Violet Red #DF5A9B
RGB
CMYK
RGB Variations
Color information
#DF5A9B (or 0xDF5A9B) is known color: Pale Violet Red. HEX triplet: DF, 5A and 9B. RGB value is (223,90,155). Sum of RGB (Red+Green+Blue) = 223+90+155=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A9B is #20A564. Grayscale: #898989. Windows color (decimal): -2139493 or 10181343. OLE color: 10181343.
HSL color Cylindrical-coordinate representation of color #DF5A9B: hue angle of 330.68º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A9B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 155 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.13 |
| HSL | 330.68º | 0.68% | 0.61% | - |
| HSV(B) | 330.68º | 0.6% | 0.87% | - |
| XYZ | 40 | 25.37 | 33.8 | - |
| YUV | 137.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 155 | 0 | 0.60 | 0.30 | 0.13 | 330.68 | 0.68 | 0.61 |
| Hex | DF | 5A | 9B | 0 | 3C | 1E | D | 14B | 44 | 3D |
| Octal | 337 | 132 | 233 | 0 | 74 | 36 | 15 | 513 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10011011 | 0 | 111100 | 11110 | 1101 | 101001011 | 1000100 | 111101 |
Color Harmonies of #DF5A9B
Complementary color
Monochromatic Colors of #DF5A9B
Black with #DF5A9B
Text Example
Text Example
White with #DF5A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A9B; }
p { color: rgb(223,90,155); }
H1.HeaderClassName
{
color: #DF5A9B;
}
.AnyTagClassName
{
color: #DF5A9B;
}
</style>
background-color css
<style>
a { background-color: #DF5A9B; }
a { background-color: rgb(223,90,155); }
div.DivClassName
{
background-color: #DF5A9B;
}
.BgClassName
{
background-color: #DF5A9B;
}
</style>
border-color css
<style>
span { border-color: #DF5A9B; }
span { border-color: rgb(223,90,155); }
td.TdClassName
{
border-color: #DF5A9B;
}
.TagClassName
{
border-color: #DF5A9B;
}
</style>