Shades of Pale Violet Red #DC67A3
Tints of Pale Violet Red #DC67A3
RGB
CMYK
RGB Variations
Color information
#DC67A3 (or 0xDC67A3) is known color: Pale Violet Red. HEX triplet: DC, 67 and A3. RGB value is (220,103,163). Sum of RGB (Red+Green+Blue) = 220+103+163=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67A3 is #23985C. Grayscale: #909090. Windows color (decimal): -2332765 or 10708956. OLE color: 10708956.
HSL color Cylindrical-coordinate representation of color #DC67A3: hue angle of 329.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67A3 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 163 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.14 |
| HSL | 329.23º | 0.63% | 0.63% | - |
| HSV(B) | 329.23º | 0.53% | 0.86% | - |
| XYZ | 40.98 | 27.56 | 37.81 | - |
| YUV | 144.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 163 | 0 | 0.53 | 0.26 | 0.14 | 329.23 | 0.63 | 0.63 |
| Hex | DC | 67 | A3 | 0 | 35 | 1A | E | 149 | 3F | 3F |
| Octal | 334 | 147 | 243 | 0 | 65 | 32 | 16 | 511 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10100011 | 0 | 110101 | 11010 | 1110 | 101001001 | 111111 | 111111 |
Color Harmonies of #DC67A3
Complementary color
Monochromatic Colors of #DC67A3
Black with #DC67A3
Text Example
Text Example
White with #DC67A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67A3; }
p { color: rgb(220,103,163); }
H1.HeaderClassName
{
color: #DC67A3;
}
.AnyTagClassName
{
color: #DC67A3;
}
</style>
background-color css
<style>
a { background-color: #DC67A3; }
a { background-color: rgb(220,103,163); }
div.DivClassName
{
background-color: #DC67A3;
}
.BgClassName
{
background-color: #DC67A3;
}
</style>
border-color css
<style>
span { border-color: #DC67A3; }
span { border-color: rgb(220,103,163); }
td.TdClassName
{
border-color: #DC67A3;
}
.TagClassName
{
border-color: #DC67A3;
}
</style>