#DB8AB3

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

Shades of Kobi #DB8AB3

Tints of Kobi #DB8AB3

Color information

#DB8AB3 (or 0xDB8AB3) is unknown color: approx Kobi. HEX triplet: DB, 8A and B3. RGB value is (219,138,179). Sum of RGB (Red+Green+Blue) = 219+138+179=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AB3 is #24754C. Grayscale: #A6A6A6. Windows color (decimal): -2389325 or 11766491. OLE color: 11766491.

HSL color Cylindrical-coordinate representation of color #DB8AB3: hue angle of 329.63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AB3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219138179-
CMYK00.370.180.14
HSL329.63º52.94%70%-
HSV(B)329.63º36.99%85.88%-
XYZ46.4436.4947.24-
YUV166.89134.84165.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=40.86%
G=25.75%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913817900.370.180.14329.6352.9470
HexDB8AB302512E14a3546
Octal333212263045221651265106
Binary11011011100010101011001101001011001011101010010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AB3; }

 p { color: rgb(219,138,179); }

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

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

 a { background-color: rgb(219,138,179); }

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

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

 span { border-color: rgb(219,138,179); }

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