Shades of Pale Violet Red #DF6CA8
Tints of Pale Violet Red #DF6CA8
RGB
CMYK
RGB Variations
Color information
#DF6CA8 (or 0xDF6CA8) is known color: Pale Violet Red. HEX triplet: DF, 6C and A8. RGB value is (223,108,168). Sum of RGB (Red+Green+Blue) = 223+108+168=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CA8 is #209357. Grayscale: #959595. Windows color (decimal): -2134872 or 11037919. OLE color: 11037919.
HSL color Cylindrical-coordinate representation of color #DF6CA8: hue angle of 328.7º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CA8 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 168 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.13 |
| HSL | 328.7º | 0.64% | 0.65% | - |
| HSV(B) | 328.7º | 0.52% | 0.87% | - |
| XYZ | 42.86 | 29.24 | 40.43 | - |
| YUV | 149.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 168 | 0 | 0.52 | 0.25 | 0.13 | 328.7 | 0.64 | 0.65 |
| Hex | DF | 6C | A8 | 0 | 34 | 19 | D | 149 | 40 | 41 |
| Octal | 337 | 154 | 250 | 0 | 64 | 31 | 15 | 511 | 100 | 101 |
| Binary | 11011111 | 1101100 | 10101000 | 0 | 110100 | 11001 | 1101 | 101001001 | 1000000 | 1000001 |
Color Harmonies of #DF6CA8
Complementary color
Monochromatic Colors of #DF6CA8
Black with #DF6CA8
Text Example
Text Example
White with #DF6CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CA8; }
p { color: rgb(223,108,168); }
H1.HeaderClassName
{
color: #DF6CA8;
}
.AnyTagClassName
{
color: #DF6CA8;
}
</style>
background-color css
<style>
a { background-color: #DF6CA8; }
a { background-color: rgb(223,108,168); }
div.DivClassName
{
background-color: #DF6CA8;
}
.BgClassName
{
background-color: #DF6CA8;
}
</style>
border-color css
<style>
span { border-color: #DF6CA8; }
span { border-color: rgb(223,108,168); }
td.TdClassName
{
border-color: #DF6CA8;
}
.TagClassName
{
border-color: #DF6CA8;
}
</style>