#DA969D

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

Shades of Careys Pink #DA969D

Tints of Careys Pink #DA969D

Color information

#DA969D (or 0xDA969D) is unknown color: approx Careys Pink. HEX triplet: DA, 96 and 9D. RGB value is (218,150,157). Sum of RGB (Red+Green+Blue) = 218+150+157=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA969D is #256962. Grayscale: #ABABAB. Windows color (decimal): -2451811 or 10327770. OLE color: 10327770.

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

Color convert

RGB218150157-
CMYK00.310.280.15
HSL353.82º47.89%72.16%-
HSV(B)353.82º31.19%85.49%-
XYZ45.9139.1537.04-
YUV171.13120.03161.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=41.52%
G=28.57%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815015700.310.280.15353.8247.8972.16
HexDA969D01F1CF1623048
Octal332226235037341754260110
Binary1101101010010110100111010111111110011111011000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA969D; }

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

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

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

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

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

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

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

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