Shades of Pale Violet Red #DC68A7
Tints of Pale Violet Red #DC68A7
RGB
CMYK
RGB Variations
Color information
#DC68A7 (or 0xDC68A7) is known color: Pale Violet Red. HEX triplet: DC, 68 and A7. RGB value is (220,104,167). Sum of RGB (Red+Green+Blue) = 220+104+167=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68A7 is #239758. Grayscale: #919191. Windows color (decimal): -2332505 or 10971356. OLE color: 10971356.
HSL color Cylindrical-coordinate representation of color #DC68A7: hue angle of 327.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68A7 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 167 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.14 |
| HSL | 327.41º | 0.62% | 0.64% | - |
| HSV(B) | 327.41º | 0.53% | 0.86% | - |
| XYZ | 41.44 | 27.91 | 39.76 | - |
| YUV | 145.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 167 | 0 | 0.53 | 0.24 | 0.14 | 327.41 | 0.62 | 0.64 |
| Hex | DC | 68 | A7 | 0 | 35 | 18 | E | 147 | 3E | 40 |
| Octal | 334 | 150 | 247 | 0 | 65 | 30 | 16 | 507 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10100111 | 0 | 110101 | 11000 | 1110 | 101000111 | 111110 | 1000000 |
Color Harmonies of #DC68A7
Complementary color
Monochromatic Colors of #DC68A7
Black with #DC68A7
Text Example
Text Example
White with #DC68A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68A7; }
p { color: rgb(220,104,167); }
H1.HeaderClassName
{
color: #DC68A7;
}
.AnyTagClassName
{
color: #DC68A7;
}
</style>
background-color css
<style>
a { background-color: #DC68A7; }
a { background-color: rgb(220,104,167); }
div.DivClassName
{
background-color: #DC68A7;
}
.BgClassName
{
background-color: #DC68A7;
}
</style>
border-color css
<style>
span { border-color: #DC68A7; }
span { border-color: rgb(220,104,167); }
td.TdClassName
{
border-color: #DC68A7;
}
.TagClassName
{
border-color: #DC68A7;
}
</style>