Shades of Pale Violet Red #DC6F8F
Tints of Pale Violet Red #DC6F8F
RGB
CMYK
RGB Variations
Color information
#DC6F8F (or 0xDC6F8F) is known color: Pale Violet Red. HEX triplet: DC, 6F and 8F. RGB value is (220,111,143). Sum of RGB (Red+Green+Blue) = 220+111+143=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F8F is #239070. Grayscale: #939393. Windows color (decimal): -2330737 or 9400284. OLE color: 9400284.
HSL color Cylindrical-coordinate representation of color #DC6F8F: hue angle of 342.39º 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 #DC6F8F is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 143 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.14 |
| HSL | 342.39º | 0.61% | 0.65% | - |
| HSV(B) | 342.39º | 0.5% | 0.86% | - |
| XYZ | 40.16 | 28.57 | 29.38 | - |
| YUV | 147.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 143 | 0 | 0.50 | 0.35 | 0.14 | 342.39 | 0.61 | 0.65 |
| Hex | DC | 6F | 8F | 0 | 32 | 23 | E | 156 | 3D | 41 |
| Octal | 334 | 157 | 217 | 0 | 62 | 43 | 16 | 526 | 75 | 101 |
| Binary | 11011100 | 1101111 | 10001111 | 0 | 110010 | 100011 | 1110 | 101010110 | 111101 | 1000001 |
Color Harmonies of #DC6F8F
Complementary color
Monochromatic Colors of #DC6F8F
Black with #DC6F8F
Text Example
Text Example
White with #DC6F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F8F; }
p { color: rgb(220,111,143); }
H1.HeaderClassName
{
color: #DC6F8F;
}
.AnyTagClassName
{
color: #DC6F8F;
}
</style>
background-color css
<style>
a { background-color: #DC6F8F; }
a { background-color: rgb(220,111,143); }
div.DivClassName
{
background-color: #DC6F8F;
}
.BgClassName
{
background-color: #DC6F8F;
}
</style>
border-color css
<style>
span { border-color: #DC6F8F; }
span { border-color: rgb(220,111,143); }
td.TdClassName
{
border-color: #DC6F8F;
}
.TagClassName
{
border-color: #DC6F8F;
}
</style>