Shades of Careys Pink #DA9A9B
Tints of Careys Pink #DA9A9B
RGB
CMYK
RGB Variations
Color information
#DA9A9B (or 0xDA9A9B) is known color: Careys Pink. HEX triplet: DA, 9A and 9B. RGB value is (218,154,155). Sum of RGB (Red+Green+Blue) = 218+154+155=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A9B is #256564. Grayscale: #ADADAD. Windows color (decimal): -2450789 or 10197722. OLE color: 10197722.
HSL color Cylindrical-coordinate representation of color #DA9A9B: hue angle of 359.06º 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 #DA9A9B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 155 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.15 |
| HSL | 359.06º | 0.46% | 0.73% | - |
| HSV(B) | 359.06º | 0.29% | 0.85% | - |
| XYZ | 46.39 | 40.38 | 36.36 | - |
| YUV | 173.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 155 | 0 | 0.29 | 0.29 | 0.15 | 359.06 | 0.46 | 0.73 |
| Hex | DA | 9A | 9B | 0 | 1D | 1D | F | 167 | 2E | 49 |
| Octal | 332 | 232 | 233 | 0 | 35 | 35 | 17 | 547 | 56 | 111 |
| Binary | 11011010 | 10011010 | 10011011 | 0 | 11101 | 11101 | 1111 | 101100111 | 101110 | 1001001 |
Color Harmonies of #DA9A9B
Complementary color
Monochromatic Colors of #DA9A9B
Black with #DA9A9B
Text Example
Text Example
White with #DA9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A9B; }
p { color: rgb(218,154,155); }
H1.HeaderClassName
{
color: #DA9A9B;
}
.AnyTagClassName
{
color: #DA9A9B;
}
</style>
background-color css
<style>
a { background-color: #DA9A9B; }
a { background-color: rgb(218,154,155); }
div.DivClassName
{
background-color: #DA9A9B;
}
.BgClassName
{
background-color: #DA9A9B;
}
</style>
border-color css
<style>
span { border-color: #DA9A9B; }
span { border-color: rgb(218,154,155); }
td.TdClassName
{
border-color: #DA9A9B;
}
.TagClassName
{
border-color: #DA9A9B;
}
</style>