Shades of Pale Violet Red #DA618B
Tints of Pale Violet Red #DA618B
RGB
CMYK
RGB Variations
Color information
#DA618B (or 0xDA618B) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8B. RGB value is (218,97,139). Sum of RGB (Red+Green+Blue) = 218+97+139=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618B is #259E74. Grayscale: #898989. Windows color (decimal): -2465397 or 9134554. OLE color: 9134554.
HSL color Cylindrical-coordinate representation of color #DA618B: hue angle of 339.17º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA618B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 139 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.15 |
| HSL | 339.17º | 0.62% | 0.62% | - |
| HSV(B) | 339.17º | 0.56% | 0.85% | - |
| XYZ | 37.85 | 25.32 | 27.32 | - |
| YUV | 137.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 139 | 0 | 0.56 | 0.36 | 0.15 | 339.17 | 0.62 | 0.62 |
| Hex | DA | 61 | 8B | 0 | 38 | 24 | F | 153 | 3E | 3E |
| Octal | 332 | 141 | 213 | 0 | 70 | 44 | 17 | 523 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10001011 | 0 | 111000 | 100100 | 1111 | 101010011 | 111110 | 111110 |
Color Harmonies of #DA618B
Complementary color
Monochromatic Colors of #DA618B
Black with #DA618B
Text Example
Text Example
White with #DA618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA618B; }
p { color: rgb(218,97,139); }
H1.HeaderClassName
{
color: #DA618B;
}
.AnyTagClassName
{
color: #DA618B;
}
</style>
background-color css
<style>
a { background-color: #DA618B; }
a { background-color: rgb(218,97,139); }
div.DivClassName
{
background-color: #DA618B;
}
.BgClassName
{
background-color: #DA618B;
}
</style>
border-color css
<style>
span { border-color: #DA618B; }
span { border-color: rgb(218,97,139); }
td.TdClassName
{
border-color: #DA618B;
}
.TagClassName
{
border-color: #DA618B;
}
</style>