Shades of Careys Pink #D098A3
Tints of Careys Pink #D098A3
RGB
CMYK
RGB Variations
Color information
#D098A3 (or 0xD098A3) is known color: Careys Pink. HEX triplet: D0, 98 and A3. RGB value is (208,152,163). Sum of RGB (Red+Green+Blue) = 208+152+163=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D098A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098A3 is #2F675C. Grayscale: #AAAAAA. Windows color (decimal): -3106653 or 10721488. OLE color: 10721488.
HSL color Cylindrical-coordinate representation of color #D098A3: hue angle of 348.21º 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 #D098A3 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 163 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.18 |
| HSL | 348.21º | 0.37% | 0.71% | - |
| HSV(B) | 348.21º | 0.27% | 0.82% | - |
| XYZ | 43.85 | 38.51 | 39.77 | - |
| YUV | 170 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 163 | 0 | 0.27 | 0.22 | 0.18 | 348.21 | 0.37 | 0.71 |
| Hex | D0 | 98 | A3 | 0 | 1B | 16 | 12 | 15C | 25 | 47 |
| Octal | 320 | 230 | 243 | 0 | 33 | 26 | 22 | 534 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10100011 | 0 | 11011 | 10110 | 10010 | 101011100 | 100101 | 1000111 |
Color Harmonies of #D098A3
Complementary color
Monochromatic Colors of #D098A3
Black with #D098A3
Text Example
Text Example
White with #D098A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098A3; }
p { color: rgb(208,152,163); }
H1.HeaderClassName
{
color: #D098A3;
}
.AnyTagClassName
{
color: #D098A3;
}
</style>
background-color css
<style>
a { background-color: #D098A3; }
a { background-color: rgb(208,152,163); }
div.DivClassName
{
background-color: #D098A3;
}
.BgClassName
{
background-color: #D098A3;
}
</style>
border-color css
<style>
span { border-color: #D098A3; }
span { border-color: rgb(208,152,163); }
td.TdClassName
{
border-color: #D098A3;
}
.TagClassName
{
border-color: #D098A3;
}
</style>