#DB8F9B

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

Shades of Can Can #DB8F9B

Tints of Can Can #DB8F9B

Color information

#DB8F9B (or 0xDB8F9B) is unknown color: approx Can Can. HEX triplet: DB, 8F and 9B. RGB value is (219,143,155). Sum of RGB (Red+Green+Blue) = 219+143+155=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F9B is #247064. Grayscale: #A7A7A7. Windows color (decimal): -2388069 or 10194907. OLE color: 10194907.

HSL color Cylindrical-coordinate representation of color #DB8F9B: hue angle of 350.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8F9B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219143155-
CMYK00.350.290.14
HSL350.53º51.35%70.98%-
HSV(B)350.53º34.7%85.88%-
XYZ44.9537.0735.8-
YUV167.09121.18165.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=42.36%
G=27.66%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914315500.350.290.14350.5351.3570.98
HexDB8F9B0231DE15f3347
Octal333217233043351653763107
Binary11011011100011111001101101000111110111101010111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8F9B; }

 p { color: rgb(219,143,155); }

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

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

 a { background-color: rgb(219,143,155); }

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

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

 span { border-color: rgb(219,143,155); }

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