Shades of Careys Pink #D798A2
Tints of Careys Pink #D798A2
RGB
CMYK
RGB Variations
Color information
#D798A2 (or 0xD798A2) is known color: Careys Pink. HEX triplet: D7, 98 and A2. RGB value is (215,152,162). Sum of RGB (Red+Green+Blue) = 215+152+162=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D798A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D798A2 is #28675D. Grayscale: #ACACAC. Windows color (decimal): -2647902 or 10655959. OLE color: 10655959.
HSL color Cylindrical-coordinate representation of color #D798A2: hue angle of 350.48º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D798A2 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 152 | 162 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.16 |
| HSL | 350.48º | 0.44% | 0.72% | - |
| HSV(B) | 350.48º | 0.29% | 0.84% | - |
| XYZ | 45.77 | 39.51 | 39.4 | - |
| YUV | 171.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 162 | 0 | 0.29 | 0.25 | 0.16 | 350.48 | 0.44 | 0.72 |
| Hex | D7 | 98 | A2 | 0 | 1D | 19 | 10 | 15E | 2C | 48 |
| Octal | 327 | 230 | 242 | 0 | 35 | 31 | 20 | 536 | 54 | 110 |
| Binary | 11010111 | 10011000 | 10100010 | 0 | 11101 | 11001 | 10000 | 101011110 | 101100 | 1001000 |
Color Harmonies of #D798A2
Complementary color
Monochromatic Colors of #D798A2
Black with #D798A2
Text Example
Text Example
White with #D798A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798A2; }
p { color: rgb(215,152,162); }
H1.HeaderClassName
{
color: #D798A2;
}
.AnyTagClassName
{
color: #D798A2;
}
</style>
background-color css
<style>
a { background-color: #D798A2; }
a { background-color: rgb(215,152,162); }
div.DivClassName
{
background-color: #D798A2;
}
.BgClassName
{
background-color: #D798A2;
}
</style>
border-color css
<style>
span { border-color: #D798A2; }
span { border-color: rgb(215,152,162); }
td.TdClassName
{
border-color: #D798A2;
}
.TagClassName
{
border-color: #D798A2;
}
</style>