Shades of Careys Pink #D298A0
Tints of Careys Pink #D298A0
RGB
CMYK
RGB Variations
Color information
#D298A0 (or 0xD298A0) is known color: Careys Pink. HEX triplet: D2, 98 and A0. RGB value is (210,152,160). Sum of RGB (Red+Green+Blue) = 210+152+160=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D298A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298A0 is #2D675F. Grayscale: #AAAAAA. Windows color (decimal): -2975584 or 10524882. OLE color: 10524882.
HSL color Cylindrical-coordinate representation of color #D298A0: hue angle of 351.72º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298A0 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 160 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.18 |
| HSL | 351.72º | 0.39% | 0.71% | - |
| HSV(B) | 351.72º | 0.28% | 0.82% | - |
| XYZ | 44.15 | 38.7 | 38.4 | - |
| YUV | 170.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 160 | 0 | 0.28 | 0.24 | 0.18 | 351.72 | 0.39 | 0.71 |
| Hex | D2 | 98 | A0 | 0 | 1C | 18 | 12 | 160 | 27 | 47 |
| Octal | 322 | 230 | 240 | 0 | 34 | 30 | 22 | 540 | 47 | 107 |
| Binary | 11010010 | 10011000 | 10100000 | 0 | 11100 | 11000 | 10010 | 101100000 | 100111 | 1000111 |
Color Harmonies of #D298A0
Complementary color
Monochromatic Colors of #D298A0
Black with #D298A0
Text Example
Text Example
White with #D298A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D298A0; }
p { color: rgb(210,152,160); }
H1.HeaderClassName
{
color: #D298A0;
}
.AnyTagClassName
{
color: #D298A0;
}
</style>
background-color css
<style>
a { background-color: #D298A0; }
a { background-color: rgb(210,152,160); }
div.DivClassName
{
background-color: #D298A0;
}
.BgClassName
{
background-color: #D298A0;
}
</style>
border-color css
<style>
span { border-color: #D298A0; }
span { border-color: rgb(210,152,160); }
td.TdClassName
{
border-color: #D298A0;
}
.TagClassName
{
border-color: #D298A0;
}
</style>