Shades of Careys Pink #D39399
Tints of Careys Pink #D39399
RGB
CMYK
RGB Variations
Color information
#D39399 (or 0xD39399) is known color: Careys Pink. HEX triplet: D3, 93 and 99. RGB value is (211,147,153). Sum of RGB (Red+Green+Blue) = 211+147+153=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D39399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39399 is #2C6C66. Grayscale: #A6A6A6. Windows color (decimal): -2911335 or 10064851. OLE color: 10064851.
HSL color Cylindrical-coordinate representation of color #D39399: hue angle of 354.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D39399 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 153 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.17 |
| HSL | 354.38º | 0.42% | 0.7% | - |
| HSV(B) | 354.38º | 0.3% | 0.83% | - |
| XYZ | 43.05 | 37.02 | 35.01 | - |
| YUV | 166.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 153 | 0 | 0.30 | 0.27 | 0.17 | 354.38 | 0.42 | 0.7 |
| Hex | D3 | 93 | 99 | 0 | 1E | 1B | 11 | 162 | 2A | 46 |
| Octal | 323 | 223 | 231 | 0 | 36 | 33 | 21 | 542 | 52 | 106 |
| Binary | 11010011 | 10010011 | 10011001 | 0 | 11110 | 11011 | 10001 | 101100010 | 101010 | 1000110 |
Color Harmonies of #D39399
Complementary color
Monochromatic Colors of #D39399
Black with #D39399
Text Example
Text Example
White with #D39399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39399; }
p { color: rgb(211,147,153); }
H1.HeaderClassName
{
color: #D39399;
}
.AnyTagClassName
{
color: #D39399;
}
</style>
background-color css
<style>
a { background-color: #D39399; }
a { background-color: rgb(211,147,153); }
div.DivClassName
{
background-color: #D39399;
}
.BgClassName
{
background-color: #D39399;
}
</style>
border-color css
<style>
span { border-color: #D39399; }
span { border-color: rgb(211,147,153); }
td.TdClassName
{
border-color: #D39399;
}
.TagClassName
{
border-color: #D39399;
}
</style>