Shades of Careys Pink #D898A2
Tints of Careys Pink #D898A2
RGB
CMYK
RGB Variations
Color information
#D898A2 (or 0xD898A2) is known color: Careys Pink. HEX triplet: D8, 98 and A2. RGB value is (216,152,162). Sum of RGB (Red+Green+Blue) = 216+152+162=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D898A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898A2 is #27675D. Grayscale: #ACACAC. Windows color (decimal): -2582366 or 10655960. OLE color: 10655960.
HSL color Cylindrical-coordinate representation of color #D898A2: hue angle of 350.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898A2 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 162 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.15 |
| HSL | 350.63º | 0.45% | 0.72% | - |
| HSV(B) | 350.63º | 0.3% | 0.85% | - |
| XYZ | 46.07 | 39.66 | 39.41 | - |
| YUV | 172.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 162 | 0 | 0.30 | 0.25 | 0.15 | 350.63 | 0.45 | 0.72 |
| Hex | D8 | 98 | A2 | 0 | 1E | 19 | F | 15F | 2D | 48 |
| Octal | 330 | 230 | 242 | 0 | 36 | 31 | 17 | 537 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10100010 | 0 | 11110 | 11001 | 1111 | 101011111 | 101101 | 1001000 |
Color Harmonies of #D898A2
Complementary color
Monochromatic Colors of #D898A2
Black with #D898A2
Text Example
Text Example
White with #D898A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898A2; }
p { color: rgb(216,152,162); }
H1.HeaderClassName
{
color: #D898A2;
}
.AnyTagClassName
{
color: #D898A2;
}
</style>
background-color css
<style>
a { background-color: #D898A2; }
a { background-color: rgb(216,152,162); }
div.DivClassName
{
background-color: #D898A2;
}
.BgClassName
{
background-color: #D898A2;
}
</style>
border-color css
<style>
span { border-color: #D898A2; }
span { border-color: rgb(216,152,162); }
td.TdClassName
{
border-color: #D898A2;
}
.TagClassName
{
border-color: #D898A2;
}
</style>