#DA9596

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

Shades of Careys Pink #DA9596

Tints of Careys Pink #DA9596

Color information

#DA9596 (or 0xDA9596) is unknown color: approx Careys Pink. HEX triplet: DA, 95 and 96. RGB value is (218,149,150). Sum of RGB (Red+Green+Blue) = 218+149+150=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9596 is #256A69. Grayscale: #A9A9A9. Windows color (decimal): -2452074 or 9868762. OLE color: 9868762.

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

Color convert

RGB218149150-
CMYK00.320.310.15
HSL359.13º48.25%71.96%-
HSV(B)359.13º31.65%85.49%-
XYZ45.1738.633.92-
YUV169.74116.86162.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=42.17%
G=28.82%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814915000.320.310.15359.1348.2571.96
HexDA95960201FF1673048
Octal332225226040371754760110
Binary11011010100101011001011001000001111111111011001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9596; }

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

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

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

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

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

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

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

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