#D989A4

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

Shades of Kobi #D989A4

Tints of Kobi #D989A4

Color information

#D989A4 (or 0xD989A4) is unknown color: approx Kobi. HEX triplet: D9, 89 and A4. RGB value is (217,137,164). Sum of RGB (Red+Green+Blue) = 217+137+164=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D989A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989A4 is #26765B. Grayscale: #A3A3A3. Windows color (decimal): -2520668 or 10783193. OLE color: 10783193.

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

Color convert

RGB217137164-
CMYK00.370.240.15
HSL339.75º51.28%69.41%-
HSV(B)339.75º36.87%85.1%-
XYZ44.2635.3239.61-
YUV164128165.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.89%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=41.89%
G=26.45%
B=31.66%

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
Decimal21713716400.370.240.15339.7551.2869.41
HexD989A402518F1543345
Octal331211244045301752463105
Binary11011001100010011010010001001011100011111010101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989A4; }

 p { color: rgb(217,137,164); }

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

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

 a { background-color: rgb(217,137,164); }

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

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

 span { border-color: rgb(217,137,164); }

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