#D889AE

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

Shades of Kobi #D889AE

Tints of Kobi #D889AE

Color information

#D889AE (or 0xD889AE) is unknown color: approx Kobi. HEX triplet: D8, 89 and AE. RGB value is (216,137,174). Sum of RGB (Red+Green+Blue) = 216+137+174=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D889AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D889AE is #277651. Grayscale: #A4A4A4. Windows color (decimal): -2586194 or 11438552. OLE color: 11438552.

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

Color convert

RGB216137174-
CMYK00.370.190.15
HSL331.9º50.32%69.22%-
HSV(B)331.9º36.57%84.71%-
XYZ44.935.5544.54-
YUV164.84133.17164.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=40.99%
G=26.00%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613717400.370.190.15331.950.3269.22
HexD889AE02513F14c3245
Octal330211256045231751462105
Binary11011000100010011010111001001011001111111010011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889AE; }

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

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

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

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

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

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

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

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