#DB97B4

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

Shades of Kobi #DB97B4

Tints of Kobi #DB97B4

Color information

#DB97B4 (or 0xDB97B4) is unknown color: approx Kobi. HEX triplet: DB, 97 and B4. RGB value is (219,151,180). Sum of RGB (Red+Green+Blue) = 219+151+180=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97B4 is #24684B. Grayscale: #AEAEAE. Windows color (decimal): -2385996 or 11835355. OLE color: 11835355.

HSL color Cylindrical-coordinate representation of color #DB97B4: hue angle of 334.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97B4 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219151180-
CMYK00.310.180.14
HSL334.41º48.57%72.55%-
HSV(B)334.41º31.05%85.88%-
XYZ48.5240.4948.44-
YUV174.64131.03159.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 27.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=39.82%
G=27.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915118000.310.180.14334.4148.5772.55
HexDB97B401F12E14e3149
Octal333227264037221651661111
Binary1101101110010111101101000111111001011101010011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97B4; }

 p { color: rgb(219,151,180); }

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

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

 a { background-color: rgb(219,151,180); }

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

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

 span { border-color: rgb(219,151,180); }

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