#DA9597

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

Shades of Careys Pink #DA9597

Tints of Careys Pink #DA9597

Color information

#DA9597 (or 0xDA9597) is unknown color: approx Careys Pink. HEX triplet: DA, 95 and 97. RGB value is (218,149,151). Sum of RGB (Red+Green+Blue) = 218+149+151=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9597 is #256A68. Grayscale: #A9A9A9. Windows color (decimal): -2452073 or 9934298. OLE color: 9934298.

HSL color Cylindrical-coordinate representation of color #DA9597: hue angle of 358.26º 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 #DA9597 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218149151-
CMYK00.320.310.15
HSL358.26º48.25%71.96%-
HSV(B)358.26º31.65%85.49%-
XYZ45.2538.6334.35-
YUV169.86117.36162.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=42.08%
G=28.76%
B=29.15%

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
Decimal21814915100.320.310.15358.2648.2571.96
HexDA95970201FF1663048
Octal332225227040371754660110
Binary11011010100101011001011101000001111111111011001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9597; }

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

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

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

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

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

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

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

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