Html Css Color HEX #DB9094 Can Can

📋 copy color: '#DB9094'

red 219 ◦ green 144 ◦ blue 148

#DB9094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Can Can #DB9094

Tints of Can Can #DB9094

RGB

 RED value IS 219 (85.94% from 255) = 42.86%

 GREEN value IS 144 (56.64% from 255) = 28.18%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 42.86%
G = 28.18%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9094 (or 0xDB9094) is known color: Can Can. HEX triplet: DB, 90 and 94. RGB value is (219,144,148). Sum of RGB (Red+Green+Blue) = 219+144+148=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9094 is #246F6B. Grayscale: #A6A6A6. Windows color (decimal): -2387820 or 9736411. OLE color: 9736411.

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

Color convert

RGB 219 144 148 -
CMYK 0 0.34 0.32 0.14
HSL 356.8º 0.51% 0.71% -
HSV(B) 356.8º 0.34% 0.86% -
XYZ 44.53 37.14 32.84 -
YUV 166.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 219 144 148 0 0.34 0.32 0.14 356.8 0.51 0.71
Hex DB 90 94 0 22 20 E 165 33 47
Octal 333 220 224 0 42 40 16 545 63 107
Binary 11011011 10010000 10010100 0 100010 100000 1110 101100101 110011 1000111

Color Harmonies of #DB9094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9094

Black with #DB9094

Text Example


Text Example

White with #DB9094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9094; }

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

 H1.HeaderClassName
 {
   color: #DB9094;
 }
 .AnyTagClassName
 {
   color: #DB9094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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