Shades of Pale Violet Red #DA638A
Tints of Pale Violet Red #DA638A
RGB
CMYK
RGB Variations
Color information
#DA638A (or 0xDA638A) is known color: Pale Violet Red. HEX triplet: DA, 63 and 8A. RGB value is (218,99,138). Sum of RGB (Red+Green+Blue) = 218+99+138=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA638A is #259C75. Grayscale: #8A8A8A. Windows color (decimal): -2464886 or 9069530. OLE color: 9069530.
HSL color Cylindrical-coordinate representation of color #DA638A: hue angle of 340.34º 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 #DA638A is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 138 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.15 |
| HSL | 340.34º | 0.62% | 0.62% | - |
| HSV(B) | 340.34º | 0.55% | 0.85% | - |
| XYZ | 37.96 | 25.66 | 27 | - |
| YUV | 139.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 138 | 0 | 0.55 | 0.37 | 0.15 | 340.34 | 0.62 | 0.62 |
| Hex | DA | 63 | 8A | 0 | 37 | 25 | F | 154 | 3E | 3E |
| Octal | 332 | 143 | 212 | 0 | 67 | 45 | 17 | 524 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10001010 | 0 | 110111 | 100101 | 1111 | 101010100 | 111110 | 111110 |
Color Harmonies of #DA638A
Complementary color
Monochromatic Colors of #DA638A
Black with #DA638A
Text Example
Text Example
White with #DA638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA638A; }
p { color: rgb(218,99,138); }
H1.HeaderClassName
{
color: #DA638A;
}
.AnyTagClassName
{
color: #DA638A;
}
</style>
background-color css
<style>
a { background-color: #DA638A; }
a { background-color: rgb(218,99,138); }
div.DivClassName
{
background-color: #DA638A;
}
.BgClassName
{
background-color: #DA638A;
}
</style>
border-color css
<style>
span { border-color: #DA638A; }
span { border-color: rgb(218,99,138); }
td.TdClassName
{
border-color: #DA638A;
}
.TagClassName
{
border-color: #DA638A;
}
</style>