Shades of Pale Violet Red #DF6D9B
Tints of Pale Violet Red #DF6D9B
RGB
CMYK
RGB Variations
Color information
#DF6D9B (or 0xDF6D9B) is known color: Pale Violet Red. HEX triplet: DF, 6D and 9B. RGB value is (223,109,155). Sum of RGB (Red+Green+Blue) = 223+109+155=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D9B is #209264. Grayscale: #949494. Windows color (decimal): -2134629 or 10186207. OLE color: 10186207.
HSL color Cylindrical-coordinate representation of color #DF6D9B: hue angle of 335.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6D9B is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 155 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.13 |
| HSL | 335.79º | 0.64% | 0.65% | - |
| HSV(B) | 335.79º | 0.51% | 0.87% | - |
| XYZ | 41.82 | 28.99 | 34.4 | - |
| YUV | 148.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 155 | 0 | 0.51 | 0.30 | 0.13 | 335.79 | 0.64 | 0.65 |
| Hex | DF | 6D | 9B | 0 | 33 | 1E | D | 150 | 40 | 41 |
| Octal | 337 | 155 | 233 | 0 | 63 | 36 | 15 | 520 | 100 | 101 |
| Binary | 11011111 | 1101101 | 10011011 | 0 | 110011 | 11110 | 1101 | 101010000 | 1000000 | 1000001 |
Color Harmonies of #DF6D9B
Complementary color
Monochromatic Colors of #DF6D9B
Black with #DF6D9B
Text Example
Text Example
White with #DF6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D9B; }
p { color: rgb(223,109,155); }
H1.HeaderClassName
{
color: #DF6D9B;
}
.AnyTagClassName
{
color: #DF6D9B;
}
</style>
background-color css
<style>
a { background-color: #DF6D9B; }
a { background-color: rgb(223,109,155); }
div.DivClassName
{
background-color: #DF6D9B;
}
.BgClassName
{
background-color: #DF6D9B;
}
</style>
border-color css
<style>
span { border-color: #DF6D9B; }
span { border-color: rgb(223,109,155); }
td.TdClassName
{
border-color: #DF6D9B;
}
.TagClassName
{
border-color: #DF6D9B;
}
</style>