Shades of Pale Violet Red #DF639A
Tints of Pale Violet Red #DF639A
RGB
CMYK
RGB Variations
Color information
#DF639A (or 0xDF639A) is known color: Pale Violet Red. HEX triplet: DF, 63 and 9A. RGB value is (223,99,154). Sum of RGB (Red+Green+Blue) = 223+99+154=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF639A is #209C65. Grayscale: #8E8E8E. Windows color (decimal): -2137190 or 10118111. OLE color: 10118111.
HSL color Cylindrical-coordinate representation of color #DF639A: hue angle of 333.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF639A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 99 | 154 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.13 |
| HSL | 333.39º | 0.66% | 0.63% | - |
| HSV(B) | 333.39º | 0.56% | 0.87% | - |
| XYZ | 40.73 | 26.94 | 33.63 | - |
| YUV | 142.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 154 | 0 | 0.56 | 0.31 | 0.13 | 333.39 | 0.66 | 0.63 |
| Hex | DF | 63 | 9A | 0 | 38 | 1F | D | 14D | 42 | 3F |
| Octal | 337 | 143 | 232 | 0 | 70 | 37 | 15 | 515 | 102 | 77 |
| Binary | 11011111 | 1100011 | 10011010 | 0 | 111000 | 11111 | 1101 | 101001101 | 1000010 | 111111 |
Color Harmonies of #DF639A
Complementary color
Monochromatic Colors of #DF639A
Black with #DF639A
Text Example
Text Example
White with #DF639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF639A; }
p { color: rgb(223,99,154); }
H1.HeaderClassName
{
color: #DF639A;
}
.AnyTagClassName
{
color: #DF639A;
}
</style>
background-color css
<style>
a { background-color: #DF639A; }
a { background-color: rgb(223,99,154); }
div.DivClassName
{
background-color: #DF639A;
}
.BgClassName
{
background-color: #DF639A;
}
</style>
border-color css
<style>
span { border-color: #DF639A; }
span { border-color: rgb(223,99,154); }
td.TdClassName
{
border-color: #DF639A;
}
.TagClassName
{
border-color: #DF639A;
}
</style>