#DB83AD

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

Shades of Kobi #DB83AD

Tints of Kobi #DB83AD

Color information

#DB83AD (or 0xDB83AD) is unknown color: approx Kobi. HEX triplet: DB, 83 and AD. RGB value is (219,131,173). Sum of RGB (Red+Green+Blue) = 219+131+173=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83AD is #247C52. Grayscale: #A2A2A2. Windows color (decimal): -2391123 or 11371483. OLE color: 11371483.

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

Color convert

RGB219131173-
CMYK00.400.210.14
HSL331.36º55%68.63%-
HSV(B)331.36º40.18%85.88%-
XYZ44.8734.3143.79-
YUV162.1134.15168.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=41.87%
G=25.05%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913117300.400.210.14331.365568.63
HexDB83AD02815E14b3745
Octal333203255050251651367105
Binary11011011100000111010110101010001010111101010010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83AD; }

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

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

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

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

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

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

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

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