Shades of Careys Pink #D69FA3
Tints of Careys Pink #D69FA3
RGB
CMYK
RGB Variations
Color information
#D69FA3 (or 0xD69FA3) is known color: Careys Pink. HEX triplet: D6, 9F and A3. RGB value is (214,159,163). Sum of RGB (Red+Green+Blue) = 214+159+163=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69FA3 is #29605C. Grayscale: #AFAFAF. Windows color (decimal): -2711645 or 10723286. OLE color: 10723286.
HSL color Cylindrical-coordinate representation of color #D69FA3: hue angle of 355.64º 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 #D69FA3 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 163 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.16 |
| HSL | 355.64º | 0.4% | 0.73% | - |
| HSV(B) | 355.64º | 0.26% | 0.84% | - |
| XYZ | 46.74 | 41.74 | 40.24 | - |
| YUV | 175.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 163 | 0 | 0.26 | 0.24 | 0.16 | 355.64 | 0.4 | 0.73 |
| Hex | D6 | 9F | A3 | 0 | 1A | 18 | 10 | 164 | 28 | 49 |
| Octal | 326 | 237 | 243 | 0 | 32 | 30 | 20 | 544 | 50 | 111 |
| Binary | 11010110 | 10011111 | 10100011 | 0 | 11010 | 11000 | 10000 | 101100100 | 101000 | 1001001 |
Color Harmonies of #D69FA3
Complementary color
Monochromatic Colors of #D69FA3
Black with #D69FA3
Text Example
Text Example
White with #D69FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FA3; }
p { color: rgb(214,159,163); }
H1.HeaderClassName
{
color: #D69FA3;
}
.AnyTagClassName
{
color: #D69FA3;
}
</style>
background-color css
<style>
a { background-color: #D69FA3; }
a { background-color: rgb(214,159,163); }
div.DivClassName
{
background-color: #D69FA3;
}
.BgClassName
{
background-color: #D69FA3;
}
</style>
border-color css
<style>
span { border-color: #D69FA3; }
span { border-color: rgb(214,159,163); }
td.TdClassName
{
border-color: #D69FA3;
}
.TagClassName
{
border-color: #D69FA3;
}
</style>