#D39BA4

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

Shades of Careys Pink #D39BA4

Tints of Careys Pink #D39BA4

Color information

#D39BA4 (or 0xD39BA4) is unknown color: approx Careys Pink. HEX triplet: D3, 9B and A4. RGB value is (211,155,164). Sum of RGB (Red+Green+Blue) = 211+155+164=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BA4 is #2C645B. Grayscale: #ACACAC. Windows color (decimal): -2909276 or 10787795. OLE color: 10787795.

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

Color convert

RGB211155164-
CMYK00.270.220.17
HSL350.36º38.89%71.76%-
HSV(B)350.36º26.54%82.75%-
XYZ45.2939.9740.45-
YUV172.77123.05155.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=39.81%
G=29.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115516400.270.220.17350.3638.8971.76
HexD39BA401B161115e2748
Octal323233244033262153647110
Binary11010011100110111010010001101110110100011010111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39BA4; }

 p { color: rgb(211,155,164); }

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

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

 a { background-color: rgb(211,155,164); }

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

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

 span { border-color: rgb(211,155,164); }

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