#DB87AC

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

Shades of Kobi #DB87AC

Tints of Kobi #DB87AC

Color information

#DB87AC (or 0xDB87AC) is unknown color: approx Kobi. HEX triplet: DB, 87 and AC. RGB value is (219,135,172). Sum of RGB (Red+Green+Blue) = 219+135+172=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87AC is #247853. Grayscale: #A4A4A4. Windows color (decimal): -2390100 or 11306971. OLE color: 11306971.

HSL color Cylindrical-coordinate representation of color #DB87AC: hue angle of 333.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87AC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219135172-
CMYK00.380.210.14
HSL333.57º53.85%69.41%-
HSV(B)333.57º38.36%85.88%-
XYZ45.3235.3743.47-
YUV164.33132.33166.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=41.63%
G=25.67%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913517200.380.210.14333.5753.8569.41
HexDB87AC02615E14e3645
Octal333207254046251651666105
Binary11011011100001111010110001001101010111101010011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB87AC; }

 p { color: rgb(219,135,172); }

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

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

 a { background-color: rgb(219,135,172); }

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

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

 span { border-color: rgb(219,135,172); }

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