Shades of Pale Violet Red #DF569C
Tints of Pale Violet Red #DF569C
RGB
CMYK
RGB Variations
Color information
#DF569C (or 0xDF569C) is known color: Pale Violet Red. HEX triplet: DF, 56 and 9C. RGB value is (223,86,156). Sum of RGB (Red+Green+Blue) = 223+86+156=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF569C is #20A963. Grayscale: #868686. Windows color (decimal): -2140516 or 10245855. OLE color: 10245855.
HSL color Cylindrical-coordinate representation of color #DF569C: hue angle of 329.34º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF569C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 156 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.13 |
| HSL | 329.34º | 0.68% | 0.61% | - |
| HSV(B) | 329.34º | 0.61% | 0.87% | - |
| XYZ | 39.76 | 24.74 | 34.13 | - |
| YUV | 134.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 156 | 0 | 0.61 | 0.30 | 0.13 | 329.34 | 0.68 | 0.61 |
| Hex | DF | 56 | 9C | 0 | 3D | 1E | D | 149 | 44 | 3D |
| Octal | 337 | 126 | 234 | 0 | 75 | 36 | 15 | 511 | 104 | 75 |
| Binary | 11011111 | 1010110 | 10011100 | 0 | 111101 | 11110 | 1101 | 101001001 | 1000100 | 111101 |
Color Harmonies of #DF569C
Complementary color
Monochromatic Colors of #DF569C
Black with #DF569C
Text Example
Text Example
White with #DF569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF569C; }
p { color: rgb(223,86,156); }
H1.HeaderClassName
{
color: #DF569C;
}
.AnyTagClassName
{
color: #DF569C;
}
</style>
background-color css
<style>
a { background-color: #DF569C; }
a { background-color: rgb(223,86,156); }
div.DivClassName
{
background-color: #DF569C;
}
.BgClassName
{
background-color: #DF569C;
}
</style>
border-color css
<style>
span { border-color: #DF569C; }
span { border-color: rgb(223,86,156); }
td.TdClassName
{
border-color: #DF569C;
}
.TagClassName
{
border-color: #DF569C;
}
</style>