Shades of Pale Violet Red #DF65A2
Tints of Pale Violet Red #DF65A2
RGB
CMYK
RGB Variations
Color information
#DF65A2 (or 0xDF65A2) is known color: Pale Violet Red. HEX triplet: DF, 65 and A2. RGB value is (223,101,162). Sum of RGB (Red+Green+Blue) = 223+101+162=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65A2 is #209A5D. Grayscale: #909090. Windows color (decimal): -2136670 or 10642911. OLE color: 10642911.
HSL color Cylindrical-coordinate representation of color #DF65A2: hue angle of 330º 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 #DF65A2 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 162 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.13 |
| HSL | 330º | 0.66% | 0.64% | - |
| HSV(B) | 330º | 0.55% | 0.87% | - |
| XYZ | 41.61 | 27.6 | 37.32 | - |
| YUV | 144.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 162 | 0 | 0.55 | 0.27 | 0.13 | 330 | 0.66 | 0.64 |
| Hex | DF | 65 | A2 | 0 | 37 | 1B | D | 14A | 42 | 40 |
| Octal | 337 | 145 | 242 | 0 | 67 | 33 | 15 | 512 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10100010 | 0 | 110111 | 11011 | 1101 | 101001010 | 1000010 | 1000000 |
Color Harmonies of #DF65A2
Complementary color
Monochromatic Colors of #DF65A2
Black with #DF65A2
Text Example
Text Example
White with #DF65A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65A2; }
p { color: rgb(223,101,162); }
H1.HeaderClassName
{
color: #DF65A2;
}
.AnyTagClassName
{
color: #DF65A2;
}
</style>
background-color css
<style>
a { background-color: #DF65A2; }
a { background-color: rgb(223,101,162); }
div.DivClassName
{
background-color: #DF65A2;
}
.BgClassName
{
background-color: #DF65A2;
}
</style>
border-color css
<style>
span { border-color: #DF65A2; }
span { border-color: rgb(223,101,162); }
td.TdClassName
{
border-color: #DF65A2;
}
.TagClassName
{
border-color: #DF65A2;
}
</style>