Shades of Careys Pink #D498A1
Tints of Careys Pink #D498A1
RGB
CMYK
RGB Variations
Color information
#D498A1 (or 0xD498A1) is known color: Careys Pink. HEX triplet: D4, 98 and A1. RGB value is (212,152,161). Sum of RGB (Red+Green+Blue) = 212+152+161=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D498A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D498A1 is #2B675E. Grayscale: #AAAAAA. Windows color (decimal): -2844511 or 10590420. OLE color: 10590420.
HSL color Cylindrical-coordinate representation of color #D498A1: hue angle of 351º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D498A1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 161 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.17 |
| HSL | 351º | 0.41% | 0.71% | - |
| HSV(B) | 351º | 0.28% | 0.83% | - |
| XYZ | 44.81 | 39.03 | 38.89 | - |
| YUV | 170.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 161 | 0 | 0.28 | 0.24 | 0.17 | 351 | 0.41 | 0.71 |
| Hex | D4 | 98 | A1 | 0 | 1C | 18 | 11 | 15F | 29 | 47 |
| Octal | 324 | 230 | 241 | 0 | 34 | 30 | 21 | 537 | 51 | 107 |
| Binary | 11010100 | 10011000 | 10100001 | 0 | 11100 | 11000 | 10001 | 101011111 | 101001 | 1000111 |
Color Harmonies of #D498A1
Complementary color
Monochromatic Colors of #D498A1
Black with #D498A1
Text Example
Text Example
White with #D498A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D498A1; }
p { color: rgb(212,152,161); }
H1.HeaderClassName
{
color: #D498A1;
}
.AnyTagClassName
{
color: #D498A1;
}
</style>
background-color css
<style>
a { background-color: #D498A1; }
a { background-color: rgb(212,152,161); }
div.DivClassName
{
background-color: #D498A1;
}
.BgClassName
{
background-color: #D498A1;
}
</style>
border-color css
<style>
span { border-color: #D498A1; }
span { border-color: rgb(212,152,161); }
td.TdClassName
{
border-color: #D498A1;
}
.TagClassName
{
border-color: #D498A1;
}
</style>