Html Css Color HEX #DA989D Careys Pink

📋 copy color: '#DA989D'

red 218 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #DA989D

Tints of Careys Pink #DA989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 41.37%
G = 28.84%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA989D (or 0xDA989D) is known color: Careys Pink. HEX triplet: DA, 98 and 9D. RGB value is (218,152,157). Sum of RGB (Red+Green+Blue) = 218+152+157=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA989D is #256762. Grayscale: #ACACAC. Windows color (decimal): -2451299 or 10328282. OLE color: 10328282.

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

Color convert

RGB 218 152 157 -
CMYK 0 0.30 0.28 0.15
HSL 355.45º 0.47% 0.73% -
HSV(B) 355.45º 0.3% 0.85% -
XYZ 46.23 39.8 37.14 -
YUV 172.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 218 152 157 0 0.30 0.28 0.15 355.45 0.47 0.73
Hex DA 98 9D 0 1E 1C F 163 2F 49
Octal 332 230 235 0 36 34 17 543 57 111
Binary 11011010 10011000 10011101 0 11110 11100 1111 101100011 101111 1001001

Color Harmonies of #DA989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA989D

Black with #DA989D

Text Example


Text Example

White with #DA989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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