Html Css Color HEX #DA778E Charm

📋 copy color: '#DA778E'

red 218 ◦ green 119 ◦ blue 142

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

Shades of Charm #DA778E

Tints of Charm #DA778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 45.51%
G = 24.84%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA778E (or 0xDA778E) is known color: Charm. HEX triplet: DA, 77 and 8E. RGB value is (218,119,142). Sum of RGB (Red+Green+Blue) = 218+119+142=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778E is #258871. Grayscale: #979797. Windows color (decimal): -2459762 or 9336794. OLE color: 9336794.

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

Color convert

RGB 218 119 142 -
CMYK 0 0.45 0.35 0.15
HSL 346.06º 0.57% 0.66% -
HSV(B) 346.06º 0.45% 0.85% -
XYZ 40.39 30.05 29.26 -
YUV 151.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 218 119 142 0 0.45 0.35 0.15 346.06 0.57 0.66
Hex DA 77 8E 0 2D 23 F 15A 39 42
Octal 332 167 216 0 55 43 17 532 71 102
Binary 11011010 1110111 10001110 0 101101 100011 1111 101011010 111001 1000010

Color Harmonies of #DA778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA778E

Black with #DA778E

Text Example


Text Example

White with #DA778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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