#DB91B1

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

Shades of Kobi #DB91B1

Tints of Kobi #DB91B1

Color information

#DB91B1 (or 0xDB91B1) is unknown color: approx Kobi. HEX triplet: DB, 91 and B1. RGB value is (219,145,177). Sum of RGB (Red+Green+Blue) = 219+145+177=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91B1 is #246E4E. Grayscale: #AAAAAA. Windows color (decimal): -2387535 or 11637211. OLE color: 11637211.

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

Color convert

RGB219145177-
CMYK00.340.190.14
HSL334.05º50.68%71.37%-
HSV(B)334.05º33.79%85.88%-
XYZ47.2738.4946.53-
YUV170.77131.52162.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 145 (57.03% from 255) = 26.80%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=40.48%
G=26.80%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914517700.340.190.14334.0550.6871.37
HexDB91B102213E14e3347
Octal333221261042231651663107
Binary11011011100100011011000101000101001111101010011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91B1; }

 p { color: rgb(219,145,177); }

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

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

 a { background-color: rgb(219,145,177); }

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

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

 span { border-color: rgb(219,145,177); }

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