#D89DA8

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

Shades of Kobi #D89DA8

Tints of Kobi #D89DA8

Color information

#D89DA8 (or 0xD89DA8) is unknown color: approx Kobi. HEX triplet: D8, 9D and A8. RGB value is (216,157,168). Sum of RGB (Red+Green+Blue) = 216+157+168=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DA8 is #276257. Grayscale: #AFAFAF. Windows color (decimal): -2581080 or 11050456. OLE color: 11050456.

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

Color convert

RGB216157168-
CMYK00.270.220.15
HSL348.81º43.07%73.14%-
HSV(B)348.81º27.31%84.71%-
XYZ47.4441.5442.56-
YUV175.9123.55156.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=39.93%
G=29.02%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615716800.270.220.15348.8143.0773.14
HexD89DA801B16F15d2b49
Octal330235250033261753553111
Binary1101100010011101101010000110111011011111010111011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DA8; }

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

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

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

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

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

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

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

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