Shades of Careys Pink #DD999D
Tints of Careys Pink #DD999D
RGB
CMYK
RGB Variations
Color information
#DD999D (or 0xDD999D) is known color: Careys Pink. HEX triplet: DD, 99 and 9D. RGB value is (221,153,157). Sum of RGB (Red+Green+Blue) = 221+153+157=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD999D is #226662. Grayscale: #ADADAD. Windows color (decimal): -2254435 or 10328541. OLE color: 10328541.
HSL color Cylindrical-coordinate representation of color #DD999D: hue angle of 356.47º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD999D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 157 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.13 |
| HSL | 356.47º | 0.5% | 0.73% | - |
| HSV(B) | 356.47º | 0.31% | 0.87% | - |
| XYZ | 47.3 | 40.59 | 37.24 | - |
| YUV | 173.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 157 | 0 | 0.31 | 0.29 | 0.13 | 356.47 | 0.5 | 0.73 |
| Hex | DD | 99 | 9D | 0 | 1F | 1D | D | 164 | 32 | 49 |
| Octal | 335 | 231 | 235 | 0 | 37 | 35 | 15 | 544 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10011101 | 0 | 11111 | 11101 | 1101 | 101100100 | 110010 | 1001001 |
Color Harmonies of #DD999D
Complementary color
Monochromatic Colors of #DD999D
Black with #DD999D
Text Example
Text Example
White with #DD999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD999D; }
p { color: rgb(221,153,157); }
H1.HeaderClassName
{
color: #DD999D;
}
.AnyTagClassName
{
color: #DD999D;
}
</style>
background-color css
<style>
a { background-color: #DD999D; }
a { background-color: rgb(221,153,157); }
div.DivClassName
{
background-color: #DD999D;
}
.BgClassName
{
background-color: #DD999D;
}
</style>
border-color css
<style>
span { border-color: #DD999D; }
span { border-color: rgb(221,153,157); }
td.TdClassName
{
border-color: #DD999D;
}
.TagClassName
{
border-color: #DD999D;
}
</style>