Shades of Pale Violet Red #DF6695
Tints of Pale Violet Red #DF6695
RGB
CMYK
RGB Variations
Color information
#DF6695 (or 0xDF6695) is known color: Pale Violet Red. HEX triplet: DF, 66 and 95. RGB value is (223,102,149). Sum of RGB (Red+Green+Blue) = 223+102+149=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6695 is #20996A. Grayscale: #8F8F8F. Windows color (decimal): -2136427 or 9791199. OLE color: 9791199.
HSL color Cylindrical-coordinate representation of color #DF6695: hue angle of 336.69º 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 #DF6695 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 149 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.13 |
| HSL | 336.69º | 0.65% | 0.64% | - |
| HSV(B) | 336.69º | 0.54% | 0.87% | - |
| XYZ | 40.61 | 27.36 | 31.57 | - |
| YUV | 143.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 149 | 0 | 0.54 | 0.33 | 0.13 | 336.69 | 0.65 | 0.64 |
| Hex | DF | 66 | 95 | 0 | 36 | 21 | D | 151 | 41 | 40 |
| Octal | 337 | 146 | 225 | 0 | 66 | 41 | 15 | 521 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10010101 | 0 | 110110 | 100001 | 1101 | 101010001 | 1000001 | 1000000 |
Color Harmonies of #DF6695
Complementary color
Monochromatic Colors of #DF6695
Black with #DF6695
Text Example
Text Example
White with #DF6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6695; }
p { color: rgb(223,102,149); }
H1.HeaderClassName
{
color: #DF6695;
}
.AnyTagClassName
{
color: #DF6695;
}
</style>
background-color css
<style>
a { background-color: #DF6695; }
a { background-color: rgb(223,102,149); }
div.DivClassName
{
background-color: #DF6695;
}
.BgClassName
{
background-color: #DF6695;
}
</style>
border-color css
<style>
span { border-color: #DF6695; }
span { border-color: rgb(223,102,149); }
td.TdClassName
{
border-color: #DF6695;
}
.TagClassName
{
border-color: #DF6695;
}
</style>