Shades of Pale Violet Red #DA6B8D
Tints of Pale Violet Red #DA6B8D
RGB
CMYK
RGB Variations
Color information
#DA6B8D (or 0xDA6B8D) is known color: Pale Violet Red. HEX triplet: DA, 6B and 8D. RGB value is (218,107,141). Sum of RGB (Red+Green+Blue) = 218+107+141=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6B8D is #259472. Grayscale: #909090. Windows color (decimal): -2462835 or 9268186. OLE color: 9268186.
HSL color Cylindrical-coordinate representation of color #DA6B8D: hue angle of 341.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6B8D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 141 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.15 |
| HSL | 341.62º | 0.6% | 0.64% | - |
| HSV(B) | 341.62º | 0.51% | 0.85% | - |
| XYZ | 38.98 | 27.34 | 28.42 | - |
| YUV | 144.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 141 | 0 | 0.51 | 0.35 | 0.15 | 341.62 | 0.6 | 0.64 |
| Hex | DA | 6B | 8D | 0 | 33 | 23 | F | 156 | 3C | 40 |
| Octal | 332 | 153 | 215 | 0 | 63 | 43 | 17 | 526 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10001101 | 0 | 110011 | 100011 | 1111 | 101010110 | 111100 | 1000000 |
Color Harmonies of #DA6B8D
Complementary color
Monochromatic Colors of #DA6B8D
Black with #DA6B8D
Text Example
Text Example
White with #DA6B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B8D; }
p { color: rgb(218,107,141); }
H1.HeaderClassName
{
color: #DA6B8D;
}
.AnyTagClassName
{
color: #DA6B8D;
}
</style>
background-color css
<style>
a { background-color: #DA6B8D; }
a { background-color: rgb(218,107,141); }
div.DivClassName
{
background-color: #DA6B8D;
}
.BgClassName
{
background-color: #DA6B8D;
}
</style>
border-color css
<style>
span { border-color: #DA6B8D; }
span { border-color: rgb(218,107,141); }
td.TdClassName
{
border-color: #DA6B8D;
}
.TagClassName
{
border-color: #DA6B8D;
}
</style>