Shades of Pale Violet Red #DC6F91
Tints of Pale Violet Red #DC6F91
RGB
CMYK
RGB Variations
Color information
#DC6F91 (or 0xDC6F91) is known color: Pale Violet Red. HEX triplet: DC, 6F and 91. RGB value is (220,111,145). Sum of RGB (Red+Green+Blue) = 220+111+145=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F91 is #23906E. Grayscale: #939393. Windows color (decimal): -2330735 or 9531356. OLE color: 9531356.
HSL color Cylindrical-coordinate representation of color #DC6F91: hue angle of 341.28º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F91 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 145 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.14 |
| HSL | 341.28º | 0.61% | 0.65% | - |
| HSV(B) | 341.28º | 0.5% | 0.86% | - |
| XYZ | 40.31 | 28.63 | 30.19 | - |
| YUV | 147.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 145 | 0 | 0.50 | 0.34 | 0.14 | 341.28 | 0.61 | 0.65 |
| Hex | DC | 6F | 91 | 0 | 32 | 22 | E | 155 | 3D | 41 |
| Octal | 334 | 157 | 221 | 0 | 62 | 42 | 16 | 525 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10010001 | 0 | 110010 | 100010 | 1110 | 101010101 | 111101 | 1000001 |
Color Harmonies of #DC6F91
Complementary color
Monochromatic Colors of #DC6F91
Black with #DC6F91
Text Example
Text Example
White with #DC6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F91; }
p { color: rgb(220,111,145); }
H1.HeaderClassName
{
color: #DC6F91;
}
.AnyTagClassName
{
color: #DC6F91;
}
</style>
background-color css
<style>
a { background-color: #DC6F91; }
a { background-color: rgb(220,111,145); }
div.DivClassName
{
background-color: #DC6F91;
}
.BgClassName
{
background-color: #DC6F91;
}
</style>
border-color css
<style>
span { border-color: #DC6F91; }
span { border-color: rgb(220,111,145); }
td.TdClassName
{
border-color: #DC6F91;
}
.TagClassName
{
border-color: #DC6F91;
}
</style>