Shades of Pale Violet Red #DA638B
Tints of Pale Violet Red #DA638B
RGB
CMYK
RGB Variations
Color information
#DA638B (or 0xDA638B) is known color: Pale Violet Red. HEX triplet: DA, 63 and 8B. RGB value is (218,99,139). Sum of RGB (Red+Green+Blue) = 218+99+139=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA638B is #259C74. Grayscale: #8B8B8B. Windows color (decimal): -2464885 or 9135066. OLE color: 9135066.
HSL color Cylindrical-coordinate representation of color #DA638B: hue angle of 339.83º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA638B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 139 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.15 |
| HSL | 339.83º | 0.62% | 0.62% | - |
| HSV(B) | 339.83º | 0.55% | 0.85% | - |
| XYZ | 38.04 | 25.69 | 27.38 | - |
| YUV | 139.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 139 | 0 | 0.55 | 0.36 | 0.15 | 339.83 | 0.62 | 0.62 |
| Hex | DA | 63 | 8B | 0 | 37 | 24 | F | 154 | 3E | 3E |
| Octal | 332 | 143 | 213 | 0 | 67 | 44 | 17 | 524 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10001011 | 0 | 110111 | 100100 | 1111 | 101010100 | 111110 | 111110 |
Color Harmonies of #DA638B
Complementary color
Monochromatic Colors of #DA638B
Black with #DA638B
Text Example
Text Example
White with #DA638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA638B; }
p { color: rgb(218,99,139); }
H1.HeaderClassName
{
color: #DA638B;
}
.AnyTagClassName
{
color: #DA638B;
}
</style>
background-color css
<style>
a { background-color: #DA638B; }
a { background-color: rgb(218,99,139); }
div.DivClassName
{
background-color: #DA638B;
}
.BgClassName
{
background-color: #DA638B;
}
</style>
border-color css
<style>
span { border-color: #DA638B; }
span { border-color: rgb(218,99,139); }
td.TdClassName
{
border-color: #DA638B;
}
.TagClassName
{
border-color: #DA638B;
}
</style>