Shades of Pale Violet Red #DC669C
Tints of Pale Violet Red #DC669C
RGB
CMYK
RGB Variations
Color information
#DC669C (or 0xDC669C) is known color: Pale Violet Red. HEX triplet: DC, 66 and 9C. RGB value is (220,102,156). Sum of RGB (Red+Green+Blue) = 220+102+156=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669C is #239963. Grayscale: #8F8F8F. Windows color (decimal): -2333028 or 10249948. OLE color: 10249948.
HSL color Cylindrical-coordinate representation of color #DC669C: hue angle of 332.54º 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 #DC669C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 156 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.14 |
| HSL | 332.54º | 0.63% | 0.63% | - |
| HSV(B) | 332.54º | 0.54% | 0.86% | - |
| XYZ | 40.27 | 27.12 | 34.56 | - |
| YUV | 143.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 156 | 0 | 0.54 | 0.29 | 0.14 | 332.54 | 0.63 | 0.63 |
| Hex | DC | 66 | 9C | 0 | 36 | 1D | E | 14D | 3F | 3F |
| Octal | 334 | 146 | 234 | 0 | 66 | 35 | 16 | 515 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10011100 | 0 | 110110 | 11101 | 1110 | 101001101 | 111111 | 111111 |
Color Harmonies of #DC669C
Complementary color
Monochromatic Colors of #DC669C
Black with #DC669C
Text Example
Text Example
White with #DC669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC669C; }
p { color: rgb(220,102,156); }
H1.HeaderClassName
{
color: #DC669C;
}
.AnyTagClassName
{
color: #DC669C;
}
</style>
background-color css
<style>
a { background-color: #DC669C; }
a { background-color: rgb(220,102,156); }
div.DivClassName
{
background-color: #DC669C;
}
.BgClassName
{
background-color: #DC669C;
}
</style>
border-color css
<style>
span { border-color: #DC669C; }
span { border-color: rgb(220,102,156); }
td.TdClassName
{
border-color: #DC669C;
}
.TagClassName
{
border-color: #DC669C;
}
</style>