Shades of Pale Violet Red #DC699A
Tints of Pale Violet Red #DC699A
RGB
CMYK
RGB Variations
Color information
#DC699A (or 0xDC699A) is known color: Pale Violet Red. HEX triplet: DC, 69 and 9A. RGB value is (220,105,154). Sum of RGB (Red+Green+Blue) = 220+105+154=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC699A is #239665. Grayscale: #909090. Windows color (decimal): -2332262 or 10119644. OLE color: 10119644.
HSL color Cylindrical-coordinate representation of color #DC699A: hue angle of 334.43º 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 #DC699A is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 154 | - |
| CMYK | 0 | 0.52 | 0.3 | 0.14 |
| HSL | 334.43º | 0.62% | 0.64% | - |
| HSV(B) | 334.43º | 0.52% | 0.86% | - |
| XYZ | 40.4 | 27.65 | 33.78 | - |
| YUV | 144.97 | 133.1 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 154 | 0 | 0.52 | 0.3 | 0.14 | 334.43 | 0.62 | 0.64 |
| Hex | DC | 69 | 9A | 0 | 34 | 1E | E | 14E | 3E | 40 |
| Octal | 334 | 151 | 232 | 0 | 64 | 36 | 16 | 516 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10011010 | 0 | 110100 | 11110 | 1110 | 101001110 | 111110 | 1000000 |
Color Harmonies of #DC699A
Complementary color
Monochromatic Colors of #DC699A
Black with #DC699A
Text Example
Text Example
White with #DC699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC699A; }
p { color: rgb(220,105,154); }
H1.HeaderClassName
{
color: #DC699A;
}
.AnyTagClassName
{
color: #DC699A;
}
</style>
background-color css
<style>
a { background-color: #DC699A; }
a { background-color: rgb(220,105,154); }
div.DivClassName
{
background-color: #DC699A;
}
.BgClassName
{
background-color: #DC699A;
}
</style>
border-color css
<style>
span { border-color: #DC699A; }
span { border-color: rgb(220,105,154); }
td.TdClassName
{
border-color: #DC699A;
}
.TagClassName
{
border-color: #DC699A;
}
</style>