Shades of Careys Pink #DA959A
Tints of Careys Pink #DA959A
RGB
CMYK
RGB Variations
Color information
#DA959A (or 0xDA959A) is known color: Careys Pink. HEX triplet: DA, 95 and 9A. RGB value is (218,149,154). Sum of RGB (Red+Green+Blue) = 218+149+154=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA959A is #256A65. Grayscale: #AAAAAA. Windows color (decimal): -2452070 or 10130906. OLE color: 10130906.
HSL color Cylindrical-coordinate representation of color #DA959A: hue angle of 355.65º 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 #DA959A is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 154 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.15 |
| HSL | 355.65º | 0.48% | 0.72% | - |
| HSV(B) | 355.65º | 0.32% | 0.85% | - |
| XYZ | 45.49 | 38.73 | 35.65 | - |
| YUV | 170.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 154 | 0 | 0.32 | 0.29 | 0.15 | 355.65 | 0.48 | 0.72 |
| Hex | DA | 95 | 9A | 0 | 20 | 1D | F | 164 | 30 | 48 |
| Octal | 332 | 225 | 232 | 0 | 40 | 35 | 17 | 544 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10011010 | 0 | 100000 | 11101 | 1111 | 101100100 | 110000 | 1001000 |
Color Harmonies of #DA959A
Complementary color
Monochromatic Colors of #DA959A
Black with #DA959A
Text Example
Text Example
White with #DA959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA959A; }
p { color: rgb(218,149,154); }
H1.HeaderClassName
{
color: #DA959A;
}
.AnyTagClassName
{
color: #DA959A;
}
</style>
background-color css
<style>
a { background-color: #DA959A; }
a { background-color: rgb(218,149,154); }
div.DivClassName
{
background-color: #DA959A;
}
.BgClassName
{
background-color: #DA959A;
}
</style>
border-color css
<style>
span { border-color: #DA959A; }
span { border-color: rgb(218,149,154); }
td.TdClassName
{
border-color: #DA959A;
}
.TagClassName
{
border-color: #DA959A;
}
</style>