Shades of Pale Violet Red #DF6194
Tints of Pale Violet Red #DF6194
RGB
CMYK
RGB Variations
Color information
#DF6194 (or 0xDF6194) is known color: Pale Violet Red. HEX triplet: DF, 61 and 94. RGB value is (223,97,148). Sum of RGB (Red+Green+Blue) = 223+97+148=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6194 is #209E6B. Grayscale: #8C8C8C. Windows color (decimal): -2137708 or 9724383. OLE color: 9724383.
HSL color Cylindrical-coordinate representation of color #DF6194: hue angle of 335.71º 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 #DF6194 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 148 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.13 |
| HSL | 335.71º | 0.66% | 0.63% | - |
| HSV(B) | 335.71º | 0.57% | 0.87% | - |
| XYZ | 40.05 | 26.38 | 31 | - |
| YUV | 140.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 148 | 0 | 0.57 | 0.34 | 0.13 | 335.71 | 0.66 | 0.63 |
| Hex | DF | 61 | 94 | 0 | 39 | 22 | D | 150 | 42 | 3F |
| Octal | 337 | 141 | 224 | 0 | 71 | 42 | 15 | 520 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10010100 | 0 | 111001 | 100010 | 1101 | 101010000 | 1000010 | 111111 |
Color Harmonies of #DF6194
Complementary color
Monochromatic Colors of #DF6194
Black with #DF6194
Text Example
Text Example
White with #DF6194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6194; }
p { color: rgb(223,97,148); }
H1.HeaderClassName
{
color: #DF6194;
}
.AnyTagClassName
{
color: #DF6194;
}
</style>
background-color css
<style>
a { background-color: #DF6194; }
a { background-color: rgb(223,97,148); }
div.DivClassName
{
background-color: #DF6194;
}
.BgClassName
{
background-color: #DF6194;
}
</style>
border-color css
<style>
span { border-color: #DF6194; }
span { border-color: rgb(223,97,148); }
td.TdClassName
{
border-color: #DF6194;
}
.TagClassName
{
border-color: #DF6194;
}
</style>