Shades of Pale Violet Red #DF6091
Tints of Pale Violet Red #DF6091
RGB
CMYK
RGB Variations
Color information
#DF6091 (or 0xDF6091) is known color: Pale Violet Red. HEX triplet: DF, 60 and 91. RGB value is (223,96,145). Sum of RGB (Red+Green+Blue) = 223+96+145=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6091 is #209F6E. Grayscale: #8B8B8B. Windows color (decimal): -2137967 or 9527519. OLE color: 9527519.
HSL color Cylindrical-coordinate representation of color #DF6091: hue angle of 336.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6091 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 145 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.13 |
| HSL | 336.85º | 0.66% | 0.63% | - |
| HSV(B) | 336.85º | 0.57% | 0.87% | - |
| XYZ | 39.73 | 26.1 | 29.73 | - |
| YUV | 139.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 145 | 0 | 0.57 | 0.35 | 0.13 | 336.85 | 0.66 | 0.63 |
| Hex | DF | 60 | 91 | 0 | 39 | 23 | D | 151 | 42 | 3F |
| Octal | 337 | 140 | 221 | 0 | 71 | 43 | 15 | 521 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10010001 | 0 | 111001 | 100011 | 1101 | 101010001 | 1000010 | 111111 |
Color Harmonies of #DF6091
Complementary color
Monochromatic Colors of #DF6091
Black with #DF6091
Text Example
Text Example
White with #DF6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6091; }
p { color: rgb(223,96,145); }
H1.HeaderClassName
{
color: #DF6091;
}
.AnyTagClassName
{
color: #DF6091;
}
</style>
background-color css
<style>
a { background-color: #DF6091; }
a { background-color: rgb(223,96,145); }
div.DivClassName
{
background-color: #DF6091;
}
.BgClassName
{
background-color: #DF6091;
}
</style>
border-color css
<style>
span { border-color: #DF6091; }
span { border-color: rgb(223,96,145); }
td.TdClassName
{
border-color: #DF6091;
}
.TagClassName
{
border-color: #DF6091;
}
</style>