#DB83B0

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

Shades of Kobi #DB83B0

Tints of Kobi #DB83B0

Color information

#DB83B0 (or 0xDB83B0) is unknown color: approx Kobi. HEX triplet: DB, 83 and B0. RGB value is (219,131,176). Sum of RGB (Red+Green+Blue) = 219+131+176=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83B0 is #247C4F. Grayscale: #A2A2A2. Windows color (decimal): -2391120 or 11568091. OLE color: 11568091.

HSL color Cylindrical-coordinate representation of color #DB83B0: hue angle of 329.32º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83B0 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB219131176-
CMYK00.400.200.14
HSL329.32º55%68.63%-
HSV(B)329.32º40.18%85.88%-
XYZ45.1734.4345.34-
YUV162.44135.65168.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=41.63%
G=24.90%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913117600.400.200.14329.325568.63
HexDB83B002814E1493745
Octal333203260050241651167105
Binary11011011100000111011000001010001010011101010010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83B0; }

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

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

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

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

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

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

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

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