#D989B2

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

Shades of Kobi #D989B2

Tints of Kobi #D989B2

Color information

#D989B2 (or 0xD989B2) is unknown color: approx Kobi. HEX triplet: D9, 89 and B2. RGB value is (217,137,178). Sum of RGB (Red+Green+Blue) = 217+137+178=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D989B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D989B2 is #26764D. Grayscale: #A5A5A5. Windows color (decimal): -2520654 or 11700697. OLE color: 11700697.

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

Color convert

RGB217137178-
CMYK00.370.180.15
HSL329.25º51.28%69.41%-
HSV(B)329.25º36.87%85.1%-
XYZ45.635.8646.64-
YUV165.59135164.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=40.79%
G=25.75%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713717800.370.180.15329.2551.2869.41
HexD989B202512F1493345
Octal331211262045221751163105
Binary11011001100010011011001001001011001011111010010011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989B2; }

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

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

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

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

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

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

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

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