Shades of Pale Violet Red #DC699C
Tints of Pale Violet Red #DC699C
RGB
CMYK
RGB Variations
Color information
#DC699C (or 0xDC699C) is known color: Pale Violet Red. HEX triplet: DC, 69 and 9C. RGB value is (220,105,156). Sum of RGB (Red+Green+Blue) = 220+105+156=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC699C is #239663. Grayscale: #919191. Windows color (decimal): -2332260 or 10250716. OLE color: 10250716.
HSL color Cylindrical-coordinate representation of color #DC699C: hue angle of 333.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC699C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 156 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.14 |
| HSL | 333.39º | 0.62% | 0.64% | - |
| HSV(B) | 333.39º | 0.52% | 0.86% | - |
| XYZ | 40.57 | 27.72 | 34.66 | - |
| YUV | 145.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 156 | 0 | 0.52 | 0.29 | 0.14 | 333.39 | 0.62 | 0.64 |
| Hex | DC | 69 | 9C | 0 | 34 | 1D | E | 14D | 3E | 40 |
| Octal | 334 | 151 | 234 | 0 | 64 | 35 | 16 | 515 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10011100 | 0 | 110100 | 11101 | 1110 | 101001101 | 111110 | 1000000 |
Color Harmonies of #DC699C
Complementary color
Monochromatic Colors of #DC699C
Black with #DC699C
Text Example
Text Example
White with #DC699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC699C; }
p { color: rgb(220,105,156); }
H1.HeaderClassName
{
color: #DC699C;
}
.AnyTagClassName
{
color: #DC699C;
}
</style>
background-color css
<style>
a { background-color: #DC699C; }
a { background-color: rgb(220,105,156); }
div.DivClassName
{
background-color: #DC699C;
}
.BgClassName
{
background-color: #DC699C;
}
</style>
border-color css
<style>
span { border-color: #DC699C; }
span { border-color: rgb(220,105,156); }
td.TdClassName
{
border-color: #DC699C;
}
.TagClassName
{
border-color: #DC699C;
}
</style>