#D89AAD

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

Shades of Kobi #D89AAD

Tints of Kobi #D89AAD

Color information

#D89AAD (or 0xD89AAD) is unknown color: approx Kobi. HEX triplet: D8, 9A and AD. RGB value is (216,154,173). Sum of RGB (Red+Green+Blue) = 216+154+173=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AAD is #276552. Grayscale: #AEAEAE. Windows color (decimal): -2581843 or 11377368. OLE color: 11377368.

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

Color convert

RGB216154173-
CMYK00.290.200.15
HSL341.61º44.29%72.55%-
HSV(B)341.61º28.7%84.71%-
XYZ47.4240.7344.9-
YUV174.7127.04157.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=39.78%
G=28.36%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615417300.290.200.15341.6144.2972.55
HexD89AAD01D14F1562c49
Octal330232255035241752654111
Binary1101100010011010101011010111011010011111010101101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AAD; }

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

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

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

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

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

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

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

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