Html Css Color HEX #DA778A Charm

📋 copy color: '#DA778A'

red 218 ◦ green 119 ◦ blue 138

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

Shades of Charm #DA778A

Tints of Charm #DA778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 45.89%
G = 25.05%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA778A (or 0xDA778A) is known color: Charm. HEX triplet: DA, 77 and 8A. RGB value is (218,119,138). Sum of RGB (Red+Green+Blue) = 218+119+138=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778A is #258875. Grayscale: #969696. Windows color (decimal): -2459766 or 9074650. OLE color: 9074650.

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

Color convert

RGB 218 119 138 -
CMYK 0 0.45 0.37 0.15
HSL 348.48º 0.57% 0.66% -
HSV(B) 348.48º 0.45% 0.85% -
XYZ 40.1 29.93 27.71 -
YUV 150.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 218 119 138 0 0.45 0.37 0.15 348.48 0.57 0.66
Hex DA 77 8A 0 2D 25 F 15C 39 42
Octal 332 167 212 0 55 45 17 534 71 102
Binary 11011010 1110111 10001010 0 101101 100101 1111 101011100 111001 1000010

Color Harmonies of #DA778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA778A

Black with #DA778A

Text Example


Text Example

White with #DA778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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