Shades of Pale Violet Red #DC6197
Tints of Pale Violet Red #DC6197
RGB
CMYK
RGB Variations
Color information
#DC6197 (or 0xDC6197) is known color: Pale Violet Red. HEX triplet: DC, 61 and 97. RGB value is (220,97,151). Sum of RGB (Red+Green+Blue) = 220+97+151=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6197 is #239E68. Grayscale: #8B8B8B. Windows color (decimal): -2334313 or 9920988. OLE color: 9920988.
HSL color Cylindrical-coordinate representation of color #DC6197: hue angle of 333.66º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6197 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 151 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.14 |
| HSL | 333.66º | 0.64% | 0.62% | - |
| HSV(B) | 333.66º | 0.56% | 0.86% | - |
| XYZ | 39.38 | 26 | 32.22 | - |
| YUV | 139.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 151 | 0 | 0.56 | 0.31 | 0.14 | 333.66 | 0.64 | 0.62 |
| Hex | DC | 61 | 97 | 0 | 38 | 1F | E | 14E | 40 | 3E |
| Octal | 334 | 141 | 227 | 0 | 70 | 37 | 16 | 516 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10010111 | 0 | 111000 | 11111 | 1110 | 101001110 | 1000000 | 111110 |
Color Harmonies of #DC6197
Complementary color
Monochromatic Colors of #DC6197
Black with #DC6197
Text Example
Text Example
White with #DC6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6197; }
p { color: rgb(220,97,151); }
H1.HeaderClassName
{
color: #DC6197;
}
.AnyTagClassName
{
color: #DC6197;
}
</style>
background-color css
<style>
a { background-color: #DC6197; }
a { background-color: rgb(220,97,151); }
div.DivClassName
{
background-color: #DC6197;
}
.BgClassName
{
background-color: #DC6197;
}
</style>
border-color css
<style>
span { border-color: #DC6197; }
span { border-color: rgb(220,97,151); }
td.TdClassName
{
border-color: #DC6197;
}
.TagClassName
{
border-color: #DC6197;
}
</style>