Shades of Careys Pink #D69FA6
Tints of Careys Pink #D69FA6
RGB
CMYK
RGB Variations
Color information
#D69FA6 (or 0xD69FA6) is known color: Careys Pink. HEX triplet: D6, 9F and A6. RGB value is (214,159,166). Sum of RGB (Red+Green+Blue) = 214+159+166=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA6 is #296059. Grayscale: #B0B0B0. Windows color (decimal): -2711642 or 10919894. OLE color: 10919894.
HSL color Cylindrical-coordinate representation of color #D69FA6: hue angle of 352.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69FA6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 166 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.16 |
| HSL | 352.36º | 0.4% | 0.73% | - |
| HSV(B) | 352.36º | 0.26% | 0.84% | - |
| XYZ | 47.01 | 41.85 | 41.68 | - |
| YUV | 176.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 166 | 0 | 0.26 | 0.22 | 0.16 | 352.36 | 0.4 | 0.73 |
| Hex | D6 | 9F | A6 | 0 | 1A | 16 | 10 | 160 | 28 | 49 |
| Octal | 326 | 237 | 246 | 0 | 32 | 26 | 20 | 540 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10100110 | 0 | 11010 | 10110 | 10000 | 101100000 | 101000 | 1001001 |
Color Harmonies of #D69FA6
Complementary color
Monochromatic Colors of #D69FA6
Black with #D69FA6
Text Example
Text Example
White with #D69FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FA6; }
p { color: rgb(214,159,166); }
H1.HeaderClassName
{
color: #D69FA6;
}
.AnyTagClassName
{
color: #D69FA6;
}
</style>
background-color css
<style>
a { background-color: #D69FA6; }
a { background-color: rgb(214,159,166); }
div.DivClassName
{
background-color: #D69FA6;
}
.BgClassName
{
background-color: #D69FA6;
}
</style>
border-color css
<style>
span { border-color: #D69FA6; }
span { border-color: rgb(214,159,166); }
td.TdClassName
{
border-color: #D69FA6;
}
.TagClassName
{
border-color: #D69FA6;
}
</style>