Shades of Pale Violet Red #DC6991
Tints of Pale Violet Red #DC6991
RGB
CMYK
RGB Variations
Color information
#DC6991 (or 0xDC6991) is known color: Pale Violet Red. HEX triplet: DC, 69 and 91. RGB value is (220,105,145). Sum of RGB (Red+Green+Blue) = 220+105+145=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6991 is #23966E. Grayscale: #8F8F8F. Windows color (decimal): -2332271 or 9529820. OLE color: 9529820.
HSL color Cylindrical-coordinate representation of color #DC6991: hue angle of 339.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6991 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 145 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.14 |
| HSL | 339.13º | 0.62% | 0.64% | - |
| HSV(B) | 339.13º | 0.52% | 0.86% | - |
| XYZ | 39.68 | 27.36 | 29.98 | - |
| YUV | 143.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 145 | 0 | 0.52 | 0.34 | 0.14 | 339.13 | 0.62 | 0.64 |
| Hex | DC | 69 | 91 | 0 | 34 | 22 | E | 153 | 3E | 40 |
| Octal | 334 | 151 | 221 | 0 | 64 | 42 | 16 | 523 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10010001 | 0 | 110100 | 100010 | 1110 | 101010011 | 111110 | 1000000 |
Color Harmonies of #DC6991
Complementary color
Monochromatic Colors of #DC6991
Black with #DC6991
Text Example
Text Example
White with #DC6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6991; }
p { color: rgb(220,105,145); }
H1.HeaderClassName
{
color: #DC6991;
}
.AnyTagClassName
{
color: #DC6991;
}
</style>
background-color css
<style>
a { background-color: #DC6991; }
a { background-color: rgb(220,105,145); }
div.DivClassName
{
background-color: #DC6991;
}
.BgClassName
{
background-color: #DC6991;
}
</style>
border-color css
<style>
span { border-color: #DC6991; }
span { border-color: rgb(220,105,145); }
td.TdClassName
{
border-color: #DC6991;
}
.TagClassName
{
border-color: #DC6991;
}
</style>