Shades of Careys Pink #D696A3
Tints of Careys Pink #D696A3
RGB
CMYK
RGB Variations
Color information
#D696A3 (or 0xD696A3) is known color: Careys Pink. HEX triplet: D6, 96 and A3. RGB value is (214,150,163). Sum of RGB (Red+Green+Blue) = 214+150+163=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A3 is #29695C. Grayscale: #AAAAAA. Windows color (decimal): -2713949 or 10720982. OLE color: 10720982.
HSL color Cylindrical-coordinate representation of color #D696A3: hue angle of 347.81º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696A3 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 163 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.16 |
| HSL | 347.81º | 0.44% | 0.71% | - |
| HSV(B) | 347.81º | 0.3% | 0.84% | - |
| XYZ | 45.25 | 38.75 | 39.75 | - |
| YUV | 170.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 163 | 0 | 0.30 | 0.24 | 0.16 | 347.81 | 0.44 | 0.71 |
| Hex | D6 | 96 | A3 | 0 | 1E | 18 | 10 | 15C | 2C | 47 |
| Octal | 326 | 226 | 243 | 0 | 36 | 30 | 20 | 534 | 54 | 107 |
| Binary | 11010110 | 10010110 | 10100011 | 0 | 11110 | 11000 | 10000 | 101011100 | 101100 | 1000111 |
Color Harmonies of #D696A3
Complementary color
Monochromatic Colors of #D696A3
Black with #D696A3
Text Example
Text Example
White with #D696A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D696A3; }
p { color: rgb(214,150,163); }
H1.HeaderClassName
{
color: #D696A3;
}
.AnyTagClassName
{
color: #D696A3;
}
</style>
background-color css
<style>
a { background-color: #D696A3; }
a { background-color: rgb(214,150,163); }
div.DivClassName
{
background-color: #D696A3;
}
.BgClassName
{
background-color: #D696A3;
}
</style>
border-color css
<style>
span { border-color: #D696A3; }
span { border-color: rgb(214,150,163); }
td.TdClassName
{
border-color: #D696A3;
}
.TagClassName
{
border-color: #D696A3;
}
</style>