Shades of Pale Violet Red #DF629B
Tints of Pale Violet Red #DF629B
RGB
CMYK
RGB Variations
Color information
#DF629B (or 0xDF629B) is known color: Pale Violet Red. HEX triplet: DF, 62 and 9B. RGB value is (223,98,155). Sum of RGB (Red+Green+Blue) = 223+98+155=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF629B is #209D64. Grayscale: #8D8D8D. Windows color (decimal): -2137445 or 10183391. OLE color: 10183391.
HSL color Cylindrical-coordinate representation of color #DF629B: hue angle of 332.64º 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 #DF629B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 98 | 155 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.13 |
| HSL | 332.64º | 0.66% | 0.63% | - |
| HSV(B) | 332.64º | 0.56% | 0.87% | - |
| XYZ | 40.72 | 26.79 | 34.04 | - |
| YUV | 141.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 155 | 0 | 0.56 | 0.30 | 0.13 | 332.64 | 0.66 | 0.63 |
| Hex | DF | 62 | 9B | 0 | 38 | 1E | D | 14D | 42 | 3F |
| Octal | 337 | 142 | 233 | 0 | 70 | 36 | 15 | 515 | 102 | 77 |
| Binary | 11011111 | 1100010 | 10011011 | 0 | 111000 | 11110 | 1101 | 101001101 | 1000010 | 111111 |
Color Harmonies of #DF629B
Complementary color
Monochromatic Colors of #DF629B
Black with #DF629B
Text Example
Text Example
White with #DF629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF629B; }
p { color: rgb(223,98,155); }
H1.HeaderClassName
{
color: #DF629B;
}
.AnyTagClassName
{
color: #DF629B;
}
</style>
background-color css
<style>
a { background-color: #DF629B; }
a { background-color: rgb(223,98,155); }
div.DivClassName
{
background-color: #DF629B;
}
.BgClassName
{
background-color: #DF629B;
}
</style>
border-color css
<style>
span { border-color: #DF629B; }
span { border-color: rgb(223,98,155); }
td.TdClassName
{
border-color: #DF629B;
}
.TagClassName
{
border-color: #DF629B;
}
</style>