Shades of Pale Violet Red #DC669A
Tints of Pale Violet Red #DC669A
RGB
CMYK
RGB Variations
Color information
#DC669A (or 0xDC669A) is known color: Pale Violet Red. HEX triplet: DC, 66 and 9A. RGB value is (220,102,154). Sum of RGB (Red+Green+Blue) = 220+102+154=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669A is #239965. Grayscale: #8F8F8F. Windows color (decimal): -2333030 or 10118876. OLE color: 10118876.
HSL color Cylindrical-coordinate representation of color #DC669A: hue angle of 333.56º 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 #DC669A is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 154 | - |
| CMYK | 0 | 0.54 | 0.3 | 0.14 |
| HSL | 333.56º | 0.63% | 0.63% | - |
| HSV(B) | 333.56º | 0.54% | 0.86% | - |
| XYZ | 40.1 | 27.05 | 33.68 | - |
| YUV | 143.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 154 | 0 | 0.54 | 0.3 | 0.14 | 333.56 | 0.63 | 0.63 |
| Hex | DC | 66 | 9A | 0 | 36 | 1E | E | 14E | 3F | 3F |
| Octal | 334 | 146 | 232 | 0 | 66 | 36 | 16 | 516 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10011010 | 0 | 110110 | 11110 | 1110 | 101001110 | 111111 | 111111 |
Color Harmonies of #DC669A
Complementary color
Monochromatic Colors of #DC669A
Black with #DC669A
Text Example
Text Example
White with #DC669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC669A; }
p { color: rgb(220,102,154); }
H1.HeaderClassName
{
color: #DC669A;
}
.AnyTagClassName
{
color: #DC669A;
}
</style>
background-color css
<style>
a { background-color: #DC669A; }
a { background-color: rgb(220,102,154); }
div.DivClassName
{
background-color: #DC669A;
}
.BgClassName
{
background-color: #DC669A;
}
</style>
border-color css
<style>
span { border-color: #DC669A; }
span { border-color: rgb(220,102,154); }
td.TdClassName
{
border-color: #DC669A;
}
.TagClassName
{
border-color: #DC669A;
}
</style>