Shades of Careys Pink #D099A8
Tints of Careys Pink #D099A8
RGB
CMYK
RGB Variations
Color information
#D099A8 (or 0xD099A8) is known color: Careys Pink. HEX triplet: D0, 99 and A8. RGB value is (208,153,168). Sum of RGB (Red+Green+Blue) = 208+153+168=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D099A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099A8 is #2F6657. Grayscale: #ABABAB. Windows color (decimal): -3106392 or 11049424. OLE color: 11049424.
HSL color Cylindrical-coordinate representation of color #D099A8: hue angle of 343.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099A8 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 168 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 343.64º | 0.37% | 0.71% | - |
| HSV(B) | 343.64º | 0.26% | 0.82% | - |
| XYZ | 44.47 | 39.02 | 42.23 | - |
| YUV | 171.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 168 | 0 | 0.26 | 0.19 | 0.18 | 343.64 | 0.37 | 0.71 |
| Hex | D0 | 99 | A8 | 0 | 1A | 13 | 12 | 158 | 25 | 47 |
| Octal | 320 | 231 | 250 | 0 | 32 | 23 | 22 | 530 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10101000 | 0 | 11010 | 10011 | 10010 | 101011000 | 100101 | 1000111 |
Color Harmonies of #D099A8
Complementary color
Monochromatic Colors of #D099A8
Black with #D099A8
Text Example
Text Example
White with #D099A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099A8; }
p { color: rgb(208,153,168); }
H1.HeaderClassName
{
color: #D099A8;
}
.AnyTagClassName
{
color: #D099A8;
}
</style>
background-color css
<style>
a { background-color: #D099A8; }
a { background-color: rgb(208,153,168); }
div.DivClassName
{
background-color: #D099A8;
}
.BgClassName
{
background-color: #D099A8;
}
</style>
border-color css
<style>
span { border-color: #D099A8; }
span { border-color: rgb(208,153,168); }
td.TdClassName
{
border-color: #D099A8;
}
.TagClassName
{
border-color: #D099A8;
}
</style>