Shades of Careys Pink #D296A0
Tints of Careys Pink #D296A0
RGB
CMYK
RGB Variations
Color information
#D296A0 (or 0xD296A0) is known color: Careys Pink. HEX triplet: D2, 96 and A0. RGB value is (210,150,160). Sum of RGB (Red+Green+Blue) = 210+150+160=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D296A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D296A0 is #2D695F. Grayscale: #A9A9A9. Windows color (decimal): -2976096 or 10524370. OLE color: 10524370.
HSL color Cylindrical-coordinate representation of color #D296A0: hue angle of 350º 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 #D296A0 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 160 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.18 |
| HSL | 350º | 0.4% | 0.71% | - |
| HSV(B) | 350º | 0.29% | 0.82% | - |
| XYZ | 43.83 | 38.05 | 38.29 | - |
| YUV | 169.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 160 | 0 | 0.29 | 0.24 | 0.18 | 350 | 0.4 | 0.71 |
| Hex | D2 | 96 | A0 | 0 | 1D | 18 | 12 | 15E | 28 | 47 |
| Octal | 322 | 226 | 240 | 0 | 35 | 30 | 22 | 536 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10100000 | 0 | 11101 | 11000 | 10010 | 101011110 | 101000 | 1000111 |
Color Harmonies of #D296A0
Complementary color
Monochromatic Colors of #D296A0
Black with #D296A0
Text Example
Text Example
White with #D296A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296A0; }
p { color: rgb(210,150,160); }
H1.HeaderClassName
{
color: #D296A0;
}
.AnyTagClassName
{
color: #D296A0;
}
</style>
background-color css
<style>
a { background-color: #D296A0; }
a { background-color: rgb(210,150,160); }
div.DivClassName
{
background-color: #D296A0;
}
.BgClassName
{
background-color: #D296A0;
}
</style>
border-color css
<style>
span { border-color: #D296A0; }
span { border-color: rgb(210,150,160); }
td.TdClassName
{
border-color: #D296A0;
}
.TagClassName
{
border-color: #D296A0;
}
</style>