Shades of Pale Violet Red #DF65A6
Tints of Pale Violet Red #DF65A6
RGB
CMYK
RGB Variations
Color information
#DF65A6 (or 0xDF65A6) is known color: Pale Violet Red. HEX triplet: DF, 65 and A6. RGB value is (223,101,166). Sum of RGB (Red+Green+Blue) = 223+101+166=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65A6 is #209A59. Grayscale: #909090. Windows color (decimal): -2136666 or 10905055. OLE color: 10905055.
HSL color Cylindrical-coordinate representation of color #DF65A6: hue angle of 328.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65A6 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 166 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.13 |
| HSL | 328.03º | 0.66% | 0.64% | - |
| HSV(B) | 328.03º | 0.55% | 0.87% | - |
| XYZ | 41.97 | 27.75 | 39.22 | - |
| YUV | 144.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 166 | 0 | 0.55 | 0.26 | 0.13 | 328.03 | 0.66 | 0.64 |
| Hex | DF | 65 | A6 | 0 | 37 | 1A | D | 148 | 42 | 40 |
| Octal | 337 | 145 | 246 | 0 | 67 | 32 | 15 | 510 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10100110 | 0 | 110111 | 11010 | 1101 | 101001000 | 1000010 | 1000000 |
Color Harmonies of #DF65A6
Complementary color
Monochromatic Colors of #DF65A6
Black with #DF65A6
Text Example
Text Example
White with #DF65A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65A6; }
p { color: rgb(223,101,166); }
H1.HeaderClassName
{
color: #DF65A6;
}
.AnyTagClassName
{
color: #DF65A6;
}
</style>
background-color css
<style>
a { background-color: #DF65A6; }
a { background-color: rgb(223,101,166); }
div.DivClassName
{
background-color: #DF65A6;
}
.BgClassName
{
background-color: #DF65A6;
}
</style>
border-color css
<style>
span { border-color: #DF65A6; }
span { border-color: rgb(223,101,166); }
td.TdClassName
{
border-color: #DF65A6;
}
.TagClassName
{
border-color: #DF65A6;
}
</style>