#D39D9E

Color #D39D9E Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D39D9E

Tints of Careys Pink #D39D9E

Color information

#D39D9E (or 0xD39D9E) is unknown color: approx Careys Pink. HEX triplet: D3, 9D and 9E. RGB value is (211,157,158). Sum of RGB (Red+Green+Blue) = 211+157+158=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39D9E is #2C6261. Grayscale: #ADADAD. Windows color (decimal): -2908770 or 10395091. OLE color: 10395091.

HSL color Cylindrical-coordinate representation of color #D39D9E: hue angle of 358.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39D9E is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB211157158-
CMYK00.260.250.17
HSL358.89º38.03%72.16%-
HSV(B)358.89º25.59%82.75%-
XYZ45.0940.4337.78-
YUV173.26119.39154.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=40.11%
G=29.85%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115715800.260.250.17358.8938.0372.16
HexD39D9E01A19111672648
Octal323235236032312154746110
Binary11010011100111011001111001101011001100011011001111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D9E; }

 p { color: rgb(211,157,158); }

 H1.HeaderClassName
 {
   color: #D39D9E;
 }
 .AnyTagClassName
 {
   color: #D39D9E;
 }
</style>
background-color css

<style>
 a { background-color: #D39D9E; }

 a { background-color: rgb(211,157,158); }

 div.DivClassName
 {
   background-color: #D39D9E;
 }
 .BgClassName
 {
   background-color: #D39D9E;
 }
</style>
border-color css

<style>
 span { border-color: #D39D9E; }

 span { border-color: rgb(211,157,158); }

 td.TdClassName
 {
   border-color: #D39D9E;
 }
 .TagClassName
 {
   border-color: #D39D9E;
 }
</style>