Shades of Pale Violet Red #DF6098
Tints of Pale Violet Red #DF6098
RGB
CMYK
RGB Variations
Color information
#DF6098 (or 0xDF6098) is known color: Pale Violet Red. HEX triplet: DF, 60 and 98. RGB value is (223,96,152). Sum of RGB (Red+Green+Blue) = 223+96+152=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6098 is #209F67. Grayscale: #8C8C8C. Windows color (decimal): -2137960 or 9986271. OLE color: 9986271.
HSL color Cylindrical-coordinate representation of color #DF6098: hue angle of 333.54º 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 #DF6098 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 96 | 152 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.13 |
| HSL | 333.54º | 0.66% | 0.63% | - |
| HSV(B) | 333.54º | 0.57% | 0.87% | - |
| XYZ | 40.28 | 26.32 | 32.66 | - |
| YUV | 140.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 152 | 0 | 0.57 | 0.32 | 0.13 | 333.54 | 0.66 | 0.63 |
| Hex | DF | 60 | 98 | 0 | 39 | 20 | D | 14E | 42 | 3F |
| Octal | 337 | 140 | 230 | 0 | 71 | 40 | 15 | 516 | 102 | 77 |
| Binary | 11011111 | 1100000 | 10011000 | 0 | 111001 | 100000 | 1101 | 101001110 | 1000010 | 111111 |
Color Harmonies of #DF6098
Complementary color
Monochromatic Colors of #DF6098
Black with #DF6098
Text Example
Text Example
White with #DF6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6098; }
p { color: rgb(223,96,152); }
H1.HeaderClassName
{
color: #DF6098;
}
.AnyTagClassName
{
color: #DF6098;
}
</style>
background-color css
<style>
a { background-color: #DF6098; }
a { background-color: rgb(223,96,152); }
div.DivClassName
{
background-color: #DF6098;
}
.BgClassName
{
background-color: #DF6098;
}
</style>
border-color css
<style>
span { border-color: #DF6098; }
span { border-color: rgb(223,96,152); }
td.TdClassName
{
border-color: #DF6098;
}
.TagClassName
{
border-color: #DF6098;
}
</style>