Shades of Pale Violet Red #DF67A0
Tints of Pale Violet Red #DF67A0
RGB
CMYK
RGB Variations
Color information
#DF67A0 (or 0xDF67A0) is known color: Pale Violet Red. HEX triplet: DF, 67 and A0. RGB value is (223,103,160). Sum of RGB (Red+Green+Blue) = 223+103+160=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF67A0 is #20985F. Grayscale: #919191. Windows color (decimal): -2136160 or 10512351. OLE color: 10512351.
HSL color Cylindrical-coordinate representation of color #DF67A0: hue angle of 331.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67A0 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 160 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.13 |
| HSL | 331.5º | 0.65% | 0.64% | - |
| HSV(B) | 331.5º | 0.54% | 0.87% | - |
| XYZ | 41.63 | 27.93 | 36.45 | - |
| YUV | 145.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 160 | 0 | 0.54 | 0.28 | 0.13 | 331.5 | 0.65 | 0.64 |
| Hex | DF | 67 | A0 | 0 | 36 | 1C | D | 14C | 41 | 40 |
| Octal | 337 | 147 | 240 | 0 | 66 | 34 | 15 | 514 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10100000 | 0 | 110110 | 11100 | 1101 | 101001100 | 1000001 | 1000000 |
Color Harmonies of #DF67A0
Complementary color
Monochromatic Colors of #DF67A0
Black with #DF67A0
Text Example
Text Example
White with #DF67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67A0; }
p { color: rgb(223,103,160); }
H1.HeaderClassName
{
color: #DF67A0;
}
.AnyTagClassName
{
color: #DF67A0;
}
</style>
background-color css
<style>
a { background-color: #DF67A0; }
a { background-color: rgb(223,103,160); }
div.DivClassName
{
background-color: #DF67A0;
}
.BgClassName
{
background-color: #DF67A0;
}
</style>
border-color css
<style>
span { border-color: #DF67A0; }
span { border-color: rgb(223,103,160); }
td.TdClassName
{
border-color: #DF67A0;
}
.TagClassName
{
border-color: #DF67A0;
}
</style>