Shades of Careys Pink #D69FAA
Tints of Careys Pink #D69FAA
RGB
CMYK
RGB Variations
Color information
#D69FAA (or 0xD69FAA) is known color: Careys Pink. HEX triplet: D6, 9F and AA. RGB value is (214,159,170). Sum of RGB (Red+Green+Blue) = 214+159+170=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FAA is #296055. Grayscale: #B0B0B0. Windows color (decimal): -2711638 or 11182038. OLE color: 11182038.
HSL color Cylindrical-coordinate representation of color #D69FAA: hue angle of 348º 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 #D69FAA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 170 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.16 |
| HSL | 348º | 0.4% | 0.73% | - |
| HSV(B) | 348º | 0.26% | 0.84% | - |
| XYZ | 47.39 | 41.99 | 43.64 | - |
| YUV | 176.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 170 | 0 | 0.26 | 0.21 | 0.16 | 348 | 0.4 | 0.73 |
| Hex | D6 | 9F | AA | 0 | 1A | 15 | 10 | 15C | 28 | 49 |
| Octal | 326 | 237 | 252 | 0 | 32 | 25 | 20 | 534 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10101010 | 0 | 11010 | 10101 | 10000 | 101011100 | 101000 | 1001001 |
Color Harmonies of #D69FAA
Complementary color
Monochromatic Colors of #D69FAA
Black with #D69FAA
Text Example
Text Example
White with #D69FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FAA; }
p { color: rgb(214,159,170); }
H1.HeaderClassName
{
color: #D69FAA;
}
.AnyTagClassName
{
color: #D69FAA;
}
</style>
background-color css
<style>
a { background-color: #D69FAA; }
a { background-color: rgb(214,159,170); }
div.DivClassName
{
background-color: #D69FAA;
}
.BgClassName
{
background-color: #D69FAA;
}
</style>
border-color css
<style>
span { border-color: #D69FAA; }
span { border-color: rgb(214,159,170); }
td.TdClassName
{
border-color: #D69FAA;
}
.TagClassName
{
border-color: #D69FAA;
}
</style>