Html Css Color HEX #DA989B Careys Pink

📋 copy color: '#DA989B'

red 218 ◦ green 152 ◦ blue 155

#DA989B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #DA989B

Tints of Careys Pink #DA989B

RGB

 RED value IS 218 (85.55% from 255) = 41.52%

 GREEN value IS 152 (59.77% from 255) = 28.95%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 41.52%
G = 28.95%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA989B (or 0xDA989B) is known color: Careys Pink. HEX triplet: DA, 98 and 9B. RGB value is (218,152,155). Sum of RGB (Red+Green+Blue) = 218+152+155=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA989B is #256764. Grayscale: #ACACAC. Windows color (decimal): -2451301 or 10197210. OLE color: 10197210.

HSL color Cylindrical-coordinate representation of color #DA989B: hue angle of 357.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA989B is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 155 -
CMYK 0 0.30 0.29 0.15
HSL 357.27º 0.47% 0.73% -
HSV(B) 357.27º 0.3% 0.85% -
XYZ 46.06 39.73 36.25 -
YUV 172.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 218 152 155 0 0.30 0.29 0.15 357.27 0.47 0.73
Hex DA 98 9B 0 1E 1D F 165 2F 49
Octal 332 230 233 0 36 35 17 545 57 111
Binary 11011010 10011000 10011011 0 11110 11101 1111 101100101 101111 1001001

Color Harmonies of #DA989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA989B

Black with #DA989B

Text Example


Text Example

White with #DA989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA989B; }

 p { color: rgb(218,152,155); }

 H1.HeaderClassName
 {
   color: #DA989B;
 }
 .AnyTagClassName
 {
   color: #DA989B;
 }
</style>

background-color css

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

 a { background-color: rgb(218,152,155); }

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

border-color css

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

 span { border-color: rgb(218,152,155); }

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