Shades of Pale Violet Red #DF67A7
Tints of Pale Violet Red #DF67A7
RGB
CMYK
RGB Variations
Color information
#DF67A7 (or 0xDF67A7) is known color: Pale Violet Red. HEX triplet: DF, 67 and A7. RGB value is (223,103,167). Sum of RGB (Red+Green+Blue) = 223+103+167=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF67A7 is #209858. Grayscale: #929292. Windows color (decimal): -2136153 or 10971103. OLE color: 10971103.
HSL color Cylindrical-coordinate representation of color #DF67A7: hue angle of 328º 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 #DF67A7 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 167 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.13 |
| HSL | 328º | 0.65% | 0.64% | - |
| HSV(B) | 328º | 0.54% | 0.87% | - |
| XYZ | 42.26 | 28.18 | 39.77 | - |
| YUV | 146.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 167 | 0 | 0.54 | 0.25 | 0.13 | 328 | 0.65 | 0.64 |
| Hex | DF | 67 | A7 | 0 | 36 | 19 | D | 148 | 41 | 40 |
| Octal | 337 | 147 | 247 | 0 | 66 | 31 | 15 | 510 | 101 | 100 |
| Binary | 11011111 | 1100111 | 10100111 | 0 | 110110 | 11001 | 1101 | 101001000 | 1000001 | 1000000 |
Color Harmonies of #DF67A7
Complementary color
Monochromatic Colors of #DF67A7
Black with #DF67A7
Text Example
Text Example
White with #DF67A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67A7; }
p { color: rgb(223,103,167); }
H1.HeaderClassName
{
color: #DF67A7;
}
.AnyTagClassName
{
color: #DF67A7;
}
</style>
background-color css
<style>
a { background-color: #DF67A7; }
a { background-color: rgb(223,103,167); }
div.DivClassName
{
background-color: #DF67A7;
}
.BgClassName
{
background-color: #DF67A7;
}
</style>
border-color css
<style>
span { border-color: #DF67A7; }
span { border-color: rgb(223,103,167); }
td.TdClassName
{
border-color: #DF67A7;
}
.TagClassName
{
border-color: #DF67A7;
}
</style>