Shades of Pale Violet Red #DF618F
Tints of Pale Violet Red #DF618F
RGB
CMYK
RGB Variations
Color information
#DF618F (or 0xDF618F) is known color: Pale Violet Red. HEX triplet: DF, 61 and 8F. RGB value is (223,97,143). Sum of RGB (Red+Green+Blue) = 223+97+143=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF618F is #209E70. Grayscale: #8B8B8B. Windows color (decimal): -2137713 or 9396703. OLE color: 9396703.
HSL color Cylindrical-coordinate representation of color #DF618F: hue angle of 338.1º 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 #DF618F is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 143 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.13 |
| HSL | 338.1º | 0.66% | 0.63% | - |
| HSV(B) | 338.1º | 0.57% | 0.87% | - |
| XYZ | 39.66 | 26.22 | 28.96 | - |
| YUV | 139.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 143 | 0 | 0.57 | 0.36 | 0.13 | 338.1 | 0.66 | 0.63 |
| Hex | DF | 61 | 8F | 0 | 39 | 24 | D | 152 | 42 | 3F |
| Octal | 337 | 141 | 217 | 0 | 71 | 44 | 15 | 522 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10001111 | 0 | 111001 | 100100 | 1101 | 101010010 | 1000010 | 111111 |
Color Harmonies of #DF618F
Complementary color
Monochromatic Colors of #DF618F
Black with #DF618F
Text Example
Text Example
White with #DF618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF618F; }
p { color: rgb(223,97,143); }
H1.HeaderClassName
{
color: #DF618F;
}
.AnyTagClassName
{
color: #DF618F;
}
</style>
background-color css
<style>
a { background-color: #DF618F; }
a { background-color: rgb(223,97,143); }
div.DivClassName
{
background-color: #DF618F;
}
.BgClassName
{
background-color: #DF618F;
}
</style>
border-color css
<style>
span { border-color: #DF618F; }
span { border-color: rgb(223,97,143); }
td.TdClassName
{
border-color: #DF618F;
}
.TagClassName
{
border-color: #DF618F;
}
</style>