Html Css Color HEX #D8989C Careys Pink

📋 copy color: '#D8989C'

red 216 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #D8989C

Tints of Careys Pink #D8989C

RGB

 RED value IS 216 (84.77% from 255) = 41.22%

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

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

R = 41.22%
G = 29.01%
B = 29.77%

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

#D8989C (or 0xD8989C) is known color: Careys Pink. HEX triplet: D8, 98 and 9C. RGB value is (216,152,156). Sum of RGB (Red+Green+Blue) = 216+152+156=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8989C is #276763. Grayscale: #ABABAB. Windows color (decimal): -2582372 or 10262744. OLE color: 10262744.

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

Color convert

RGB 216 152 156 -
CMYK 0 0.30 0.28 0.15
HSL 356.25º 0.45% 0.72% -
HSV(B) 356.25º 0.3% 0.85% -
XYZ 45.55 39.46 36.67 -
YUV 171.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 216 152 156 0 0.30 0.28 0.15 356.25 0.45 0.72
Hex D8 98 9C 0 1E 1C F 164 2D 48
Octal 330 230 234 0 36 34 17 544 55 110
Binary 11011000 10011000 10011100 0 11110 11100 1111 101100100 101101 1001000

Color Harmonies of #D8989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8989C

Black with #D8989C

Text Example


Text Example

White with #D8989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8989C; }

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

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

background-color css

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

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

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

border-color css

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

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

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