Shades of Careys Pink #DA959D
Tints of Careys Pink #DA959D
RGB
CMYK
RGB Variations
Color information
#DA959D (or 0xDA959D) is known color: Careys Pink. HEX triplet: DA, 95 and 9D. RGB value is (218,149,157). Sum of RGB (Red+Green+Blue) = 218+149+157=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA959D is #256A62. Grayscale: #AAAAAA. Windows color (decimal): -2452067 or 10327514. OLE color: 10327514.
HSL color Cylindrical-coordinate representation of color #DA959D: hue angle of 353.04º 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 #DA959D is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 157 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.15 |
| HSL | 353.04º | 0.48% | 0.72% | - |
| HSV(B) | 353.04º | 0.32% | 0.85% | - |
| XYZ | 45.75 | 38.83 | 36.98 | - |
| YUV | 170.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 157 | 0 | 0.32 | 0.28 | 0.15 | 353.04 | 0.48 | 0.72 |
| Hex | DA | 95 | 9D | 0 | 20 | 1C | F | 161 | 30 | 48 |
| Octal | 332 | 225 | 235 | 0 | 40 | 34 | 17 | 541 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10011101 | 0 | 100000 | 11100 | 1111 | 101100001 | 110000 | 1001000 |
Color Harmonies of #DA959D
Complementary color
Monochromatic Colors of #DA959D
Black with #DA959D
Text Example
Text Example
White with #DA959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA959D; }
p { color: rgb(218,149,157); }
H1.HeaderClassName
{
color: #DA959D;
}
.AnyTagClassName
{
color: #DA959D;
}
</style>
background-color css
<style>
a { background-color: #DA959D; }
a { background-color: rgb(218,149,157); }
div.DivClassName
{
background-color: #DA959D;
}
.BgClassName
{
background-color: #DA959D;
}
</style>
border-color css
<style>
span { border-color: #DA959D; }
span { border-color: rgb(218,149,157); }
td.TdClassName
{
border-color: #DA959D;
}
.TagClassName
{
border-color: #DA959D;
}
</style>