Html Css Color HEX #D89F8C Rose

📋 copy color: '#D89F8C'

red 216 ◦ green 159 ◦ blue 140

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

Shades of Rose #D89F8C

Tints of Rose #D89F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 41.94%
G = 30.87%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D89F8C (or 0xD89F8C) is known color: Rose. HEX triplet: D8, 9F and 8C. RGB value is (216,159,140). Sum of RGB (Red+Green+Blue) = 216+159+140=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F8C is #276073. Grayscale: #AEAEAE. Windows color (decimal): -2580596 or 9215960. OLE color: 9215960.

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

Color convert

RGB 216 159 140 -
CMYK 0 0.26 0.35 0.15
HSL 15º 0.49% 0.7% -
HSV(B) 15º 0.35% 0.85% -
XYZ 45.45 41.29 30.38 -
YUV 173.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 216 159 140 0 0.26 0.35 0.15 15 0.49 0.7
Hex D8 9F 8C 0 1A 23 F F 31 46
Octal 330 237 214 0 32 43 17 17 61 106
Binary 11011000 10011111 10001100 0 11010 100011 1111 1111 110001 1000110

Color Harmonies of #D89F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F8C

Black with #D89F8C

Text Example


Text Example

White with #D89F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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