Shades of Pale Violet Red #DC6393
Tints of Pale Violet Red #DC6393
RGB
CMYK
RGB Variations
Color information
#DC6393 (or 0xDC6393) is known color: Pale Violet Red. HEX triplet: DC, 63 and 93. RGB value is (220,99,147). Sum of RGB (Red+Green+Blue) = 220+99+147=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6393 is #239C6C. Grayscale: #8C8C8C. Windows color (decimal): -2333805 or 9659356. OLE color: 9659356.
HSL color Cylindrical-coordinate representation of color #DC6393: hue angle of 336.2º 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 #DC6393 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 147 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.14 |
| HSL | 336.2º | 0.63% | 0.63% | - |
| HSV(B) | 336.2º | 0.55% | 0.86% | - |
| XYZ | 39.24 | 26.25 | 30.6 | - |
| YUV | 140.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 147 | 0 | 0.55 | 0.33 | 0.14 | 336.2 | 0.63 | 0.63 |
| Hex | DC | 63 | 93 | 0 | 37 | 21 | E | 150 | 3F | 3F |
| Octal | 334 | 143 | 223 | 0 | 67 | 41 | 16 | 520 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10010011 | 0 | 110111 | 100001 | 1110 | 101010000 | 111111 | 111111 |
Color Harmonies of #DC6393
Complementary color
Monochromatic Colors of #DC6393
Black with #DC6393
Text Example
Text Example
White with #DC6393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6393; }
p { color: rgb(220,99,147); }
H1.HeaderClassName
{
color: #DC6393;
}
.AnyTagClassName
{
color: #DC6393;
}
</style>
background-color css
<style>
a { background-color: #DC6393; }
a { background-color: rgb(220,99,147); }
div.DivClassName
{
background-color: #DC6393;
}
.BgClassName
{
background-color: #DC6393;
}
</style>
border-color css
<style>
span { border-color: #DC6393; }
span { border-color: rgb(220,99,147); }
td.TdClassName
{
border-color: #DC6393;
}
.TagClassName
{
border-color: #DC6393;
}
</style>