Shades of Pale Violet Red #DC669D
Tints of Pale Violet Red #DC669D
RGB
CMYK
RGB Variations
Color information
#DC669D (or 0xDC669D) is known color: Pale Violet Red. HEX triplet: DC, 66 and 9D. RGB value is (220,102,157). Sum of RGB (Red+Green+Blue) = 220+102+157=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669D is #239962. Grayscale: #8F8F8F. Windows color (decimal): -2333027 or 10315484. OLE color: 10315484.
HSL color Cylindrical-coordinate representation of color #DC669D: hue angle of 332.03º 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 #DC669D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 157 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.14 |
| HSL | 332.03º | 0.63% | 0.63% | - |
| HSV(B) | 332.03º | 0.54% | 0.86% | - |
| XYZ | 40.35 | 27.15 | 35.01 | - |
| YUV | 143.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 157 | 0 | 0.54 | 0.29 | 0.14 | 332.03 | 0.63 | 0.63 |
| Hex | DC | 66 | 9D | 0 | 36 | 1D | E | 14C | 3F | 3F |
| Octal | 334 | 146 | 235 | 0 | 66 | 35 | 16 | 514 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10011101 | 0 | 110110 | 11101 | 1110 | 101001100 | 111111 | 111111 |
Color Harmonies of #DC669D
Complementary color
Monochromatic Colors of #DC669D
Black with #DC669D
Text Example
Text Example
White with #DC669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC669D; }
p { color: rgb(220,102,157); }
H1.HeaderClassName
{
color: #DC669D;
}
.AnyTagClassName
{
color: #DC669D;
}
</style>
background-color css
<style>
a { background-color: #DC669D; }
a { background-color: rgb(220,102,157); }
div.DivClassName
{
background-color: #DC669D;
}
.BgClassName
{
background-color: #DC669D;
}
</style>
border-color css
<style>
span { border-color: #DC669D; }
span { border-color: rgb(220,102,157); }
td.TdClassName
{
border-color: #DC669D;
}
.TagClassName
{
border-color: #DC669D;
}
</style>