Html Css Color HEX #D8989D Careys Pink

📋 copy color: '#D8989D'

red 216 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D8989D

Tints of Careys Pink #D8989D

RGB

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

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

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

R = 41.14%
G = 28.95%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8989D (or 0xD8989D) is known color: Careys Pink. HEX triplet: D8, 98 and 9D. RGB value is (216,152,157). Sum of RGB (Red+Green+Blue) = 216+152+157=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8989D is #276762. Grayscale: #ABABAB. Windows color (decimal): -2582371 or 10328280. OLE color: 10328280.

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

Color convert

RGB 216 152 157 -
CMYK 0 0.30 0.27 0.15
HSL 355.31º 0.45% 0.72% -
HSV(B) 355.31º 0.3% 0.85% -
XYZ 45.63 39.49 37.12 -
YUV 171.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 216 152 157 0 0.30 0.27 0.15 355.31 0.45 0.72
Hex D8 98 9D 0 1E 1B F 163 2D 48
Octal 330 230 235 0 36 33 17 543 55 110
Binary 11011000 10011000 10011101 0 11110 11011 1111 101100011 101101 1001000

Color Harmonies of #D8989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8989D

Black with #D8989D

Text Example


Text Example

White with #D8989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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