Html Css Color HEX #DA778B Charm

📋 copy color: '#DA778B'

red 218 ◦ green 119 ◦ blue 139

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

Shades of Charm #DA778B

Tints of Charm #DA778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 45.8%
G = 25%
B = 29.2%

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

#DA778B (or 0xDA778B) is known color: Charm. HEX triplet: DA, 77 and 8B. RGB value is (218,119,139). Sum of RGB (Red+Green+Blue) = 218+119+139=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778B is #258874. Grayscale: #969696. Windows color (decimal): -2459765 or 9140186. OLE color: 9140186.

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

Color convert

RGB 218 119 139 -
CMYK 0 0.45 0.36 0.15
HSL 347.88º 0.57% 0.66% -
HSV(B) 347.88º 0.45% 0.85% -
XYZ 40.17 29.96 28.09 -
YUV 150.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 218 119 139 0 0.45 0.36 0.15 347.88 0.57 0.66
Hex DA 77 8B 0 2D 24 F 15C 39 42
Octal 332 167 213 0 55 44 17 534 71 102
Binary 11011010 1110111 10001011 0 101101 100100 1111 101011100 111001 1000010

Color Harmonies of #DA778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA778B

Black with #DA778B

Text Example


Text Example

White with #DA778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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