Shades of Pale Violet Red #DA668B
Tints of Pale Violet Red #DA668B
RGB
CMYK
RGB Variations
Color information
#DA668B (or 0xDA668B) is known color: Pale Violet Red. HEX triplet: DA, 66 and 8B. RGB value is (218,102,139). Sum of RGB (Red+Green+Blue) = 218+102+139=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA668B is #259974. Grayscale: #8C8C8C. Windows color (decimal): -2464117 or 9135834. OLE color: 9135834.
HSL color Cylindrical-coordinate representation of color #DA668B: hue angle of 340.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA668B is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 139 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.15 |
| HSL | 340.86º | 0.61% | 0.63% | - |
| HSV(B) | 340.86º | 0.53% | 0.85% | - |
| XYZ | 38.33 | 26.27 | 27.48 | - |
| YUV | 140.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 139 | 0 | 0.53 | 0.36 | 0.15 | 340.86 | 0.61 | 0.63 |
| Hex | DA | 66 | 8B | 0 | 35 | 24 | F | 155 | 3D | 3F |
| Octal | 332 | 146 | 213 | 0 | 65 | 44 | 17 | 525 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10001011 | 0 | 110101 | 100100 | 1111 | 101010101 | 111101 | 111111 |
Color Harmonies of #DA668B
Complementary color
Monochromatic Colors of #DA668B
Black with #DA668B
Text Example
Text Example
White with #DA668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA668B; }
p { color: rgb(218,102,139); }
H1.HeaderClassName
{
color: #DA668B;
}
.AnyTagClassName
{
color: #DA668B;
}
</style>
background-color css
<style>
a { background-color: #DA668B; }
a { background-color: rgb(218,102,139); }
div.DivClassName
{
background-color: #DA668B;
}
.BgClassName
{
background-color: #DA668B;
}
</style>
border-color css
<style>
span { border-color: #DA668B; }
span { border-color: rgb(218,102,139); }
td.TdClassName
{
border-color: #DA668B;
}
.TagClassName
{
border-color: #DA668B;
}
</style>