Shades of Careys Pink #D296A1
Tints of Careys Pink #D296A1
RGB
CMYK
RGB Variations
Color information
#D296A1 (or 0xD296A1) is known color: Careys Pink. HEX triplet: D2, 96 and A1. RGB value is (210,150,161). Sum of RGB (Red+Green+Blue) = 210+150+161=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D296A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296A1 is #2D695E. Grayscale: #A9A9A9. Windows color (decimal): -2976095 or 10589906. OLE color: 10589906.
HSL color Cylindrical-coordinate representation of color #D296A1: hue angle of 349º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296A1 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 161 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.18 |
| HSL | 349º | 0.4% | 0.71% | - |
| HSV(B) | 349º | 0.29% | 0.82% | - |
| XYZ | 43.92 | 38.09 | 38.76 | - |
| YUV | 169.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 161 | 0 | 0.29 | 0.23 | 0.18 | 349 | 0.4 | 0.71 |
| Hex | D2 | 96 | A1 | 0 | 1D | 17 | 12 | 15D | 28 | 47 |
| Octal | 322 | 226 | 241 | 0 | 35 | 27 | 22 | 535 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10100001 | 0 | 11101 | 10111 | 10010 | 101011101 | 101000 | 1000111 |
Color Harmonies of #D296A1
Complementary color
Monochromatic Colors of #D296A1
Black with #D296A1
Text Example
Text Example
White with #D296A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296A1; }
p { color: rgb(210,150,161); }
H1.HeaderClassName
{
color: #D296A1;
}
.AnyTagClassName
{
color: #D296A1;
}
</style>
background-color css
<style>
a { background-color: #D296A1; }
a { background-color: rgb(210,150,161); }
div.DivClassName
{
background-color: #D296A1;
}
.BgClassName
{
background-color: #D296A1;
}
</style>
border-color css
<style>
span { border-color: #D296A1; }
span { border-color: rgb(210,150,161); }
td.TdClassName
{
border-color: #D296A1;
}
.TagClassName
{
border-color: #D296A1;
}
</style>