Shades of Pale Violet Red #DC6399
Tints of Pale Violet Red #DC6399
RGB
CMYK
RGB Variations
Color information
#DC6399 (or 0xDC6399) is known color: Pale Violet Red. HEX triplet: DC, 63 and 99. RGB value is (220,99,153). Sum of RGB (Red+Green+Blue) = 220+99+153=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6399 is #239C66. Grayscale: #8D8D8D. Windows color (decimal): -2333799 or 10052572. OLE color: 10052572.
HSL color Cylindrical-coordinate representation of color #DC6399: hue angle of 333.22º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6399 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 153 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.14 |
| HSL | 333.22º | 0.63% | 0.63% | - |
| HSV(B) | 333.22º | 0.55% | 0.86% | - |
| XYZ | 39.73 | 26.44 | 33.15 | - |
| YUV | 141.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 153 | 0 | 0.55 | 0.30 | 0.14 | 333.22 | 0.63 | 0.63 |
| Hex | DC | 63 | 99 | 0 | 37 | 1E | E | 14D | 3F | 3F |
| Octal | 334 | 143 | 231 | 0 | 67 | 36 | 16 | 515 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10011001 | 0 | 110111 | 11110 | 1110 | 101001101 | 111111 | 111111 |
Color Harmonies of #DC6399
Complementary color
Monochromatic Colors of #DC6399
Black with #DC6399
Text Example
Text Example
White with #DC6399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6399; }
p { color: rgb(220,99,153); }
H1.HeaderClassName
{
color: #DC6399;
}
.AnyTagClassName
{
color: #DC6399;
}
</style>
background-color css
<style>
a { background-color: #DC6399; }
a { background-color: rgb(220,99,153); }
div.DivClassName
{
background-color: #DC6399;
}
.BgClassName
{
background-color: #DC6399;
}
</style>
border-color css
<style>
span { border-color: #DC6399; }
span { border-color: rgb(220,99,153); }
td.TdClassName
{
border-color: #DC6399;
}
.TagClassName
{
border-color: #DC6399;
}
</style>