#DA9D9F

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

Shades of Careys Pink #DA9D9F

Tints of Careys Pink #DA9D9F

Color information

#DA9D9F (or 0xDA9D9F) is unknown color: approx Careys Pink. HEX triplet: DA, 9D and 9F. RGB value is (218,157,159). Sum of RGB (Red+Green+Blue) = 218+157+159=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D9F is #256260. Grayscale: #AFAFAF. Windows color (decimal): -2450017 or 10460634. OLE color: 10460634.

HSL color Cylindrical-coordinate representation of color #DA9D9F: hue angle of 358.03º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9D9F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218157159-
CMYK00.280.270.15
HSL358.03º45.19%73.53%-
HSV(B)358.03º27.98%85.49%-
XYZ47.2341.5238.33-
YUV175.47118.71158.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=40.82%
G=29.40%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815715900.280.270.15358.0345.1973.53
HexDA9D9F01C1BF1662d4a
Octal332235237034331754655112
Binary1101101010011101100111110111001101111111011001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D9F; }

 p { color: rgb(218,157,159); }

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

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

 a { background-color: rgb(218,157,159); }

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

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

 span { border-color: rgb(218,157,159); }

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