Shades of Careys Pink #D99D9F
Tints of Careys Pink #D99D9F
RGB
CMYK
RGB Variations
Color information
#D99D9F (or 0xD99D9F) is known color: Careys Pink. HEX triplet: D9, 9D and 9F. RGB value is (217,157,159). Sum of RGB (Red+Green+Blue) = 217+157+159=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D9F is #266260. Grayscale: #AFAFAF. Windows color (decimal): -2515553 or 10460633. OLE color: 10460633.
HSL color Cylindrical-coordinate representation of color #D99D9F: hue angle of 358º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99D9F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 157 | 159 | - |
CMYK | 0 | 0.28 | 0.27 | 0.15 |
HSL | 358º | 0.44% | 0.73% | - |
HSV(B) | 358º | 0.28% | 0.85% | - |
XYZ | 46.93 | 41.37 | 38.31 | - |
YUV | 175.17 | 118.88 | 157.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 157 | 159 | 0 | 0.28 | 0.27 | 0.15 | 358 | 0.44 | 0.73 |
Hex | D9 | 9D | 9F | 0 | 1C | 1B | F | 166 | 2C | 49 |
Octal | 331 | 235 | 237 | 0 | 34 | 33 | 17 | 546 | 54 | 111 |
Binary | 11011001 | 10011101 | 10011111 | 0 | 11100 | 11011 | 1111 | 101100110 | 101100 | 1001001 |
Color Harmonies of #D99D9F
Complementary color
Monochromatic Colors of #D99D9F
Black with #D99D9F
Text Example
Text Example
White with #D99D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D9F; }
p { color: rgb(217,157,159); }
H1.HeaderClassName
{
color: #D99D9F;
}
.AnyTagClassName
{
color: #D99D9F;
}
</style>
background-color css
<style>
a { background-color: #D99D9F; }
a { background-color: rgb(217,157,159); }
div.DivClassName
{
background-color: #D99D9F;
}
.BgClassName
{
background-color: #D99D9F;
}
</style>
border-color css
<style>
span { border-color: #D99D9F; }
span { border-color: rgb(217,157,159); }
td.TdClassName
{
border-color: #D99D9F;
}
.TagClassName
{
border-color: #D99D9F;
}
</style>