Shades of Pale Violet Red #DC69A5
Tints of Pale Violet Red #DC69A5
RGB
CMYK
RGB Variations
Color information
#DC69A5 (or 0xDC69A5) is known color: Pale Violet Red. HEX triplet: DC, 69 and A5. RGB value is (220,105,165). Sum of RGB (Red+Green+Blue) = 220+105+165=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A5 is #23965A. Grayscale: #929292. Windows color (decimal): -2332251 or 10840540. OLE color: 10840540.
HSL color Cylindrical-coordinate representation of color #DC69A5: hue angle of 328.7º 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 #DC69A5 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 165 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.14 |
| HSL | 328.7º | 0.62% | 0.64% | - |
| HSV(B) | 328.7º | 0.52% | 0.86% | - |
| XYZ | 41.36 | 28.04 | 38.83 | - |
| YUV | 146.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 165 | 0 | 0.52 | 0.25 | 0.14 | 328.7 | 0.62 | 0.64 |
| Hex | DC | 69 | A5 | 0 | 34 | 19 | E | 149 | 3E | 40 |
| Octal | 334 | 151 | 245 | 0 | 64 | 31 | 16 | 511 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10100101 | 0 | 110100 | 11001 | 1110 | 101001001 | 111110 | 1000000 |
Color Harmonies of #DC69A5
Complementary color
Monochromatic Colors of #DC69A5
Black with #DC69A5
Text Example
Text Example
White with #DC69A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69A5; }
p { color: rgb(220,105,165); }
H1.HeaderClassName
{
color: #DC69A5;
}
.AnyTagClassName
{
color: #DC69A5;
}
</style>
background-color css
<style>
a { background-color: #DC69A5; }
a { background-color: rgb(220,105,165); }
div.DivClassName
{
background-color: #DC69A5;
}
.BgClassName
{
background-color: #DC69A5;
}
</style>
border-color css
<style>
span { border-color: #DC69A5; }
span { border-color: rgb(220,105,165); }
td.TdClassName
{
border-color: #DC69A5;
}
.TagClassName
{
border-color: #DC69A5;
}
</style>