Shades of Pale Violet Red #DF619C
Tints of Pale Violet Red #DF619C
RGB
CMYK
RGB Variations
Color information
#DF619C (or 0xDF619C) is known color: Pale Violet Red. HEX triplet: DF, 61 and 9C. RGB value is (223,97,156). Sum of RGB (Red+Green+Blue) = 223+97+156=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF619C is #209E63. Grayscale: #8D8D8D. Windows color (decimal): -2137700 or 10248671. OLE color: 10248671.
HSL color Cylindrical-coordinate representation of color #DF619C: hue angle of 331.9º 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 #DF619C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 156 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.13 |
| HSL | 331.9º | 0.66% | 0.63% | - |
| HSV(B) | 331.9º | 0.57% | 0.87% | - |
| XYZ | 40.71 | 26.64 | 34.45 | - |
| YUV | 141.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 156 | 0 | 0.57 | 0.30 | 0.13 | 331.9 | 0.66 | 0.63 |
| Hex | DF | 61 | 9C | 0 | 39 | 1E | D | 14C | 42 | 3F |
| Octal | 337 | 141 | 234 | 0 | 71 | 36 | 15 | 514 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10011100 | 0 | 111001 | 11110 | 1101 | 101001100 | 1000010 | 111111 |
Color Harmonies of #DF619C
Complementary color
Monochromatic Colors of #DF619C
Black with #DF619C
Text Example
Text Example
White with #DF619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF619C; }
p { color: rgb(223,97,156); }
H1.HeaderClassName
{
color: #DF619C;
}
.AnyTagClassName
{
color: #DF619C;
}
</style>
background-color css
<style>
a { background-color: #DF619C; }
a { background-color: rgb(223,97,156); }
div.DivClassName
{
background-color: #DF619C;
}
.BgClassName
{
background-color: #DF619C;
}
</style>
border-color css
<style>
span { border-color: #DF619C; }
span { border-color: rgb(223,97,156); }
td.TdClassName
{
border-color: #DF619C;
}
.TagClassName
{
border-color: #DF619C;
}
</style>