Shades of Careys Pink #D39394
Tints of Careys Pink #D39394
RGB
CMYK
RGB Variations
Color information
#D39394 (or 0xD39394) is known color: Careys Pink. HEX triplet: D3, 93 and 94. RGB value is (211,147,148). Sum of RGB (Red+Green+Blue) = 211+147+148=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D39394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39394 is #2C6C6B. Grayscale: #A6A6A6. Windows color (decimal): -2911340 or 9737171. OLE color: 9737171.
HSL color Cylindrical-coordinate representation of color #D39394: hue angle of 359.06º 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 #D39394 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 148 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.17 |
| HSL | 359.06º | 0.42% | 0.7% | - |
| HSV(B) | 359.06º | 0.3% | 0.83% | - |
| XYZ | 42.64 | 36.85 | 32.88 | - |
| YUV | 166.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 148 | 0 | 0.30 | 0.30 | 0.17 | 359.06 | 0.42 | 0.7 |
| Hex | D3 | 93 | 94 | 0 | 1E | 1E | 11 | 167 | 2A | 46 |
| Octal | 323 | 223 | 224 | 0 | 36 | 36 | 21 | 547 | 52 | 106 |
| Binary | 11010011 | 10010011 | 10010100 | 0 | 11110 | 11110 | 10001 | 101100111 | 101010 | 1000110 |
Color Harmonies of #D39394
Complementary color
Monochromatic Colors of #D39394
Black with #D39394
Text Example
Text Example
White with #D39394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39394; }
p { color: rgb(211,147,148); }
H1.HeaderClassName
{
color: #D39394;
}
.AnyTagClassName
{
color: #D39394;
}
</style>
background-color css
<style>
a { background-color: #D39394; }
a { background-color: rgb(211,147,148); }
div.DivClassName
{
background-color: #D39394;
}
.BgClassName
{
background-color: #D39394;
}
</style>
border-color css
<style>
span { border-color: #D39394; }
span { border-color: rgb(211,147,148); }
td.TdClassName
{
border-color: #D39394;
}
.TagClassName
{
border-color: #D39394;
}
</style>