Html Css Color HEX #DA778D Charm

📋 copy color: '#DA778D'

red 218 ◦ green 119 ◦ blue 141

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

Shades of Charm #DA778D

Tints of Charm #DA778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 45.61%
G = 24.9%
B = 29.5%

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

#DA778D (or 0xDA778D) is known color: Charm. HEX triplet: DA, 77 and 8D. RGB value is (218,119,141). Sum of RGB (Red+Green+Blue) = 218+119+141=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA778D is #258872. Grayscale: #979797. Windows color (decimal): -2459763 or 9271258. OLE color: 9271258.

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

Color convert

RGB 218 119 141 -
CMYK 0 0.45 0.35 0.15
HSL 346.67º 0.57% 0.66% -
HSV(B) 346.67º 0.45% 0.85% -
XYZ 40.32 30.02 28.87 -
YUV 151.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 218 119 141 0 0.45 0.35 0.15 346.67 0.57 0.66
Hex DA 77 8D 0 2D 23 F 15B 39 42
Octal 332 167 215 0 55 43 17 533 71 102
Binary 11011010 1110111 10001101 0 101101 100011 1111 101011011 111001 1000010

Color Harmonies of #DA778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA778D

Black with #DA778D

Text Example


Text Example

White with #DA778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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