#DB92B3

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

Shades of Kobi #DB92B3

Tints of Kobi #DB92B3

Color information

#DB92B3 (or 0xDB92B3) is unknown color: approx Kobi. HEX triplet: DB, 92 and B3. RGB value is (219,146,179). Sum of RGB (Red+Green+Blue) = 219+146+179=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92B3 is #246D4C. Grayscale: #ABABAB. Windows color (decimal): -2387277 or 11768539. OLE color: 11768539.

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

Color convert

RGB219146179-
CMYK00.330.180.14
HSL332.88º50.34%71.57%-
HSV(B)332.88º33.33%85.88%-
XYZ47.6338.8747.64-
YUV171.59132.18161.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 179 (70.31% from 255) = 32.90%
R=40.26%
G=26.84%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914617900.330.180.14332.8850.3471.57
HexDB92B302112E14d3248
Octal333222263041221651562110
Binary11011011100100101011001101000011001011101010011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92B3; }

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

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

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

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

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

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

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

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