#DB82B2

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

Shades of Kobi #DB82B2

Tints of Kobi #DB82B2

Color information

#DB82B2 (or 0xDB82B2) is unknown color: approx Kobi. HEX triplet: DB, 82 and B2. RGB value is (219,130,178). Sum of RGB (Red+Green+Blue) = 219+130+178=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB82B2 is #247D4D. Grayscale: #A1A1A1. Windows color (decimal): -2391374 or 11698907. OLE color: 11698907.

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

Color convert

RGB219130178-
CMYK00.410.190.14
HSL327.64º55.28%68.43%-
HSV(B)327.64º40.64%85.88%-
XYZ45.2334.2446.34-
YUV162.08136.99168.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=41.56%
G=24.67%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913017800.410.190.14327.6455.2868.43
HexDB82B202913E1483744
Octal333202262051231651067104
Binary11011011100000101011001001010011001111101010010001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB82B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB82B2; }

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

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

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

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

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

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

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

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