Shades of Pale Violet Red #DC6BA4
Tints of Pale Violet Red #DC6BA4
RGB
CMYK
RGB Variations
Color information
#DC6BA4 (or 0xDC6BA4) is known color: Pale Violet Red. HEX triplet: DC, 6B and A4. RGB value is (220,107,164). Sum of RGB (Red+Green+Blue) = 220+107+164=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA4 is #23945B. Grayscale: #939393. Windows color (decimal): -2331740 or 10775516. OLE color: 10775516.
HSL color Cylindrical-coordinate representation of color #DC6BA4: hue angle of 329.73º 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 #DC6BA4 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 164 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.14 |
| HSL | 329.73º | 0.62% | 0.64% | - |
| HSV(B) | 329.73º | 0.51% | 0.86% | - |
| XYZ | 41.47 | 28.41 | 38.42 | - |
| YUV | 147.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 164 | 0 | 0.51 | 0.25 | 0.14 | 329.73 | 0.62 | 0.64 |
| Hex | DC | 6B | A4 | 0 | 33 | 19 | E | 14A | 3E | 40 |
| Octal | 334 | 153 | 244 | 0 | 63 | 31 | 16 | 512 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10100100 | 0 | 110011 | 11001 | 1110 | 101001010 | 111110 | 1000000 |
Color Harmonies of #DC6BA4
Complementary color
Monochromatic Colors of #DC6BA4
Black with #DC6BA4
Text Example
Text Example
White with #DC6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BA4; }
p { color: rgb(220,107,164); }
H1.HeaderClassName
{
color: #DC6BA4;
}
.AnyTagClassName
{
color: #DC6BA4;
}
</style>
background-color css
<style>
a { background-color: #DC6BA4; }
a { background-color: rgb(220,107,164); }
div.DivClassName
{
background-color: #DC6BA4;
}
.BgClassName
{
background-color: #DC6BA4;
}
</style>
border-color css
<style>
span { border-color: #DC6BA4; }
span { border-color: rgb(220,107,164); }
td.TdClassName
{
border-color: #DC6BA4;
}
.TagClassName
{
border-color: #DC6BA4;
}
</style>