Shades of Careys Pink #D2A1A3
Tints of Careys Pink #D2A1A3
RGB
CMYK
RGB Variations
Color information
#D2A1A3 (or 0xD2A1A3) is known color: Careys Pink. HEX triplet: D2, A1 and A3. RGB value is (210,161,163). Sum of RGB (Red+Green+Blue) = 210+161+163=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A1A3 is #2D5E5C. Grayscale: #AFAFAF. Windows color (decimal): -2973277 or 10723794. OLE color: 10723794.
HSL color Cylindrical-coordinate representation of color #D2A1A3: hue angle of 357.55º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2A1A3 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 163 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.18 |
| HSL | 357.55º | 0.35% | 0.73% | - |
| HSV(B) | 357.55º | 0.23% | 0.82% | - |
| XYZ | 45.93 | 41.84 | 40.3 | - |
| YUV | 175.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 163 | 0 | 0.23 | 0.22 | 0.18 | 357.55 | 0.35 | 0.73 |
| Hex | D2 | A1 | A3 | 0 | 17 | 16 | 12 | 166 | 23 | 49 |
| Octal | 322 | 241 | 243 | 0 | 27 | 26 | 22 | 546 | 43 | 111 |
| Binary | 11010010 | 10100001 | 10100011 | 0 | 10111 | 10110 | 10010 | 101100110 | 100011 | 1001001 |
Color Harmonies of #D2A1A3
Complementary color
Monochromatic Colors of #D2A1A3
Black with #D2A1A3
Text Example
Text Example
White with #D2A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A1A3; }
p { color: rgb(210,161,163); }
H1.HeaderClassName
{
color: #D2A1A3;
}
.AnyTagClassName
{
color: #D2A1A3;
}
</style>
background-color css
<style>
a { background-color: #D2A1A3; }
a { background-color: rgb(210,161,163); }
div.DivClassName
{
background-color: #D2A1A3;
}
.BgClassName
{
background-color: #D2A1A3;
}
</style>
border-color css
<style>
span { border-color: #D2A1A3; }
span { border-color: rgb(210,161,163); }
td.TdClassName
{
border-color: #D2A1A3;
}
.TagClassName
{
border-color: #D2A1A3;
}
</style>