Html Css Color HEX #D89FA5 Careys Pink

📋 copy color: '#D89FA5'

red 216 ◦ green 159 ◦ blue 165

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

Shades of Careys Pink #D89FA5

Tints of Careys Pink #D89FA5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.44%

 BLUE value IS 165 (64.84% from 255) = 30.56%

R = 40%
G = 29.44%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D89FA5 (or 0xD89FA5) is known color: Careys Pink. HEX triplet: D8, 9F and A5. RGB value is (216,159,165). Sum of RGB (Red+Green+Blue) = 216+159+165=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FA5 is #27605A. Grayscale: #B0B0B0. Windows color (decimal): -2580571 or 10854360. OLE color: 10854360.

HSL color Cylindrical-coordinate representation of color #D89FA5: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FA5 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 159 165 -
CMYK 0 0.26 0.24 0.15
HSL 353.68º 0.42% 0.74% -
HSV(B) 353.68º 0.26% 0.85% -
XYZ 47.51 42.11 41.22 -
YUV 176.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 216 159 165 0 0.26 0.24 0.15 353.68 0.42 0.74
Hex D8 9F A5 0 1A 18 F 162 2A 4A
Octal 330 237 245 0 32 30 17 542 52 112
Binary 11011000 10011111 10100101 0 11010 11000 1111 101100010 101010 1001010

Color Harmonies of #D89FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89FA5

Black with #D89FA5

Text Example


Text Example

White with #D89FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89FA5; }

 p { color: rgb(216,159,165); }

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

background-color css

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

 a { background-color: rgb(216,159,165); }

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

border-color css

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

 span { border-color: rgb(216,159,165); }

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