Html Css Color HEX #DA778C Charm

📋 copy color: '#DA778C'

red 218 ◦ green 119 ◦ blue 140

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

Shades of Charm #DA778C

Tints of Charm #DA778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

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

R = 45.7%
G = 24.95%
B = 29.35%

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

#DA778C (or 0xDA778C) is known color: Charm. HEX triplet: DA, 77 and 8C. RGB value is (218,119,140). Sum of RGB (Red+Green+Blue) = 218+119+140=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778C is #258873. Grayscale: #979797. Windows color (decimal): -2459764 or 9205722. OLE color: 9205722.

HSL color Cylindrical-coordinate representation of color #DA778C: hue angle of 347.27º 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 #DA778C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 140 -
CMYK 0 0.45 0.36 0.15
HSL 347.27º 0.57% 0.66% -
HSV(B) 347.27º 0.45% 0.85% -
XYZ 40.24 29.99 28.48 -
YUV 151 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 218 119 140 0 0.45 0.36 0.15 347.27 0.57 0.66
Hex DA 77 8C 0 2D 24 F 15B 39 42
Octal 332 167 214 0 55 44 17 533 71 102
Binary 11011010 1110111 10001100 0 101101 100100 1111 101011011 111001 1000010

Color Harmonies of #DA778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA778C

Black with #DA778C

Text Example


Text Example

White with #DA778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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