Shades of Careys Pink #DA9395
Tints of Careys Pink #DA9395
RGB
CMYK
RGB Variations
Color information
#DA9395 (or 0xDA9395) is known color: Careys Pink. HEX triplet: DA, 93 and 95. RGB value is (218,147,149). Sum of RGB (Red+Green+Blue) = 218+147+149=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9395 is #256C6A. Grayscale: #A8A8A8. Windows color (decimal): -2452587 or 9802714. OLE color: 9802714.
HSL color Cylindrical-coordinate representation of color #DA9395: hue angle of 358.31º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9395 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 149 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.15 |
| HSL | 358.31º | 0.49% | 0.72% | - |
| HSV(B) | 358.31º | 0.33% | 0.85% | - |
| XYZ | 44.77 | 37.94 | 33.4 | - |
| YUV | 168.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 149 | 0 | 0.33 | 0.32 | 0.15 | 358.31 | 0.49 | 0.72 |
| Hex | DA | 93 | 95 | 0 | 21 | 20 | F | 166 | 31 | 48 |
| Octal | 332 | 223 | 225 | 0 | 41 | 40 | 17 | 546 | 61 | 110 |
| Binary | 11011010 | 10010011 | 10010101 | 0 | 100001 | 100000 | 1111 | 101100110 | 110001 | 1001000 |
Color Harmonies of #DA9395
Complementary color
Monochromatic Colors of #DA9395
Black with #DA9395
Text Example
Text Example
White with #DA9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9395; }
p { color: rgb(218,147,149); }
H1.HeaderClassName
{
color: #DA9395;
}
.AnyTagClassName
{
color: #DA9395;
}
</style>
background-color css
<style>
a { background-color: #DA9395; }
a { background-color: rgb(218,147,149); }
div.DivClassName
{
background-color: #DA9395;
}
.BgClassName
{
background-color: #DA9395;
}
</style>
border-color css
<style>
span { border-color: #DA9395; }
span { border-color: rgb(218,147,149); }
td.TdClassName
{
border-color: #DA9395;
}
.TagClassName
{
border-color: #DA9395;
}
</style>