Shades of Pale Violet Red #DC669F
Tints of Pale Violet Red #DC669F
RGB
CMYK
RGB Variations
Color information
#DC669F (or 0xDC669F) is known color: Pale Violet Red. HEX triplet: DC, 66 and 9F. RGB value is (220,102,159). Sum of RGB (Red+Green+Blue) = 220+102+159=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC669F is #239960. Grayscale: #8F8F8F. Windows color (decimal): -2333025 or 10446556. OLE color: 10446556.
HSL color Cylindrical-coordinate representation of color #DC669F: hue angle of 331.02º 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 #DC669F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 159 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.14 |
| HSL | 331.02º | 0.63% | 0.63% | - |
| HSV(B) | 331.02º | 0.54% | 0.86% | - |
| XYZ | 40.52 | 27.22 | 35.92 | - |
| YUV | 143.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 159 | 0 | 0.54 | 0.28 | 0.14 | 331.02 | 0.63 | 0.63 |
| Hex | DC | 66 | 9F | 0 | 36 | 1C | E | 14B | 3F | 3F |
| Octal | 334 | 146 | 237 | 0 | 66 | 34 | 16 | 513 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10011111 | 0 | 110110 | 11100 | 1110 | 101001011 | 111111 | 111111 |
Color Harmonies of #DC669F
Complementary color
Monochromatic Colors of #DC669F
Black with #DC669F
Text Example
Text Example
White with #DC669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC669F; }
p { color: rgb(220,102,159); }
H1.HeaderClassName
{
color: #DC669F;
}
.AnyTagClassName
{
color: #DC669F;
}
</style>
background-color css
<style>
a { background-color: #DC669F; }
a { background-color: rgb(220,102,159); }
div.DivClassName
{
background-color: #DC669F;
}
.BgClassName
{
background-color: #DC669F;
}
</style>
border-color css
<style>
span { border-color: #DC669F; }
span { border-color: rgb(220,102,159); }
td.TdClassName
{
border-color: #DC669F;
}
.TagClassName
{
border-color: #DC669F;
}
</style>