Shades of Pale Violet Red #DA618A
Tints of Pale Violet Red #DA618A
RGB
CMYK
RGB Variations
Color information
#DA618A (or 0xDA618A) is known color: Pale Violet Red. HEX triplet: DA, 61 and 8A. RGB value is (218,97,138). Sum of RGB (Red+Green+Blue) = 218+97+138=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA618A is #259E75. Grayscale: #898989. Windows color (decimal): -2465398 or 9069018. OLE color: 9069018.
HSL color Cylindrical-coordinate representation of color #DA618A: hue angle of 339.67º 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 #DA618A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 138 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.15 |
| HSL | 339.67º | 0.62% | 0.62% | - |
| HSV(B) | 339.67º | 0.56% | 0.85% | - |
| XYZ | 37.78 | 25.29 | 26.94 | - |
| YUV | 137.85 | 128.09 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 138 | 0 | 0.56 | 0.37 | 0.15 | 339.67 | 0.62 | 0.62 |
| Hex | DA | 61 | 8A | 0 | 38 | 25 | F | 154 | 3E | 3E |
| Octal | 332 | 141 | 212 | 0 | 70 | 45 | 17 | 524 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10001010 | 0 | 111000 | 100101 | 1111 | 101010100 | 111110 | 111110 |
Color Harmonies of #DA618A
Complementary color
Monochromatic Colors of #DA618A
Black with #DA618A
Text Example
Text Example
White with #DA618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA618A; }
p { color: rgb(218,97,138); }
H1.HeaderClassName
{
color: #DA618A;
}
.AnyTagClassName
{
color: #DA618A;
}
</style>
background-color css
<style>
a { background-color: #DA618A; }
a { background-color: rgb(218,97,138); }
div.DivClassName
{
background-color: #DA618A;
}
.BgClassName
{
background-color: #DA618A;
}
</style>
border-color css
<style>
span { border-color: #DA618A; }
span { border-color: rgb(218,97,138); }
td.TdClassName
{
border-color: #DA618A;
}
.TagClassName
{
border-color: #DA618A;
}
</style>