#DB92A3

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

Shades of Kobi #DB92A3

Tints of Kobi #DB92A3

Color information

#DB92A3 (or 0xDB92A3) is unknown color: approx Kobi. HEX triplet: DB, 92 and A3. RGB value is (219,146,163). Sum of RGB (Red+Green+Blue) = 219+146+163=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A3 is #246D5C. Grayscale: #A9A9A9. Windows color (decimal): -2387293 or 10719963. OLE color: 10719963.

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

Color convert

RGB219146163-
CMYK00.330.260.14
HSL346.03º50.34%71.57%-
HSV(B)346.03º33.33%85.88%-
XYZ46.138.2639.61-
YUV169.76124.18163.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=41.48%
G=27.65%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914616300.330.260.14346.0350.3471.57
HexDB92A30211AE15a3248
Octal333222243041321653262110
Binary11011011100100101010001101000011101011101010110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92A3; }

 p { color: rgb(219,146,163); }

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

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

 a { background-color: rgb(219,146,163); }

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

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

 span { border-color: rgb(219,146,163); }

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