Html Css Color HEX #D89E96 Rose

📋 copy color: '#D89E96'

red 216 ◦ green 158 ◦ blue 150

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

Shades of Rose #D89E96

Tints of Rose #D89E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 41.22%
G = 30.15%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D89E96 (or 0xD89E96) is known color: Rose. HEX triplet: D8, 9E and 96. RGB value is (216,158,150). Sum of RGB (Red+Green+Blue) = 216+158+150=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E96 is #276169. Grayscale: #AEAEAE. Windows color (decimal): -2580842 or 9871064. OLE color: 9871064.

HSL color Cylindrical-coordinate representation of color #D89E96: hue angle of 7.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89E96 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 158 150 -
CMYK 0 0.27 0.31 0.15
HSL 7.27º 0.46% 0.72% -
HSV(B) 7.27º 0.31% 0.85% -
XYZ 46.05 41.25 34.39 -
YUV 174.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 216 158 150 0 0.27 0.31 0.15 7.27 0.46 0.72
Hex D8 9E 96 0 1B 1F F 7 2E 48
Octal 330 236 226 0 33 37 17 7 56 110
Binary 11011000 10011110 10010110 0 11011 11111 1111 111 101110 1001000

Color Harmonies of #D89E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89E96

Black with #D89E96

Text Example


Text Example

White with #D89E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89E96; }

 p { color: rgb(216,158,150); }

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

background-color css

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

 a { background-color: rgb(216,158,150); }

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

border-color css

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

 span { border-color: rgb(216,158,150); }

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