#DB87AD

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

Shades of Kobi #DB87AD

Tints of Kobi #DB87AD

Color information

#DB87AD (or 0xDB87AD) is unknown color: approx Kobi. HEX triplet: DB, 87 and AD. RGB value is (219,135,173). Sum of RGB (Red+Green+Blue) = 219+135+173=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87AD is #247852. Grayscale: #A4A4A4. Windows color (decimal): -2390099 or 11372507. OLE color: 11372507.

HSL color Cylindrical-coordinate representation of color #DB87AD: hue angle of 332.86º 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 #DB87AD is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219135173-
CMYK00.380.210.14
HSL332.86º53.85%69.41%-
HSV(B)332.86º38.36%85.88%-
XYZ45.4235.4143.98-
YUV164.45132.83166.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=41.56%
G=25.62%
B=32.83%

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
Decimal21913517300.380.210.14332.8653.8569.41
HexDB87AD02615E14d3645
Octal333207255046251651566105
Binary11011011100001111010110101001101010111101010011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB87AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB87AD; }

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

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

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

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

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

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

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

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