#D989AD

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

Shades of Kobi #D989AD

Tints of Kobi #D989AD

Color information

#D989AD (or 0xD989AD) is unknown color: approx Kobi. HEX triplet: D9, 89 and AD. RGB value is (217,137,173). Sum of RGB (Red+Green+Blue) = 217+137+173=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D989AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989AD is #267652. Grayscale: #A4A4A4. Windows color (decimal): -2520659 or 11373017. OLE color: 11373017.

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

Color convert

RGB217137173-
CMYK00.370.200.15
HSL333º51.28%69.41%-
HSV(B)333º36.87%85.1%-
XYZ45.135.6644.04-
YUV165.02132.5165.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=41.18%
G=26.00%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713717300.370.200.1533351.2869.41
HexD989AD02514F14d3345
Octal331211255045241751563105
Binary11011001100010011010110101001011010011111010011011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989AD; }

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

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

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

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

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

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

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

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