#D89DAD

Color #D89DAD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D89DAD

Tints of Kobi #D89DAD

Color information

#D89DAD (or 0xD89DAD) is unknown color: approx Kobi. HEX triplet: D8, 9D and AD. RGB value is (216,157,173). Sum of RGB (Red+Green+Blue) = 216+157+173=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DAD is #276252. Grayscale: #B0B0B0. Windows color (decimal): -2581075 or 11378136. OLE color: 11378136.

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

Color convert

RGB216157173-
CMYK00.270.200.15
HSL343.73º43.07%73.14%-
HSV(B)343.73º27.31%84.71%-
XYZ47.9241.7345.06-
YUV176.46126.05156.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=39.56%
G=28.75%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615717300.270.200.15343.7343.0773.14
HexD89DAD01B14F1582b49
Octal330235255033241753053111
Binary1101100010011101101011010110111010011111010110001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DAD; }

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

 H1.HeaderClassName
 {
   color: #D89DAD;
 }
 .AnyTagClassName
 {
   color: #D89DAD;
 }
</style>
background-color css

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

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

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

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

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

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