Html Css Color HEX #D9989C Careys Pink

📋 copy color: '#D9989C'

red 217 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #D9989C

Tints of Careys Pink #D9989C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.71%

R = 41.33%
G = 28.95%
B = 29.71%

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

#D9989C (or 0xD9989C) is known color: Careys Pink. HEX triplet: D9, 98 and 9C. RGB value is (217,152,156). Sum of RGB (Red+Green+Blue) = 217+152+156=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9989C is #266763. Grayscale: #ABABAB. Windows color (decimal): -2516836 or 10262745. OLE color: 10262745.

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

Color convert

RGB 217 152 156 -
CMYK 0 0.30 0.28 0.15
HSL 356.31º 0.46% 0.72% -
HSV(B) 356.31º 0.3% 0.85% -
XYZ 45.84 39.61 36.68 -
YUV 171.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 217 152 156 0 0.30 0.28 0.15 356.31 0.46 0.72
Hex D9 98 9C 0 1E 1C F 164 2E 48
Octal 331 230 234 0 36 34 17 544 56 110
Binary 11011001 10011000 10011100 0 11110 11100 1111 101100100 101110 1001000

Color Harmonies of #D9989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9989C

Black with #D9989C

Text Example


Text Example

White with #D9989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9989C; }

 p { color: rgb(217,152,156); }

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

background-color css

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

 a { background-color: rgb(217,152,156); }

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

border-color css

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

 span { border-color: rgb(217,152,156); }

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