#DB83B2

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

Shades of Kobi #DB83B2

Tints of Kobi #DB83B2

Color information

#DB83B2 (or 0xDB83B2) is unknown color: approx Kobi. HEX triplet: DB, 83 and B2. RGB value is (219,131,178). Sum of RGB (Red+Green+Blue) = 219+131+178=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83B2 is #247C4D. Grayscale: #A2A2A2. Windows color (decimal): -2391118 or 11699163. OLE color: 11699163.

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

Color convert

RGB219131178-
CMYK00.400.190.14
HSL327.95º55%68.63%-
HSV(B)327.95º40.18%85.88%-
XYZ45.3734.5146.39-
YUV162.67136.65168.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=41.48%
G=24.81%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913117800.400.190.14327.955568.63
HexDB83B202813E1483745
Octal333203262050231651067105
Binary11011011100000111011001001010001001111101010010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83B2; }

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

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

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

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

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

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

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

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