Shades of Careys Pink #D69EA2
Tints of Careys Pink #D69EA2
RGB
CMYK
RGB Variations
Color information
#D69EA2 (or 0xD69EA2) is known color: Careys Pink. HEX triplet: D6, 9E and A2. RGB value is (214,158,162). Sum of RGB (Red+Green+Blue) = 214+158+162=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EA2 is #29615D. Grayscale: #AFAFAF. Windows color (decimal): -2711902 or 10657494. OLE color: 10657494.
HSL color Cylindrical-coordinate representation of color #D69EA2: hue angle of 355.71º 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 #D69EA2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 162 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.16 |
| HSL | 355.71º | 0.41% | 0.73% | - |
| HSV(B) | 355.71º | 0.26% | 0.84% | - |
| XYZ | 46.48 | 41.36 | 39.72 | - |
| YUV | 175.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 162 | 0 | 0.26 | 0.24 | 0.16 | 355.71 | 0.41 | 0.73 |
| Hex | D6 | 9E | A2 | 0 | 1A | 18 | 10 | 164 | 29 | 49 |
| Octal | 326 | 236 | 242 | 0 | 32 | 30 | 20 | 544 | 51 | 111 |
| Binary | 11010110 | 10011110 | 10100010 | 0 | 11010 | 11000 | 10000 | 101100100 | 101001 | 1001001 |
Color Harmonies of #D69EA2
Complementary color
Monochromatic Colors of #D69EA2
Black with #D69EA2
Text Example
Text Example
White with #D69EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69EA2; }
p { color: rgb(214,158,162); }
H1.HeaderClassName
{
color: #D69EA2;
}
.AnyTagClassName
{
color: #D69EA2;
}
</style>
background-color css
<style>
a { background-color: #D69EA2; }
a { background-color: rgb(214,158,162); }
div.DivClassName
{
background-color: #D69EA2;
}
.BgClassName
{
background-color: #D69EA2;
}
</style>
border-color css
<style>
span { border-color: #D69EA2; }
span { border-color: rgb(214,158,162); }
td.TdClassName
{
border-color: #D69EA2;
}
.TagClassName
{
border-color: #D69EA2;
}
</style>