Html Css Color HEX #DB788C Charm

📋 copy color: '#DB788C'

red 219 ◦ green 120 ◦ blue 140

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

Shades of Charm #DB788C

Tints of Charm #DB788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 45.72%
G = 25.05%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB788C (or 0xDB788C) is known color: Charm. HEX triplet: DB, 78 and 8C. RGB value is (219,120,140). Sum of RGB (Red+Green+Blue) = 219+120+140=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB788C is #248773. Grayscale: #979797. Windows color (decimal): -2393972 or 9205979. OLE color: 9205979.

HSL color Cylindrical-coordinate representation of color #DB788C: hue angle of 347.88º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB788C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 120 140 -
CMYK 0 0.45 0.36 0.14
HSL 347.88º 0.58% 0.66% -
HSV(B) 347.88º 0.45% 0.86% -
XYZ 40.66 30.39 28.53 -
YUV 151.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 219 120 140 0 0.45 0.36 0.14 347.88 0.58 0.66
Hex DB 78 8C 0 2D 24 E 15C 3A 42
Octal 333 170 214 0 55 44 16 534 72 102
Binary 11011011 1111000 10001100 0 101101 100100 1110 101011100 111010 1000010

Color Harmonies of #DB788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB788C

Black with #DB788C

Text Example


Text Example

White with #DB788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB788C; }

 p { color: rgb(219,120,140); }

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

background-color css

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

 a { background-color: rgb(219,120,140); }

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

border-color css

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

 span { border-color: rgb(219,120,140); }

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