Shades of Pale Violet Red #DC6699
Tints of Pale Violet Red #DC6699
RGB
CMYK
RGB Variations
Color information
#DC6699 (or 0xDC6699) is known color: Pale Violet Red. HEX triplet: DC, 66 and 99. RGB value is (220,102,153). Sum of RGB (Red+Green+Blue) = 220+102+153=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6699 is #239966. Grayscale: #8F8F8F. Windows color (decimal): -2333031 or 10053340. OLE color: 10053340.
HSL color Cylindrical-coordinate representation of color #DC6699: hue angle of 334.07º 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 #DC6699 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 153 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.14 |
| HSL | 334.07º | 0.63% | 0.63% | - |
| HSV(B) | 334.07º | 0.54% | 0.86% | - |
| XYZ | 40.02 | 27.02 | 33.24 | - |
| YUV | 143.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 153 | 0 | 0.54 | 0.30 | 0.14 | 334.07 | 0.63 | 0.63 |
| Hex | DC | 66 | 99 | 0 | 36 | 1E | E | 14E | 3F | 3F |
| Octal | 334 | 146 | 231 | 0 | 66 | 36 | 16 | 516 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10011001 | 0 | 110110 | 11110 | 1110 | 101001110 | 111111 | 111111 |
Color Harmonies of #DC6699
Complementary color
Monochromatic Colors of #DC6699
Black with #DC6699
Text Example
Text Example
White with #DC6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6699; }
p { color: rgb(220,102,153); }
H1.HeaderClassName
{
color: #DC6699;
}
.AnyTagClassName
{
color: #DC6699;
}
</style>
background-color css
<style>
a { background-color: #DC6699; }
a { background-color: rgb(220,102,153); }
div.DivClassName
{
background-color: #DC6699;
}
.BgClassName
{
background-color: #DC6699;
}
</style>
border-color css
<style>
span { border-color: #DC6699; }
span { border-color: rgb(220,102,153); }
td.TdClassName
{
border-color: #DC6699;
}
.TagClassName
{
border-color: #DC6699;
}
</style>