#DB89B2

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

Shades of Kobi #DB89B2

Tints of Kobi #DB89B2

Color information

#DB89B2 (or 0xDB89B2) is unknown color: approx Kobi. HEX triplet: DB, 89 and B2. RGB value is (219,137,178). Sum of RGB (Red+Green+Blue) = 219+137+178=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB89B2 is #24764D. Grayscale: #A6A6A6. Windows color (decimal): -2389582 or 11700699. OLE color: 11700699.

HSL color Cylindrical-coordinate representation of color #DB89B2: hue angle of 330º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB89B2 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219137178-
CMYK00.370.190.14
HSL330º53.25%69.8%-
HSV(B)330º37.44%85.88%-
XYZ46.1936.1746.67-
YUV166.19134.67165.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 137 (53.91% from 255) = 25.66%
BLUE value IS 178 (69.92% from 255) = 33.33%
R=41.01%
G=25.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913717800.370.190.1433053.2569.8
HexDB89B202513E14a3546
Octal333211262045231651265106
Binary11011011100010011011001001001011001111101010010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89B2; }

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

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

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

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

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

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

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

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