Shades of Pale Violet Red #DC6BAB
Tints of Pale Violet Red #DC6BAB
RGB
CMYK
RGB Variations
Color information
#DC6BAB (or 0xDC6BAB) is known color: Pale Violet Red. HEX triplet: DC, 6B and AB. RGB value is (220,107,171). Sum of RGB (Red+Green+Blue) = 220+107+171=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BAB is #239454. Grayscale: #939393. Windows color (decimal): -2331733 or 11234268. OLE color: 11234268.
HSL color Cylindrical-coordinate representation of color #DC6BAB: hue angle of 326.02º 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 #DC6BAB is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 171 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.14 |
| HSL | 326.02º | 0.62% | 0.64% | - |
| HSV(B) | 326.02º | 0.51% | 0.86% | - |
| XYZ | 42.12 | 28.67 | 41.84 | - |
| YUV | 148.08 | 140.94 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 171 | 0 | 0.51 | 0.22 | 0.14 | 326.02 | 0.62 | 0.64 |
| Hex | DC | 6B | AB | 0 | 33 | 16 | E | 146 | 3E | 40 |
| Octal | 334 | 153 | 253 | 0 | 63 | 26 | 16 | 506 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10101011 | 0 | 110011 | 10110 | 1110 | 101000110 | 111110 | 1000000 |
Color Harmonies of #DC6BAB
Complementary color
Monochromatic Colors of #DC6BAB
Black with #DC6BAB
Text Example
Text Example
White with #DC6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BAB; }
p { color: rgb(220,107,171); }
H1.HeaderClassName
{
color: #DC6BAB;
}
.AnyTagClassName
{
color: #DC6BAB;
}
</style>
background-color css
<style>
a { background-color: #DC6BAB; }
a { background-color: rgb(220,107,171); }
div.DivClassName
{
background-color: #DC6BAB;
}
.BgClassName
{
background-color: #DC6BAB;
}
</style>
border-color css
<style>
span { border-color: #DC6BAB; }
span { border-color: rgb(220,107,171); }
td.TdClassName
{
border-color: #DC6BAB;
}
.TagClassName
{
border-color: #DC6BAB;
}
</style>