Shades of Pale Violet Red #DC6DAA
Tints of Pale Violet Red #DC6DAA
RGB
CMYK
RGB Variations
Color information
#DC6DAA (or 0xDC6DAA) is known color: Pale Violet Red. HEX triplet: DC, 6D and AA. RGB value is (220,109,170). Sum of RGB (Red+Green+Blue) = 220+109+170=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DAA is #239255. Grayscale: #959595. Windows color (decimal): -2331222 or 11169244. OLE color: 11169244.
HSL color Cylindrical-coordinate representation of color #DC6DAA: hue angle of 327.03º 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 #DC6DAA is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 170 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.14 |
| HSL | 327.03º | 0.61% | 0.65% | - |
| HSV(B) | 327.03º | 0.5% | 0.86% | - |
| XYZ | 42.24 | 29.06 | 41.41 | - |
| YUV | 149.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 170 | 0 | 0.50 | 0.23 | 0.14 | 327.03 | 0.61 | 0.65 |
| Hex | DC | 6D | AA | 0 | 32 | 17 | E | 147 | 3D | 41 |
| Octal | 334 | 155 | 252 | 0 | 62 | 27 | 16 | 507 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10101010 | 0 | 110010 | 10111 | 1110 | 101000111 | 111101 | 1000001 |
Color Harmonies of #DC6DAA
Complementary color
Monochromatic Colors of #DC6DAA
Black with #DC6DAA
Text Example
Text Example
White with #DC6DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DAA; }
p { color: rgb(220,109,170); }
H1.HeaderClassName
{
color: #DC6DAA;
}
.AnyTagClassName
{
color: #DC6DAA;
}
</style>
background-color css
<style>
a { background-color: #DC6DAA; }
a { background-color: rgb(220,109,170); }
div.DivClassName
{
background-color: #DC6DAA;
}
.BgClassName
{
background-color: #DC6DAA;
}
</style>
border-color css
<style>
span { border-color: #DC6DAA; }
span { border-color: rgb(220,109,170); }
td.TdClassName
{
border-color: #DC6DAA;
}
.TagClassName
{
border-color: #DC6DAA;
}
</style>