#DB93B0

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

Shades of Kobi #DB93B0

Tints of Kobi #DB93B0

Color information

#DB93B0 (or 0xDB93B0) is unknown color: approx Kobi. HEX triplet: DB, 93 and B0. RGB value is (219,147,176). Sum of RGB (Red+Green+Blue) = 219+147+176=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB93B0 is #246C4F. Grayscale: #ABABAB. Windows color (decimal): -2387024 or 11572187. OLE color: 11572187.

HSL color Cylindrical-coordinate representation of color #DB93B0: hue angle of 335.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93B0 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219147176-
CMYK00.330.200.14
HSL335.83º50%71.76%-
HSV(B)335.83º32.88%85.88%-
XYZ47.4839.0646.11-
YUV171.83130.35161.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=40.41%
G=27.12%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914717600.330.200.14335.835071.76
HexDB93B002114E1503248
Octal333223260041241652062110
Binary11011011100100111011000001000011010011101010100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93B0; }

 p { color: rgb(219,147,176); }

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

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

 a { background-color: rgb(219,147,176); }

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

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

 span { border-color: rgb(219,147,176); }

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