Html Css Color HEX #DA979D Careys Pink

📋 copy color: '#DA979D'

red 218 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #DA979D

Tints of Careys Pink #DA979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 41.44%
G = 28.71%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA979D (or 0xDA979D) is known color: Careys Pink. HEX triplet: DA, 97 and 9D. RGB value is (218,151,157). Sum of RGB (Red+Green+Blue) = 218+151+157=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA979D is #256862. Grayscale: #ABABAB. Windows color (decimal): -2451555 or 10328026. OLE color: 10328026.

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

Color convert

RGB 218 151 157 -
CMYK 0 0.31 0.28 0.15
HSL 354.63º 0.48% 0.72% -
HSV(B) 354.63º 0.31% 0.85% -
XYZ 46.07 39.47 37.09 -
YUV 171.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 218 151 157 0 0.31 0.28 0.15 354.63 0.48 0.72
Hex DA 97 9D 0 1F 1C F 163 30 48
Octal 332 227 235 0 37 34 17 543 60 110
Binary 11011010 10010111 10011101 0 11111 11100 1111 101100011 110000 1001000

Color Harmonies of #DA979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA979D

Black with #DA979D

Text Example


Text Example

White with #DA979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA979D; }

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

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

background-color css

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

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

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

border-color css

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

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

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