Shades of Careys Pink #DC9D9F
Tints of Careys Pink #DC9D9F
RGB
CMYK
RGB Variations
Color information
#DC9D9F (or 0xDC9D9F) is known color: Careys Pink. HEX triplet: DC, 9D and 9F. RGB value is (220,157,159). Sum of RGB (Red+Green+Blue) = 220+157+159=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9F is #236260. Grayscale: #B0B0B0. Windows color (decimal): -2318945 or 10460636. OLE color: 10460636.
HSL color Cylindrical-coordinate representation of color #DC9D9F: hue angle of 358.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9D9F is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 159 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.14 |
| HSL | 358.1º | 0.47% | 0.74% | - |
| HSV(B) | 358.1º | 0.29% | 0.86% | - |
| XYZ | 47.83 | 41.83 | 38.35 | - |
| YUV | 176.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 159 | 0 | 0.29 | 0.28 | 0.14 | 358.1 | 0.47 | 0.74 |
| Hex | DC | 9D | 9F | 0 | 1D | 1C | E | 166 | 2F | 4A |
| Octal | 334 | 235 | 237 | 0 | 35 | 34 | 16 | 546 | 57 | 112 |
| Binary | 11011100 | 10011101 | 10011111 | 0 | 11101 | 11100 | 1110 | 101100110 | 101111 | 1001010 |
Color Harmonies of #DC9D9F
Complementary color
Monochromatic Colors of #DC9D9F
Black with #DC9D9F
Text Example
Text Example
White with #DC9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D9F; }
p { color: rgb(220,157,159); }
H1.HeaderClassName
{
color: #DC9D9F;
}
.AnyTagClassName
{
color: #DC9D9F;
}
</style>
background-color css
<style>
a { background-color: #DC9D9F; }
a { background-color: rgb(220,157,159); }
div.DivClassName
{
background-color: #DC9D9F;
}
.BgClassName
{
background-color: #DC9D9F;
}
</style>
border-color css
<style>
span { border-color: #DC9D9F; }
span { border-color: rgb(220,157,159); }
td.TdClassName
{
border-color: #DC9D9F;
}
.TagClassName
{
border-color: #DC9D9F;
}
</style>