Shades of Careys Pink #DA9BA3
Tints of Careys Pink #DA9BA3
RGB
CMYK
RGB Variations
Color information
#DA9BA3 (or 0xDA9BA3) is known color: Careys Pink. HEX triplet: DA, 9B and A3. RGB value is (218,155,163). Sum of RGB (Red+Green+Blue) = 218+155+163=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9BA3 is #25645C. Grayscale: #AEAEAE. Windows color (decimal): -2450525 or 10722266. OLE color: 10722266.
HSL color Cylindrical-coordinate representation of color #DA9BA3: hue angle of 352.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BA3 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 163 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.15 |
| HSL | 352.38º | 0.46% | 0.73% | - |
| HSV(B) | 352.38º | 0.29% | 0.85% | - |
| XYZ | 47.25 | 40.99 | 40.07 | - |
| YUV | 174.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 163 | 0 | 0.29 | 0.25 | 0.15 | 352.38 | 0.46 | 0.73 |
| Hex | DA | 9B | A3 | 0 | 1D | 19 | F | 160 | 2E | 49 |
| Octal | 332 | 233 | 243 | 0 | 35 | 31 | 17 | 540 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10100011 | 0 | 11101 | 11001 | 1111 | 101100000 | 101110 | 1001001 |
Color Harmonies of #DA9BA3
Complementary color
Monochromatic Colors of #DA9BA3
Black with #DA9BA3
Text Example
Text Example
White with #DA9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BA3; }
p { color: rgb(218,155,163); }
H1.HeaderClassName
{
color: #DA9BA3;
}
.AnyTagClassName
{
color: #DA9BA3;
}
</style>
background-color css
<style>
a { background-color: #DA9BA3; }
a { background-color: rgb(218,155,163); }
div.DivClassName
{
background-color: #DA9BA3;
}
.BgClassName
{
background-color: #DA9BA3;
}
</style>
border-color css
<style>
span { border-color: #DA9BA3; }
span { border-color: rgb(218,155,163); }
td.TdClassName
{
border-color: #DA9BA3;
}
.TagClassName
{
border-color: #DA9BA3;
}
</style>