Shades of Pale Violet Red #DC6B94
Tints of Pale Violet Red #DC6B94
RGB
CMYK
RGB Variations
Color information
#DC6B94 (or 0xDC6B94) is known color: Pale Violet Red. HEX triplet: DC, 6B and 94. RGB value is (220,107,148). Sum of RGB (Red+Green+Blue) = 220+107+148=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B94 is #23946B. Grayscale: #919191. Windows color (decimal): -2331756 or 9726940. OLE color: 9726940.
HSL color Cylindrical-coordinate representation of color #DC6B94: hue angle of 338.23º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6B94 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 148 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.14 |
| HSL | 338.23º | 0.62% | 0.64% | - |
| HSV(B) | 338.23º | 0.51% | 0.86% | - |
| XYZ | 40.12 | 27.87 | 31.28 | - |
| YUV | 145.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 148 | 0 | 0.51 | 0.33 | 0.14 | 338.23 | 0.62 | 0.64 |
| Hex | DC | 6B | 94 | 0 | 33 | 21 | E | 152 | 3E | 40 |
| Octal | 334 | 153 | 224 | 0 | 63 | 41 | 16 | 522 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10010100 | 0 | 110011 | 100001 | 1110 | 101010010 | 111110 | 1000000 |
Color Harmonies of #DC6B94
Complementary color
Monochromatic Colors of #DC6B94
Black with #DC6B94
Text Example
Text Example
White with #DC6B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B94; }
p { color: rgb(220,107,148); }
H1.HeaderClassName
{
color: #DC6B94;
}
.AnyTagClassName
{
color: #DC6B94;
}
</style>
background-color css
<style>
a { background-color: #DC6B94; }
a { background-color: rgb(220,107,148); }
div.DivClassName
{
background-color: #DC6B94;
}
.BgClassName
{
background-color: #DC6B94;
}
</style>
border-color css
<style>
span { border-color: #DC6B94; }
span { border-color: rgb(220,107,148); }
td.TdClassName
{
border-color: #DC6B94;
}
.TagClassName
{
border-color: #DC6B94;
}
</style>