#DB94A4

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

Shades of Kobi #DB94A4

Tints of Kobi #DB94A4

Color information

#DB94A4 (or 0xDB94A4) is unknown color: approx Kobi. HEX triplet: DB, 94 and A4. RGB value is (219,148,164). Sum of RGB (Red+Green+Blue) = 219+148+164=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94A4 is #246B5B. Grayscale: #ABABAB. Windows color (decimal): -2386780 or 10786011. OLE color: 10786011.

HSL color Cylindrical-coordinate representation of color #DB94A4: hue angle of 346.48º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB94A4 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219148164-
CMYK00.320.250.14
HSL346.48º49.65%71.96%-
HSV(B)346.48º32.42%85.88%-
XYZ46.538.9240.18-
YUV171.05124.02162.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=41.24%
G=27.87%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914816400.320.250.14346.4849.6571.96
HexDB94A402019E15a3248
Octal333224244040311653262110
Binary11011011100101001010010001000001100111101010110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94A4; }

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

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

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

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

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

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

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

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