Html Css Color HEX #D9979B Careys Pink

📋 copy color: '#D9979B'

red 217 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #D9979B

Tints of Careys Pink #D9979B

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

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

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

R = 41.49%
G = 28.87%
B = 29.64%

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

#D9979B (or 0xD9979B) is known color: Careys Pink. HEX triplet: D9, 97 and 9B. RGB value is (217,151,155). Sum of RGB (Red+Green+Blue) = 217+151+155=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9979B is #266864. Grayscale: #ABABAB. Windows color (decimal): -2517093 or 10196953. OLE color: 10196953.

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

Color convert

RGB 217 151 155 -
CMYK 0 0.30 0.29 0.15
HSL 356.36º 0.46% 0.72% -
HSV(B) 356.36º 0.3% 0.85% -
XYZ 45.6 39.25 36.18 -
YUV 171.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 217 151 155 0 0.30 0.29 0.15 356.36 0.46 0.72
Hex D9 97 9B 0 1E 1D F 164 2E 48
Octal 331 227 233 0 36 35 17 544 56 110
Binary 11011001 10010111 10011011 0 11110 11101 1111 101100100 101110 1001000

Color Harmonies of #D9979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9979B

Black with #D9979B

Text Example


Text Example

White with #D9979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9979B; }

 p { color: rgb(217,151,155); }

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

background-color css

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

 a { background-color: rgb(217,151,155); }

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

border-color css

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

 span { border-color: rgb(217,151,155); }

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