Shades of Pale Violet Red #DA738F
Tints of Pale Violet Red #DA738F
RGB
CMYK
RGB Variations
Color information
#DA738F (or 0xDA738F) is known color: Pale Violet Red. HEX triplet: DA, 73 and 8F. RGB value is (218,115,143). Sum of RGB (Red+Green+Blue) = 218+115+143=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA738F is #258C70. Grayscale: #949494. Windows color (decimal): -2460785 or 9401306. OLE color: 9401306.
HSL color Cylindrical-coordinate representation of color #DA738F: hue angle of 343.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA738F is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 115 | 143 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.15 |
| HSL | 343.69º | 0.58% | 0.65% | - |
| HSV(B) | 343.69º | 0.47% | 0.85% | - |
| XYZ | 40 | 29.15 | 29.5 | - |
| YUV | 148.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 115 | 143 | 0 | 0.47 | 0.34 | 0.15 | 343.69 | 0.58 | 0.65 |
| Hex | DA | 73 | 8F | 0 | 2F | 22 | F | 158 | 3A | 41 |
| Octal | 332 | 163 | 217 | 0 | 57 | 42 | 17 | 530 | 72 | 101 |
| Binary | 11011010 | 1110011 | 10001111 | 0 | 101111 | 100010 | 1111 | 101011000 | 111010 | 1000001 |
Color Harmonies of #DA738F
Complementary color
Monochromatic Colors of #DA738F
Black with #DA738F
Text Example
Text Example
White with #DA738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA738F; }
p { color: rgb(218,115,143); }
H1.HeaderClassName
{
color: #DA738F;
}
.AnyTagClassName
{
color: #DA738F;
}
</style>
background-color css
<style>
a { background-color: #DA738F; }
a { background-color: rgb(218,115,143); }
div.DivClassName
{
background-color: #DA738F;
}
.BgClassName
{
background-color: #DA738F;
}
</style>
border-color css
<style>
span { border-color: #DA738F; }
span { border-color: rgb(218,115,143); }
td.TdClassName
{
border-color: #DA738F;
}
.TagClassName
{
border-color: #DA738F;
}
</style>