Shades of Pale Violet Red #DC668D
Tints of Pale Violet Red #DC668D
RGB
CMYK
RGB Variations
Color information
#DC668D (or 0xDC668D) is known color: Pale Violet Red. HEX triplet: DC, 66 and 8D. RGB value is (220,102,141). Sum of RGB (Red+Green+Blue) = 220+102+141=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC668D is #239972. Grayscale: #8D8D8D. Windows color (decimal): -2333043 or 9266908. OLE color: 9266908.
HSL color Cylindrical-coordinate representation of color #DC668D: hue angle of 340.17º 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 #DC668D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 141 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.14 |
| HSL | 340.17º | 0.63% | 0.63% | - |
| HSV(B) | 340.17º | 0.54% | 0.86% | - |
| XYZ | 39.07 | 26.64 | 28.28 | - |
| YUV | 141.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 141 | 0 | 0.54 | 0.36 | 0.14 | 340.17 | 0.63 | 0.63 |
| Hex | DC | 66 | 8D | 0 | 36 | 24 | E | 154 | 3F | 3F |
| Octal | 334 | 146 | 215 | 0 | 66 | 44 | 16 | 524 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10001101 | 0 | 110110 | 100100 | 1110 | 101010100 | 111111 | 111111 |
Color Harmonies of #DC668D
Complementary color
Monochromatic Colors of #DC668D
Black with #DC668D
Text Example
Text Example
White with #DC668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC668D; }
p { color: rgb(220,102,141); }
H1.HeaderClassName
{
color: #DC668D;
}
.AnyTagClassName
{
color: #DC668D;
}
</style>
background-color css
<style>
a { background-color: #DC668D; }
a { background-color: rgb(220,102,141); }
div.DivClassName
{
background-color: #DC668D;
}
.BgClassName
{
background-color: #DC668D;
}
</style>
border-color css
<style>
span { border-color: #DC668D; }
span { border-color: rgb(220,102,141); }
td.TdClassName
{
border-color: #DC668D;
}
.TagClassName
{
border-color: #DC668D;
}
</style>