Shades of Pale Violet Red #DC6391
Tints of Pale Violet Red #DC6391
RGB
CMYK
RGB Variations
Color information
#DC6391 (or 0xDC6391) is known color: Pale Violet Red. HEX triplet: DC, 63 and 91. RGB value is (220,99,145). Sum of RGB (Red+Green+Blue) = 220+99+145=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6391 is #239C6E. Grayscale: #8C8C8C. Windows color (decimal): -2333807 or 9528284. OLE color: 9528284.
HSL color Cylindrical-coordinate representation of color #DC6391: hue angle of 337.19º 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 #DC6391 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 145 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.14 |
| HSL | 337.19º | 0.63% | 0.63% | - |
| HSV(B) | 337.19º | 0.55% | 0.86% | - |
| XYZ | 39.09 | 26.18 | 29.78 | - |
| YUV | 140.42 | 130.59 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 145 | 0 | 0.55 | 0.34 | 0.14 | 337.19 | 0.63 | 0.63 |
| Hex | DC | 63 | 91 | 0 | 37 | 22 | E | 151 | 3F | 3F |
| Octal | 334 | 143 | 221 | 0 | 67 | 42 | 16 | 521 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10010001 | 0 | 110111 | 100010 | 1110 | 101010001 | 111111 | 111111 |
Color Harmonies of #DC6391
Complementary color
Monochromatic Colors of #DC6391
Black with #DC6391
Text Example
Text Example
White with #DC6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6391; }
p { color: rgb(220,99,145); }
H1.HeaderClassName
{
color: #DC6391;
}
.AnyTagClassName
{
color: #DC6391;
}
</style>
background-color css
<style>
a { background-color: #DC6391; }
a { background-color: rgb(220,99,145); }
div.DivClassName
{
background-color: #DC6391;
}
.BgClassName
{
background-color: #DC6391;
}
</style>
border-color css
<style>
span { border-color: #DC6391; }
span { border-color: rgb(220,99,145); }
td.TdClassName
{
border-color: #DC6391;
}
.TagClassName
{
border-color: #DC6391;
}
</style>