Shades of Careys Pink #D997A2
Tints of Careys Pink #D997A2
RGB
CMYK
RGB Variations
Color information
#D997A2 (or 0xD997A2) is known color: Careys Pink. HEX triplet: D9, 97 and A2. RGB value is (217,151,162). Sum of RGB (Red+Green+Blue) = 217+151+162=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A2 is #26685D. Grayscale: #ACACAC. Windows color (decimal): -2517086 or 10655705. OLE color: 10655705.
HSL color Cylindrical-coordinate representation of color #D997A2: hue angle of 350º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997A2 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 151 | 162 | - |
CMYK | 0 | 0.30 | 0.25 | 0.15 |
HSL | 350º | 0.46% | 0.72% | - |
HSV(B) | 350º | 0.3% | 0.85% | - |
XYZ | 46.2 | 39.49 | 39.37 | - |
YUV | 171.99 | 122.37 | 160.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 151 | 162 | 0 | 0.30 | 0.25 | 0.15 | 350 | 0.46 | 0.72 |
Hex | D9 | 97 | A2 | 0 | 1E | 19 | F | 15E | 2E | 48 |
Octal | 331 | 227 | 242 | 0 | 36 | 31 | 17 | 536 | 56 | 110 |
Binary | 11011001 | 10010111 | 10100010 | 0 | 11110 | 11001 | 1111 | 101011110 | 101110 | 1001000 |
Color Harmonies of #D997A2
Complementary color
Monochromatic Colors of #D997A2
Black with #D997A2
Text Example
Text Example
White with #D997A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997A2; }
p { color: rgb(217,151,162); }
H1.HeaderClassName
{
color: #D997A2;
}
.AnyTagClassName
{
color: #D997A2;
}
</style>
background-color css
<style>
a { background-color: #D997A2; }
a { background-color: rgb(217,151,162); }
div.DivClassName
{
background-color: #D997A2;
}
.BgClassName
{
background-color: #D997A2;
}
</style>
border-color css
<style>
span { border-color: #D997A2; }
span { border-color: rgb(217,151,162); }
td.TdClassName
{
border-color: #D997A2;
}
.TagClassName
{
border-color: #D997A2;
}
</style>