Shades of Careys Pink #D098A7
Tints of Careys Pink #D098A7
RGB
CMYK
RGB Variations
Color information
#D098A7 (or 0xD098A7) is known color: Careys Pink. HEX triplet: D0, 98 and A7. RGB value is (208,152,167). Sum of RGB (Red+Green+Blue) = 208+152+167=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D098A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098A7 is #2F6758. Grayscale: #AAAAAA. Windows color (decimal): -3106649 or 10983632. OLE color: 10983632.
HSL color Cylindrical-coordinate representation of color #D098A7: hue angle of 343.93º degrees, saturation: 0.37, 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 #D098A7 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 167 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.18 |
| HSL | 343.93º | 0.37% | 0.71% | - |
| HSV(B) | 343.93º | 0.27% | 0.82% | - |
| XYZ | 44.22 | 38.66 | 41.69 | - |
| YUV | 170.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 167 | 0 | 0.27 | 0.20 | 0.18 | 343.93 | 0.37 | 0.71 |
| Hex | D0 | 98 | A7 | 0 | 1B | 14 | 12 | 158 | 25 | 47 |
| Octal | 320 | 230 | 247 | 0 | 33 | 24 | 22 | 530 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10100111 | 0 | 11011 | 10100 | 10010 | 101011000 | 100101 | 1000111 |
Color Harmonies of #D098A7
Complementary color
Monochromatic Colors of #D098A7
Black with #D098A7
Text Example
Text Example
White with #D098A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098A7; }
p { color: rgb(208,152,167); }
H1.HeaderClassName
{
color: #D098A7;
}
.AnyTagClassName
{
color: #D098A7;
}
</style>
background-color css
<style>
a { background-color: #D098A7; }
a { background-color: rgb(208,152,167); }
div.DivClassName
{
background-color: #D098A7;
}
.BgClassName
{
background-color: #D098A7;
}
</style>
border-color css
<style>
span { border-color: #D098A7; }
span { border-color: rgb(208,152,167); }
td.TdClassName
{
border-color: #D098A7;
}
.TagClassName
{
border-color: #D098A7;
}
</style>