Shades of Pale Violet Red #DC6199
Tints of Pale Violet Red #DC6199
RGB
CMYK
RGB Variations
Color information
#DC6199 (or 0xDC6199) is known color: Pale Violet Red. HEX triplet: DC, 61 and 99. RGB value is (220,97,153). Sum of RGB (Red+Green+Blue) = 220+97+153=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6199 is #239E66. Grayscale: #8C8C8C. Windows color (decimal): -2334311 or 10052060. OLE color: 10052060.
HSL color Cylindrical-coordinate representation of color #DC6199: hue angle of 332.68º 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 #DC6199 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 153 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.14 |
| HSL | 332.68º | 0.64% | 0.62% | - |
| HSV(B) | 332.68º | 0.56% | 0.86% | - |
| XYZ | 39.54 | 26.06 | 33.08 | - |
| YUV | 140.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 153 | 0 | 0.56 | 0.30 | 0.14 | 332.68 | 0.64 | 0.62 |
| Hex | DC | 61 | 99 | 0 | 38 | 1E | E | 14D | 40 | 3E |
| Octal | 334 | 141 | 231 | 0 | 70 | 36 | 16 | 515 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10011001 | 0 | 111000 | 11110 | 1110 | 101001101 | 1000000 | 111110 |
Color Harmonies of #DC6199
Complementary color
Monochromatic Colors of #DC6199
Black with #DC6199
Text Example
Text Example
White with #DC6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6199; }
p { color: rgb(220,97,153); }
H1.HeaderClassName
{
color: #DC6199;
}
.AnyTagClassName
{
color: #DC6199;
}
</style>
background-color css
<style>
a { background-color: #DC6199; }
a { background-color: rgb(220,97,153); }
div.DivClassName
{
background-color: #DC6199;
}
.BgClassName
{
background-color: #DC6199;
}
</style>
border-color css
<style>
span { border-color: #DC6199; }
span { border-color: rgb(220,97,153); }
td.TdClassName
{
border-color: #DC6199;
}
.TagClassName
{
border-color: #DC6199;
}
</style>