Shades of Careys Pink #D69FA8
Tints of Careys Pink #D69FA8
RGB
CMYK
RGB Variations
Color information
#D69FA8 (or 0xD69FA8) is known color: Careys Pink. HEX triplet: D6, 9F and A8. RGB value is (214,159,168). Sum of RGB (Red+Green+Blue) = 214+159+168=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA8 is #296057. Grayscale: #B0B0B0. Windows color (decimal): -2711640 or 11050966. OLE color: 11050966.
HSL color Cylindrical-coordinate representation of color #D69FA8: hue angle of 350.18º 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 #D69FA8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 168 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.16 |
| HSL | 350.18º | 0.4% | 0.73% | - |
| HSV(B) | 350.18º | 0.26% | 0.84% | - |
| XYZ | 47.2 | 41.92 | 42.65 | - |
| YUV | 176.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 168 | 0 | 0.26 | 0.21 | 0.16 | 350.18 | 0.4 | 0.73 |
| Hex | D6 | 9F | A8 | 0 | 1A | 15 | 10 | 15E | 28 | 49 |
| Octal | 326 | 237 | 250 | 0 | 32 | 25 | 20 | 536 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10101000 | 0 | 11010 | 10101 | 10000 | 101011110 | 101000 | 1001001 |
Color Harmonies of #D69FA8
Complementary color
Monochromatic Colors of #D69FA8
Black with #D69FA8
Text Example
Text Example
White with #D69FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FA8; }
p { color: rgb(214,159,168); }
H1.HeaderClassName
{
color: #D69FA8;
}
.AnyTagClassName
{
color: #D69FA8;
}
</style>
background-color css
<style>
a { background-color: #D69FA8; }
a { background-color: rgb(214,159,168); }
div.DivClassName
{
background-color: #D69FA8;
}
.BgClassName
{
background-color: #D69FA8;
}
</style>
border-color css
<style>
span { border-color: #D69FA8; }
span { border-color: rgb(214,159,168); }
td.TdClassName
{
border-color: #D69FA8;
}
.TagClassName
{
border-color: #D69FA8;
}
</style>