Shades of Careys Pink #DA959C
Tints of Careys Pink #DA959C
RGB
CMYK
RGB Variations
Color information
#DA959C (or 0xDA959C) is known color: Careys Pink. HEX triplet: DA, 95 and 9C. RGB value is (218,149,156). Sum of RGB (Red+Green+Blue) = 218+149+156=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA959C is #256A63. Grayscale: #AAAAAA. Windows color (decimal): -2452068 or 10261978. OLE color: 10261978.
HSL color Cylindrical-coordinate representation of color #DA959C: hue angle of 353.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA959C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 156 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.15 |
| HSL | 353.91º | 0.48% | 0.72% | - |
| HSV(B) | 353.91º | 0.32% | 0.85% | - |
| XYZ | 45.66 | 38.8 | 36.54 | - |
| YUV | 170.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 156 | 0 | 0.32 | 0.28 | 0.15 | 353.91 | 0.48 | 0.72 |
| Hex | DA | 95 | 9C | 0 | 20 | 1C | F | 162 | 30 | 48 |
| Octal | 332 | 225 | 234 | 0 | 40 | 34 | 17 | 542 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10011100 | 0 | 100000 | 11100 | 1111 | 101100010 | 110000 | 1001000 |
Color Harmonies of #DA959C
Complementary color
Monochromatic Colors of #DA959C
Black with #DA959C
Text Example
Text Example
White with #DA959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA959C; }
p { color: rgb(218,149,156); }
H1.HeaderClassName
{
color: #DA959C;
}
.AnyTagClassName
{
color: #DA959C;
}
</style>
background-color css
<style>
a { background-color: #DA959C; }
a { background-color: rgb(218,149,156); }
div.DivClassName
{
background-color: #DA959C;
}
.BgClassName
{
background-color: #DA959C;
}
</style>
border-color css
<style>
span { border-color: #DA959C; }
span { border-color: rgb(218,149,156); }
td.TdClassName
{
border-color: #DA959C;
}
.TagClassName
{
border-color: #DA959C;
}
</style>