Shades of Careys Pink #D097A1
Tints of Careys Pink #D097A1
RGB
CMYK
RGB Variations
Color information
#D097A1 (or 0xD097A1) is known color: Careys Pink. HEX triplet: D0, 97 and A1. RGB value is (208,151,161). Sum of RGB (Red+Green+Blue) = 208+151+161=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D097A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D097A1 is #2F685E. Grayscale: #A9A9A9. Windows color (decimal): -3106911 or 10590160. OLE color: 10590160.
HSL color Cylindrical-coordinate representation of color #D097A1: hue angle of 349.47º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097A1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 161 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.18 |
| HSL | 349.47º | 0.38% | 0.7% | - |
| HSV(B) | 349.47º | 0.27% | 0.82% | - |
| XYZ | 43.51 | 38.12 | 38.78 | - |
| YUV | 169.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 161 | 0 | 0.27 | 0.23 | 0.18 | 349.47 | 0.38 | 0.7 |
| Hex | D0 | 97 | A1 | 0 | 1B | 17 | 12 | 15D | 26 | 46 |
| Octal | 320 | 227 | 241 | 0 | 33 | 27 | 22 | 535 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10100001 | 0 | 11011 | 10111 | 10010 | 101011101 | 100110 | 1000110 |
Color Harmonies of #D097A1
Complementary color
Monochromatic Colors of #D097A1
Black with #D097A1
Text Example
Text Example
White with #D097A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097A1; }
p { color: rgb(208,151,161); }
H1.HeaderClassName
{
color: #D097A1;
}
.AnyTagClassName
{
color: #D097A1;
}
</style>
background-color css
<style>
a { background-color: #D097A1; }
a { background-color: rgb(208,151,161); }
div.DivClassName
{
background-color: #D097A1;
}
.BgClassName
{
background-color: #D097A1;
}
</style>
border-color css
<style>
span { border-color: #D097A1; }
span { border-color: rgb(208,151,161); }
td.TdClassName
{
border-color: #D097A1;
}
.TagClassName
{
border-color: #D097A1;
}
</style>