#DA9396

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

Shades of Careys Pink #DA9396

Tints of Careys Pink #DA9396

Color information

#DA9396 (or 0xDA9396) is unknown color: approx Careys Pink. HEX triplet: DA, 93 and 96. RGB value is (218,147,150). Sum of RGB (Red+Green+Blue) = 218+147+150=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9396 is #256C69. Grayscale: #A8A8A8. Windows color (decimal): -2452586 or 9868250. OLE color: 9868250.

HSL color Cylindrical-coordinate representation of color #DA9396: hue angle of 357.46º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9396 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218147150-
CMYK00.330.310.15
HSL357.46º48.97%71.57%-
HSV(B)357.46º32.57%85.49%-
XYZ44.8537.9733.82-
YUV168.57117.52163.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=42.33%
G=28.54%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814715000.330.310.15357.4648.9771.57
HexDA93960211FF1653148
Octal332223226041371754561110
Binary11011010100100111001011001000011111111111011001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9396; }

 p { color: rgb(218,147,150); }

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

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

 a { background-color: rgb(218,147,150); }

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

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

 span { border-color: rgb(218,147,150); }

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