Shades of Pale Violet Red #DC6B9F
Tints of Pale Violet Red #DC6B9F
RGB
CMYK
RGB Variations
Color information
#DC6B9F (or 0xDC6B9F) is known color: Pale Violet Red. HEX triplet: DC, 6B and 9F. RGB value is (220,107,159). Sum of RGB (Red+Green+Blue) = 220+107+159=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B9F is #239460. Grayscale: #929292. Windows color (decimal): -2331745 or 10447836. OLE color: 10447836.
HSL color Cylindrical-coordinate representation of color #DC6B9F: hue angle of 332.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B9F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 159 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.14 |
| HSL | 332.39º | 0.62% | 0.64% | - |
| HSV(B) | 332.39º | 0.51% | 0.86% | - |
| XYZ | 41.03 | 28.23 | 36.09 | - |
| YUV | 146.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 159 | 0 | 0.51 | 0.28 | 0.14 | 332.39 | 0.62 | 0.64 |
| Hex | DC | 6B | 9F | 0 | 33 | 1C | E | 14C | 3E | 40 |
| Octal | 334 | 153 | 237 | 0 | 63 | 34 | 16 | 514 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10011111 | 0 | 110011 | 11100 | 1110 | 101001100 | 111110 | 1000000 |
Color Harmonies of #DC6B9F
Complementary color
Monochromatic Colors of #DC6B9F
Black with #DC6B9F
Text Example
Text Example
White with #DC6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B9F; }
p { color: rgb(220,107,159); }
H1.HeaderClassName
{
color: #DC6B9F;
}
.AnyTagClassName
{
color: #DC6B9F;
}
</style>
background-color css
<style>
a { background-color: #DC6B9F; }
a { background-color: rgb(220,107,159); }
div.DivClassName
{
background-color: #DC6B9F;
}
.BgClassName
{
background-color: #DC6B9F;
}
</style>
border-color css
<style>
span { border-color: #DC6B9F; }
span { border-color: rgb(220,107,159); }
td.TdClassName
{
border-color: #DC6B9F;
}
.TagClassName
{
border-color: #DC6B9F;
}
</style>