Shades of Careys Pink #D69EA9
Tints of Careys Pink #D69EA9
RGB
CMYK
RGB Variations
Color information
#D69EA9 (or 0xD69EA9) is known color: Careys Pink. HEX triplet: D6, 9E and A9. RGB value is (214,158,169). Sum of RGB (Red+Green+Blue) = 214+158+169=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EA9 is #296156. Grayscale: #B0B0B0. Windows color (decimal): -2711895 or 11116246. OLE color: 11116246.
HSL color Cylindrical-coordinate representation of color #D69EA9: hue angle of 348.21º 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 #D69EA9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 169 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.16 |
| HSL | 348.21º | 0.41% | 0.73% | - |
| HSV(B) | 348.21º | 0.26% | 0.84% | - |
| XYZ | 47.12 | 41.61 | 43.09 | - |
| YUV | 176 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 169 | 0 | 0.26 | 0.21 | 0.16 | 348.21 | 0.41 | 0.73 |
| Hex | D6 | 9E | A9 | 0 | 1A | 15 | 10 | 15C | 29 | 49 |
| Octal | 326 | 236 | 251 | 0 | 32 | 25 | 20 | 534 | 51 | 111 |
| Binary | 11010110 | 10011110 | 10101001 | 0 | 11010 | 10101 | 10000 | 101011100 | 101001 | 1001001 |
Color Harmonies of #D69EA9
Complementary color
Monochromatic Colors of #D69EA9
Black with #D69EA9
Text Example
Text Example
White with #D69EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EA9; }
p { color: rgb(214,158,169); }
H1.HeaderClassName
{
color: #D69EA9;
}
.AnyTagClassName
{
color: #D69EA9;
}
</style>
background-color css
<style>
a { background-color: #D69EA9; }
a { background-color: rgb(214,158,169); }
div.DivClassName
{
background-color: #D69EA9;
}
.BgClassName
{
background-color: #D69EA9;
}
</style>
border-color css
<style>
span { border-color: #D69EA9; }
span { border-color: rgb(214,158,169); }
td.TdClassName
{
border-color: #D69EA9;
}
.TagClassName
{
border-color: #D69EA9;
}
</style>