#D889A5

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

Shades of Kobi #D889A5

Tints of Kobi #D889A5

Color information

#D889A5 (or 0xD889A5) is unknown color: approx Kobi. HEX triplet: D8, 89 and A5. RGB value is (216,137,165). Sum of RGB (Red+Green+Blue) = 216+137+165=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D889A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D889A5 is #27765A. Grayscale: #A3A3A3. Windows color (decimal): -2586203 or 10848728. OLE color: 10848728.

HSL color Cylindrical-coordinate representation of color #D889A5: hue angle of 338.73º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889A5 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216137165-
CMYK00.370.240.15
HSL338.73º50.32%69.22%-
HSV(B)338.73º36.57%84.71%-
XYZ44.0635.2140.07-
YUV163.81128.67165.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=41.70%
G=26.45%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613716500.370.240.15338.7350.3269.22
HexD889A502518F1533245
Octal330211245045301752362105
Binary11011000100010011010010101001011100011111010100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889A5; }

 p { color: rgb(216,137,165); }

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

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

 a { background-color: rgb(216,137,165); }

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

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

 span { border-color: rgb(216,137,165); }

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