Html Css Color HEX #DA788C Charm

📋 copy color: '#DA788C'

red 218 ◦ green 120 ◦ blue 140

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

Shades of Charm #DA788C

Tints of Charm #DA788C

RGB

 RED value IS 218 (85.55% from 255) = 45.61%

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

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

R = 45.61%
G = 25.1%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA788C (or 0xDA788C) is known color: Charm. HEX triplet: DA, 78 and 8C. RGB value is (218,120,140). Sum of RGB (Red+Green+Blue) = 218+120+140=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788C is #258773. Grayscale: #979797. Windows color (decimal): -2459508 or 9205978. OLE color: 9205978.

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

Color convert

RGB 218 120 140 -
CMYK 0 0.45 0.36 0.15
HSL 347.76º 0.57% 0.66% -
HSV(B) 347.76º 0.45% 0.85% -
XYZ 40.36 30.23 28.52 -
YUV 151.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 218 120 140 0 0.45 0.36 0.15 347.76 0.57 0.66
Hex DA 78 8C 0 2D 24 F 15C 39 42
Octal 332 170 214 0 55 44 17 534 71 102
Binary 11011010 1111000 10001100 0 101101 100100 1111 101011100 111001 1000010

Color Harmonies of #DA788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA788C

Black with #DA788C

Text Example


Text Example

White with #DA788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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