Shades of Pale Violet Red #DC6A9C
Tints of Pale Violet Red #DC6A9C
RGB
CMYK
RGB Variations
Color information
#DC6A9C (or 0xDC6A9C) is known color: Pale Violet Red. HEX triplet: DC, 6A and 9C. RGB value is (220,106,156). Sum of RGB (Red+Green+Blue) = 220+106+156=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A9C is #239563. Grayscale: #919191. Windows color (decimal): -2332004 or 10250972. OLE color: 10250972.
HSL color Cylindrical-coordinate representation of color #DC6A9C: hue angle of 333.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A9C is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 156 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.14 |
| HSL | 333.68º | 0.62% | 0.64% | - |
| HSV(B) | 333.68º | 0.52% | 0.86% | - |
| XYZ | 40.67 | 27.92 | 34.7 | - |
| YUV | 145.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 156 | 0 | 0.52 | 0.29 | 0.14 | 333.68 | 0.62 | 0.64 |
| Hex | DC | 6A | 9C | 0 | 34 | 1D | E | 14E | 3E | 40 |
| Octal | 334 | 152 | 234 | 0 | 64 | 35 | 16 | 516 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10011100 | 0 | 110100 | 11101 | 1110 | 101001110 | 111110 | 1000000 |
Color Harmonies of #DC6A9C
Complementary color
Monochromatic Colors of #DC6A9C
Black with #DC6A9C
Text Example
Text Example
White with #DC6A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A9C; }
p { color: rgb(220,106,156); }
H1.HeaderClassName
{
color: #DC6A9C;
}
.AnyTagClassName
{
color: #DC6A9C;
}
</style>
background-color css
<style>
a { background-color: #DC6A9C; }
a { background-color: rgb(220,106,156); }
div.DivClassName
{
background-color: #DC6A9C;
}
.BgClassName
{
background-color: #DC6A9C;
}
</style>
border-color css
<style>
span { border-color: #DC6A9C; }
span { border-color: rgb(220,106,156); }
td.TdClassName
{
border-color: #DC6A9C;
}
.TagClassName
{
border-color: #DC6A9C;
}
</style>