#DB92B0

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

Shades of Kobi #DB92B0

Tints of Kobi #DB92B0

Color information

#DB92B0 (or 0xDB92B0) is unknown color: approx Kobi. HEX triplet: DB, 92 and B0. RGB value is (219,146,176). Sum of RGB (Red+Green+Blue) = 219+146+176=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92B0 is #246D4F. Grayscale: #ABABAB. Windows color (decimal): -2387280 or 11571931. OLE color: 11571931.

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

Color convert

RGB219146176-
CMYK00.330.200.14
HSL335.34º50.34%71.57%-
HSV(B)335.34º33.33%85.88%-
XYZ47.3338.7546.06-
YUV171.25130.68162.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=40.48%
G=26.99%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914617600.330.200.14335.3450.3471.57
HexDB92B002114E14f3248
Octal333222260041241651762110
Binary11011011100100101011000001000011010011101010011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB92B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB92B0; }

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

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

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

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

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

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

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

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