Shades of Pale Violet Red #DC6695
Tints of Pale Violet Red #DC6695
RGB
CMYK
RGB Variations
Color information
#DC6695 (or 0xDC6695) is known color: Pale Violet Red. HEX triplet: DC, 66 and 95. RGB value is (220,102,149). Sum of RGB (Red+Green+Blue) = 220+102+149=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6695 is #23996A. Grayscale: #8E8E8E. Windows color (decimal): -2333035 or 9791196. OLE color: 9791196.
HSL color Cylindrical-coordinate representation of color #DC6695: hue angle of 336.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6695 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 149 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.14 |
| HSL | 336.1º | 0.63% | 0.63% | - |
| HSV(B) | 336.1º | 0.54% | 0.86% | - |
| XYZ | 39.69 | 26.89 | 31.53 | - |
| YUV | 142.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 149 | 0 | 0.54 | 0.32 | 0.14 | 336.1 | 0.63 | 0.63 |
| Hex | DC | 66 | 95 | 0 | 36 | 20 | E | 150 | 3F | 3F |
| Octal | 334 | 146 | 225 | 0 | 66 | 40 | 16 | 520 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10010101 | 0 | 110110 | 100000 | 1110 | 101010000 | 111111 | 111111 |
Color Harmonies of #DC6695
Complementary color
Monochromatic Colors of #DC6695
Black with #DC6695
Text Example
Text Example
White with #DC6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6695; }
p { color: rgb(220,102,149); }
H1.HeaderClassName
{
color: #DC6695;
}
.AnyTagClassName
{
color: #DC6695;
}
</style>
background-color css
<style>
a { background-color: #DC6695; }
a { background-color: rgb(220,102,149); }
div.DivClassName
{
background-color: #DC6695;
}
.BgClassName
{
background-color: #DC6695;
}
</style>
border-color css
<style>
span { border-color: #DC6695; }
span { border-color: rgb(220,102,149); }
td.TdClassName
{
border-color: #DC6695;
}
.TagClassName
{
border-color: #DC6695;
}
</style>