#DB8AA4

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

Shades of Kobi #DB8AA4

Tints of Kobi #DB8AA4

Color information

#DB8AA4 (or 0xDB8AA4) is unknown color: approx Kobi. HEX triplet: DB, 8A and A4. RGB value is (219,138,164). Sum of RGB (Red+Green+Blue) = 219+138+164=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AA4 is #24755B. Grayscale: #A5A5A5. Windows color (decimal): -2389340 or 10783451. OLE color: 10783451.

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

Color convert

RGB219138164-
CMYK00.370.250.14
HSL340.74º52.94%70%-
HSV(B)340.74º36.99%85.88%-
XYZ4535.9239.68-
YUV165.18127.34166.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=42.03%
G=26.49%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913816400.370.250.14340.7452.9470
HexDB8AA402519E1553546
Octal333212244045311652565106
Binary11011011100010101010010001001011100111101010101011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AA4; }

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

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

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

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

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

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

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

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