Shades of Pale Violet Red #DC6799
Tints of Pale Violet Red #DC6799
RGB
CMYK
RGB Variations
Color information
#DC6799 (or 0xDC6799) is known color: Pale Violet Red. HEX triplet: DC, 67 and 99. RGB value is (220,103,153). Sum of RGB (Red+Green+Blue) = 220+103+153=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6799 is #239866. Grayscale: #8F8F8F. Windows color (decimal): -2332775 or 10053596. OLE color: 10053596.
HSL color Cylindrical-coordinate representation of color #DC6799: hue angle of 334.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6799 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 153 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.14 |
| HSL | 334.36º | 0.63% | 0.63% | - |
| HSV(B) | 334.36º | 0.53% | 0.86% | - |
| XYZ | 40.12 | 27.22 | 33.28 | - |
| YUV | 143.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 153 | 0 | 0.53 | 0.30 | 0.14 | 334.36 | 0.63 | 0.63 |
| Hex | DC | 67 | 99 | 0 | 35 | 1E | E | 14E | 3F | 3F |
| Octal | 334 | 147 | 231 | 0 | 65 | 36 | 16 | 516 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10011001 | 0 | 110101 | 11110 | 1110 | 101001110 | 111111 | 111111 |
Color Harmonies of #DC6799
Complementary color
Monochromatic Colors of #DC6799
Black with #DC6799
Text Example
Text Example
White with #DC6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6799; }
p { color: rgb(220,103,153); }
H1.HeaderClassName
{
color: #DC6799;
}
.AnyTagClassName
{
color: #DC6799;
}
</style>
background-color css
<style>
a { background-color: #DC6799; }
a { background-color: rgb(220,103,153); }
div.DivClassName
{
background-color: #DC6799;
}
.BgClassName
{
background-color: #DC6799;
}
</style>
border-color css
<style>
span { border-color: #DC6799; }
span { border-color: rgb(220,103,153); }
td.TdClassName
{
border-color: #DC6799;
}
.TagClassName
{
border-color: #DC6799;
}
</style>