Html Css Color HEX #DB8996 Can Can

📋 copy color: '#DB8996'

red 219 ◦ green 137 ◦ blue 150

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

Shades of Can Can #DB8996

Tints of Can Can #DB8996

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.08%

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 43.28%
G = 27.08%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB8996 (or 0xDB8996) is known color: Can Can. HEX triplet: DB, 89 and 96. RGB value is (219,137,150). Sum of RGB (Red+Green+Blue) = 219+137+150=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8996 is #247669. Grayscale: #A3A3A3. Windows color (decimal): -2389610 or 9865691. OLE color: 9865691.

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

Color convert

RGB 219 137 150 -
CMYK 0 0.37 0.32 0.14
HSL 350.49º 0.53% 0.7% -
HSV(B) 350.49º 0.37% 0.86% -
XYZ 43.66 35.15 33.34 -
YUV 163 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 219 137 150 0 0.37 0.32 0.14 350.49 0.53 0.7
Hex DB 89 96 0 25 20 E 15E 35 46
Octal 333 211 226 0 45 40 16 536 65 106
Binary 11011011 10001001 10010110 0 100101 100000 1110 101011110 110101 1000110

Color Harmonies of #DB8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8996

Black with #DB8996

Text Example


Text Example

White with #DB8996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8996; }

 p { color: rgb(219,137,150); }

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

background-color css

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

 a { background-color: rgb(219,137,150); }

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

border-color css

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

 span { border-color: rgb(219,137,150); }

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