Shades of Pale Violet Red #DA7B93
Tints of Pale Violet Red #DA7B93
RGB
CMYK
RGB Variations
Color information
#DA7B93 (or 0xDA7B93) is known color: Pale Violet Red. HEX triplet: DA, 7B and 93. RGB value is (218,123,147). Sum of RGB (Red+Green+Blue) = 218+123+147=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7B93 is #25846C. Grayscale: #9A9A9A. Windows color (decimal): -2458733 or 9665498. OLE color: 9665498.
HSL color Cylindrical-coordinate representation of color #DA7B93: hue angle of 344.84º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7B93 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 147 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.15 |
| HSL | 344.84º | 0.56% | 0.67% | - |
| HSV(B) | 344.84º | 0.44% | 0.85% | - |
| XYZ | 41.26 | 31.18 | 31.45 | - |
| YUV | 154.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 147 | 0 | 0.44 | 0.33 | 0.15 | 344.84 | 0.56 | 0.67 |
| Hex | DA | 7B | 93 | 0 | 2C | 21 | F | 159 | 38 | 43 |
| Octal | 332 | 173 | 223 | 0 | 54 | 41 | 17 | 531 | 70 | 103 |
| Binary | 11011010 | 1111011 | 10010011 | 0 | 101100 | 100001 | 1111 | 101011001 | 111000 | 1000011 |
Color Harmonies of #DA7B93
Complementary color
Monochromatic Colors of #DA7B93
Black with #DA7B93
Text Example
Text Example
White with #DA7B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B93; }
p { color: rgb(218,123,147); }
H1.HeaderClassName
{
color: #DA7B93;
}
.AnyTagClassName
{
color: #DA7B93;
}
</style>
background-color css
<style>
a { background-color: #DA7B93; }
a { background-color: rgb(218,123,147); }
div.DivClassName
{
background-color: #DA7B93;
}
.BgClassName
{
background-color: #DA7B93;
}
</style>
border-color css
<style>
span { border-color: #DA7B93; }
span { border-color: rgb(218,123,147); }
td.TdClassName
{
border-color: #DA7B93;
}
.TagClassName
{
border-color: #DA7B93;
}
</style>