Shades of Pale Violet Red #DF65A5
Tints of Pale Violet Red #DF65A5
RGB
CMYK
RGB Variations
Color information
#DF65A5 (or 0xDF65A5) is known color: Pale Violet Red. HEX triplet: DF, 65 and A5. RGB value is (223,101,165). Sum of RGB (Red+Green+Blue) = 223+101+165=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65A5 is #209A5A. Grayscale: #909090. Windows color (decimal): -2136667 or 10839519. OLE color: 10839519.
HSL color Cylindrical-coordinate representation of color #DF65A5: hue angle of 328.52º 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 #DF65A5 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 165 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.13 |
| HSL | 328.52º | 0.66% | 0.64% | - |
| HSV(B) | 328.52º | 0.55% | 0.87% | - |
| XYZ | 41.88 | 27.71 | 38.74 | - |
| YUV | 144.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 165 | 0 | 0.55 | 0.26 | 0.13 | 328.52 | 0.66 | 0.64 |
| Hex | DF | 65 | A5 | 0 | 37 | 1A | D | 149 | 42 | 40 |
| Octal | 337 | 145 | 245 | 0 | 67 | 32 | 15 | 511 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10100101 | 0 | 110111 | 11010 | 1101 | 101001001 | 1000010 | 1000000 |
Color Harmonies of #DF65A5
Complementary color
Monochromatic Colors of #DF65A5
Black with #DF65A5
Text Example
Text Example
White with #DF65A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65A5; }
p { color: rgb(223,101,165); }
H1.HeaderClassName
{
color: #DF65A5;
}
.AnyTagClassName
{
color: #DF65A5;
}
</style>
background-color css
<style>
a { background-color: #DF65A5; }
a { background-color: rgb(223,101,165); }
div.DivClassName
{
background-color: #DF65A5;
}
.BgClassName
{
background-color: #DF65A5;
}
</style>
border-color css
<style>
span { border-color: #DF65A5; }
span { border-color: rgb(223,101,165); }
td.TdClassName
{
border-color: #DF65A5;
}
.TagClassName
{
border-color: #DF65A5;
}
</style>