Shades of Careys Pink #D69EA0
Tints of Careys Pink #D69EA0
RGB
CMYK
RGB Variations
Color information
#D69EA0 (or 0xD69EA0) is known color: Careys Pink. HEX triplet: D6, 9E and A0. RGB value is (214,158,160). Sum of RGB (Red+Green+Blue) = 214+158+160=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EA0 is #29615F. Grayscale: #AFAFAF. Windows color (decimal): -2711904 or 10526422. OLE color: 10526422.
HSL color Cylindrical-coordinate representation of color #D69EA0: hue angle of 357.86º degrees, saturation: 0.41, 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 #D69EA0 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 160 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.16 |
| HSL | 357.86º | 0.41% | 0.73% | - |
| HSV(B) | 357.86º | 0.26% | 0.84% | - |
| XYZ | 46.3 | 41.29 | 38.79 | - |
| YUV | 174.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 160 | 0 | 0.26 | 0.25 | 0.16 | 357.86 | 0.41 | 0.73 |
| Hex | D6 | 9E | A0 | 0 | 1A | 19 | 10 | 166 | 29 | 49 |
| Octal | 326 | 236 | 240 | 0 | 32 | 31 | 20 | 546 | 51 | 111 |
| Binary | 11010110 | 10011110 | 10100000 | 0 | 11010 | 11001 | 10000 | 101100110 | 101001 | 1001001 |
Color Harmonies of #D69EA0
Complementary color
Monochromatic Colors of #D69EA0
Black with #D69EA0
Text Example
Text Example
White with #D69EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EA0; }
p { color: rgb(214,158,160); }
H1.HeaderClassName
{
color: #D69EA0;
}
.AnyTagClassName
{
color: #D69EA0;
}
</style>
background-color css
<style>
a { background-color: #D69EA0; }
a { background-color: rgb(214,158,160); }
div.DivClassName
{
background-color: #D69EA0;
}
.BgClassName
{
background-color: #D69EA0;
}
</style>
border-color css
<style>
span { border-color: #D69EA0; }
span { border-color: rgb(214,158,160); }
td.TdClassName
{
border-color: #D69EA0;
}
.TagClassName
{
border-color: #D69EA0;
}
</style>