Shades of Careys Pink #D199A2
Tints of Careys Pink #D199A2
RGB
CMYK
RGB Variations
Color information
#D199A2 (or 0xD199A2) is known color: Careys Pink. HEX triplet: D1, 99 and A2. RGB value is (209,153,162). Sum of RGB (Red+Green+Blue) = 209+153+162=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D199A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199A2 is #2E665D. Grayscale: #AAAAAA. Windows color (decimal): -3040862 or 10656209. OLE color: 10656209.
HSL color Cylindrical-coordinate representation of color #D199A2: hue angle of 350.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D199A2 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 162 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.18 |
| HSL | 350.36º | 0.38% | 0.71% | - |
| HSV(B) | 350.36º | 0.27% | 0.82% | - |
| XYZ | 44.21 | 38.95 | 39.37 | - |
| YUV | 170.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 162 | 0 | 0.27 | 0.22 | 0.18 | 350.36 | 0.38 | 0.71 |
| Hex | D1 | 99 | A2 | 0 | 1B | 16 | 12 | 15E | 26 | 47 |
| Octal | 321 | 231 | 242 | 0 | 33 | 26 | 22 | 536 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10100010 | 0 | 11011 | 10110 | 10010 | 101011110 | 100110 | 1000111 |
Color Harmonies of #D199A2
Complementary color
Monochromatic Colors of #D199A2
Black with #D199A2
Text Example
Text Example
White with #D199A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199A2; }
p { color: rgb(209,153,162); }
H1.HeaderClassName
{
color: #D199A2;
}
.AnyTagClassName
{
color: #D199A2;
}
</style>
background-color css
<style>
a { background-color: #D199A2; }
a { background-color: rgb(209,153,162); }
div.DivClassName
{
background-color: #D199A2;
}
.BgClassName
{
background-color: #D199A2;
}
</style>
border-color css
<style>
span { border-color: #D199A2; }
span { border-color: rgb(209,153,162); }
td.TdClassName
{
border-color: #D199A2;
}
.TagClassName
{
border-color: #D199A2;
}
</style>