Shades of Pale Violet Red #DC6593
Tints of Pale Violet Red #DC6593
RGB
CMYK
RGB Variations
Color information
#DC6593 (or 0xDC6593) is known color: Pale Violet Red. HEX triplet: DC, 65 and 93. RGB value is (220,101,147). Sum of RGB (Red+Green+Blue) = 220+101+147=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6593 is #239A6C. Grayscale: #8D8D8D. Windows color (decimal): -2333293 or 9659868. OLE color: 9659868.
HSL color Cylindrical-coordinate representation of color #DC6593: hue angle of 336.81º 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 #DC6593 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 147 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.14 |
| HSL | 336.81º | 0.63% | 0.63% | - |
| HSV(B) | 336.81º | 0.54% | 0.86% | - |
| XYZ | 39.44 | 26.63 | 30.67 | - |
| YUV | 141.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 147 | 0 | 0.54 | 0.33 | 0.14 | 336.81 | 0.63 | 0.63 |
| Hex | DC | 65 | 93 | 0 | 36 | 21 | E | 151 | 3F | 3F |
| Octal | 334 | 145 | 223 | 0 | 66 | 41 | 16 | 521 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10010011 | 0 | 110110 | 100001 | 1110 | 101010001 | 111111 | 111111 |
Color Harmonies of #DC6593
Complementary color
Monochromatic Colors of #DC6593
Black with #DC6593
Text Example
Text Example
White with #DC6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6593; }
p { color: rgb(220,101,147); }
H1.HeaderClassName
{
color: #DC6593;
}
.AnyTagClassName
{
color: #DC6593;
}
</style>
background-color css
<style>
a { background-color: #DC6593; }
a { background-color: rgb(220,101,147); }
div.DivClassName
{
background-color: #DC6593;
}
.BgClassName
{
background-color: #DC6593;
}
</style>
border-color css
<style>
span { border-color: #DC6593; }
span { border-color: rgb(220,101,147); }
td.TdClassName
{
border-color: #DC6593;
}
.TagClassName
{
border-color: #DC6593;
}
</style>