Html Css Color HEX #DA788B Charm

📋 copy color: '#DA788B'

red 218 ◦ green 120 ◦ blue 139

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

Shades of Charm #DA788B

Tints of Charm #DA788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 45.7%
G = 25.16%
B = 29.14%

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

#DA788B (or 0xDA788B) is known color: Charm. HEX triplet: DA, 78 and 8B. RGB value is (218,120,139). Sum of RGB (Red+Green+Blue) = 218+120+139=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788B is #258774. Grayscale: #979797. Windows color (decimal): -2459509 or 9140442. OLE color: 9140442.

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

Color convert

RGB 218 120 139 -
CMYK 0 0.45 0.36 0.15
HSL 348.37º 0.57% 0.66% -
HSV(B) 348.37º 0.45% 0.85% -
XYZ 40.29 30.2 28.13 -
YUV 151.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 218 120 139 0 0.45 0.36 0.15 348.37 0.57 0.66
Hex DA 78 8B 0 2D 24 F 15C 39 42
Octal 332 170 213 0 55 44 17 534 71 102
Binary 11011010 1111000 10001011 0 101101 100100 1111 101011100 111001 1000010

Color Harmonies of #DA788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA788B

Black with #DA788B

Text Example


Text Example

White with #DA788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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