Shades of Pale Violet Red #DF65A8
Tints of Pale Violet Red #DF65A8
RGB
CMYK
RGB Variations
Color information
#DF65A8 (or 0xDF65A8) is known color: Pale Violet Red. HEX triplet: DF, 65 and A8. RGB value is (223,101,168). Sum of RGB (Red+Green+Blue) = 223+101+168=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65A8 is #209A57. Grayscale: #909090. Windows color (decimal): -2136664 or 11036127. OLE color: 11036127.
HSL color Cylindrical-coordinate representation of color #DF65A8: hue angle of 327.05º 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 #DF65A8 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 168 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.13 |
| HSL | 327.05º | 0.66% | 0.64% | - |
| HSV(B) | 327.05º | 0.55% | 0.87% | - |
| XYZ | 42.15 | 27.82 | 40.19 | - |
| YUV | 145.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 168 | 0 | 0.55 | 0.25 | 0.13 | 327.05 | 0.66 | 0.64 |
| Hex | DF | 65 | A8 | 0 | 37 | 19 | D | 147 | 42 | 40 |
| Octal | 337 | 145 | 250 | 0 | 67 | 31 | 15 | 507 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10101000 | 0 | 110111 | 11001 | 1101 | 101000111 | 1000010 | 1000000 |
Color Harmonies of #DF65A8
Complementary color
Monochromatic Colors of #DF65A8
Black with #DF65A8
Text Example
Text Example
White with #DF65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65A8; }
p { color: rgb(223,101,168); }
H1.HeaderClassName
{
color: #DF65A8;
}
.AnyTagClassName
{
color: #DF65A8;
}
</style>
background-color css
<style>
a { background-color: #DF65A8; }
a { background-color: rgb(223,101,168); }
div.DivClassName
{
background-color: #DF65A8;
}
.BgClassName
{
background-color: #DF65A8;
}
</style>
border-color css
<style>
span { border-color: #DF65A8; }
span { border-color: rgb(223,101,168); }
td.TdClassName
{
border-color: #DF65A8;
}
.TagClassName
{
border-color: #DF65A8;
}
</style>