Shades of Pale Violet Red #DC6A93
Tints of Pale Violet Red #DC6A93
RGB
CMYK
RGB Variations
Color information
#DC6A93 (or 0xDC6A93) is known color: Pale Violet Red. HEX triplet: DC, 6A and 93. RGB value is (220,106,147). Sum of RGB (Red+Green+Blue) = 220+106+147=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6A93 is #23956C. Grayscale: #909090. Windows color (decimal): -2332013 or 9661148. OLE color: 9661148.
HSL color Cylindrical-coordinate representation of color #DC6A93: hue angle of 338.42º 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 #DC6A93 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 147 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.14 |
| HSL | 338.42º | 0.62% | 0.64% | - |
| HSV(B) | 338.42º | 0.52% | 0.86% | - |
| XYZ | 39.94 | 27.63 | 30.83 | - |
| YUV | 144.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 147 | 0 | 0.52 | 0.33 | 0.14 | 338.42 | 0.62 | 0.64 |
| Hex | DC | 6A | 93 | 0 | 34 | 21 | E | 152 | 3E | 40 |
| Octal | 334 | 152 | 223 | 0 | 64 | 41 | 16 | 522 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10010011 | 0 | 110100 | 100001 | 1110 | 101010010 | 111110 | 1000000 |
Color Harmonies of #DC6A93
Complementary color
Monochromatic Colors of #DC6A93
Black with #DC6A93
Text Example
Text Example
White with #DC6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A93; }
p { color: rgb(220,106,147); }
H1.HeaderClassName
{
color: #DC6A93;
}
.AnyTagClassName
{
color: #DC6A93;
}
</style>
background-color css
<style>
a { background-color: #DC6A93; }
a { background-color: rgb(220,106,147); }
div.DivClassName
{
background-color: #DC6A93;
}
.BgClassName
{
background-color: #DC6A93;
}
</style>
border-color css
<style>
span { border-color: #DC6A93; }
span { border-color: rgb(220,106,147); }
td.TdClassName
{
border-color: #DC6A93;
}
.TagClassName
{
border-color: #DC6A93;
}
</style>