Shades of Careys Pink #DA989C
Tints of Careys Pink #DA989C
RGB
CMYK
RGB Variations
Color information
#DA989C (or 0xDA989C) is known color: Careys Pink. HEX triplet: DA, 98 and 9C. RGB value is (218,152,156). Sum of RGB (Red+Green+Blue) = 218+152+156=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA989C is #256763. Grayscale: #ACACAC. Windows color (decimal): -2451300 or 10262746. OLE color: 10262746.
HSL color Cylindrical-coordinate representation of color #DA989C: hue angle of 356.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA989C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 156 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.15 |
| HSL | 356.36º | 0.47% | 0.73% | - |
| HSV(B) | 356.36º | 0.3% | 0.85% | - |
| XYZ | 46.14 | 39.76 | 36.7 | - |
| YUV | 172.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 156 | 0 | 0.30 | 0.28 | 0.15 | 356.36 | 0.47 | 0.73 |
| Hex | DA | 98 | 9C | 0 | 1E | 1C | F | 164 | 2F | 49 |
| Octal | 332 | 230 | 234 | 0 | 36 | 34 | 17 | 544 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10011100 | 0 | 11110 | 11100 | 1111 | 101100100 | 101111 | 1001001 |
Color Harmonies of #DA989C
Complementary color
Monochromatic Colors of #DA989C
Black with #DA989C
Text Example
Text Example
White with #DA989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA989C; }
p { color: rgb(218,152,156); }
H1.HeaderClassName
{
color: #DA989C;
}
.AnyTagClassName
{
color: #DA989C;
}
</style>
background-color css
<style>
a { background-color: #DA989C; }
a { background-color: rgb(218,152,156); }
div.DivClassName
{
background-color: #DA989C;
}
.BgClassName
{
background-color: #DA989C;
}
</style>
border-color css
<style>
span { border-color: #DA989C; }
span { border-color: rgb(218,152,156); }
td.TdClassName
{
border-color: #DA989C;
}
.TagClassName
{
border-color: #DA989C;
}
</style>