Shades of Pale Violet Red #DC6B9D
Tints of Pale Violet Red #DC6B9D
RGB
CMYK
RGB Variations
Color information
#DC6B9D (or 0xDC6B9D) is known color: Pale Violet Red. HEX triplet: DC, 6B and 9D. RGB value is (220,107,157). Sum of RGB (Red+Green+Blue) = 220+107+157=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 157 (61.72% from 255 or 32.44% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B9D is #239462. Grayscale: #929292. Windows color (decimal): -2331747 or 10316764. OLE color: 10316764.
HSL color Cylindrical-coordinate representation of color #DC6B9D: hue angle of 333.45º 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 #DC6B9D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 157 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.14 |
| HSL | 333.45º | 0.62% | 0.64% | - |
| HSV(B) | 333.45º | 0.51% | 0.86% | - |
| XYZ | 40.86 | 28.17 | 35.18 | - |
| YUV | 146.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 157 | 0 | 0.51 | 0.29 | 0.14 | 333.45 | 0.62 | 0.64 |
| Hex | DC | 6B | 9D | 0 | 33 | 1D | E | 14D | 3E | 40 |
| Octal | 334 | 153 | 235 | 0 | 63 | 35 | 16 | 515 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10011101 | 0 | 110011 | 11101 | 1110 | 101001101 | 111110 | 1000000 |
Color Harmonies of #DC6B9D
Complementary color
Monochromatic Colors of #DC6B9D
Black with #DC6B9D
Text Example
Text Example
White with #DC6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B9D; }
p { color: rgb(220,107,157); }
H1.HeaderClassName
{
color: #DC6B9D;
}
.AnyTagClassName
{
color: #DC6B9D;
}
</style>
background-color css
<style>
a { background-color: #DC6B9D; }
a { background-color: rgb(220,107,157); }
div.DivClassName
{
background-color: #DC6B9D;
}
.BgClassName
{
background-color: #DC6B9D;
}
</style>
border-color css
<style>
span { border-color: #DC6B9D; }
span { border-color: rgb(220,107,157); }
td.TdClassName
{
border-color: #DC6B9D;
}
.TagClassName
{
border-color: #DC6B9D;
}
</style>