Shades of Pale Violet Red #DC69A8
Tints of Pale Violet Red #DC69A8
RGB
CMYK
RGB Variations
Color information
#DC69A8 (or 0xDC69A8) is known color: Pale Violet Red. HEX triplet: DC, 69 and A8. RGB value is (220,105,168). Sum of RGB (Red+Green+Blue) = 220+105+168=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A8 is #239657. Grayscale: #929292. Windows color (decimal): -2332248 or 11037148. OLE color: 11037148.
HSL color Cylindrical-coordinate representation of color #DC69A8: hue angle of 327.13º 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 #DC69A8 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 168 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.14 |
| HSL | 327.13º | 0.62% | 0.64% | - |
| HSV(B) | 327.13º | 0.52% | 0.86% | - |
| XYZ | 41.63 | 28.15 | 40.28 | - |
| YUV | 146.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 168 | 0 | 0.52 | 0.24 | 0.14 | 327.13 | 0.62 | 0.64 |
| Hex | DC | 69 | A8 | 0 | 34 | 18 | E | 147 | 3E | 40 |
| Octal | 334 | 151 | 250 | 0 | 64 | 30 | 16 | 507 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10101000 | 0 | 110100 | 11000 | 1110 | 101000111 | 111110 | 1000000 |
Color Harmonies of #DC69A8
Complementary color
Monochromatic Colors of #DC69A8
Black with #DC69A8
Text Example
Text Example
White with #DC69A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69A8; }
p { color: rgb(220,105,168); }
H1.HeaderClassName
{
color: #DC69A8;
}
.AnyTagClassName
{
color: #DC69A8;
}
</style>
background-color css
<style>
a { background-color: #DC69A8; }
a { background-color: rgb(220,105,168); }
div.DivClassName
{
background-color: #DC69A8;
}
.BgClassName
{
background-color: #DC69A8;
}
</style>
border-color css
<style>
span { border-color: #DC69A8; }
span { border-color: rgb(220,105,168); }
td.TdClassName
{
border-color: #DC69A8;
}
.TagClassName
{
border-color: #DC69A8;
}
</style>