Shades of Careys Pink #DA959E
Tints of Careys Pink #DA959E
RGB
CMYK
RGB Variations
Color information
#DA959E (or 0xDA959E) is known color: Careys Pink. HEX triplet: DA, 95 and 9E. RGB value is (218,149,158). Sum of RGB (Red+Green+Blue) = 218+149+158=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA959E is #256A61. Grayscale: #AAAAAA. Windows color (decimal): -2452066 or 10393050. OLE color: 10393050.
HSL color Cylindrical-coordinate representation of color #DA959E: hue angle of 352.17º 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 #DA959E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 158 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.15 |
| HSL | 352.17º | 0.48% | 0.72% | - |
| HSV(B) | 352.17º | 0.32% | 0.85% | - |
| XYZ | 45.83 | 38.87 | 37.43 | - |
| YUV | 170.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 158 | 0 | 0.32 | 0.28 | 0.15 | 352.17 | 0.48 | 0.72 |
| Hex | DA | 95 | 9E | 0 | 20 | 1C | F | 160 | 30 | 48 |
| Octal | 332 | 225 | 236 | 0 | 40 | 34 | 17 | 540 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10011110 | 0 | 100000 | 11100 | 1111 | 101100000 | 110000 | 1001000 |
Color Harmonies of #DA959E
Complementary color
Monochromatic Colors of #DA959E
Black with #DA959E
Text Example
Text Example
White with #DA959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA959E; }
p { color: rgb(218,149,158); }
H1.HeaderClassName
{
color: #DA959E;
}
.AnyTagClassName
{
color: #DA959E;
}
</style>
background-color css
<style>
a { background-color: #DA959E; }
a { background-color: rgb(218,149,158); }
div.DivClassName
{
background-color: #DA959E;
}
.BgClassName
{
background-color: #DA959E;
}
</style>
border-color css
<style>
span { border-color: #DA959E; }
span { border-color: rgb(218,149,158); }
td.TdClassName
{
border-color: #DA959E;
}
.TagClassName
{
border-color: #DA959E;
}
</style>