Html Css Color HEX #DA788D Charm

📋 copy color: '#DA788D'

red 218 ◦ green 120 ◦ blue 141

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

Shades of Charm #DA788D

Tints of Charm #DA788D

RGB

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

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

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

R = 45.51%
G = 25.05%
B = 29.44%

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

#DA788D (or 0xDA788D) is known color: Charm. HEX triplet: DA, 78 and 8D. RGB value is (218,120,141). Sum of RGB (Red+Green+Blue) = 218+120+141=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788D is #258772. Grayscale: #979797. Windows color (decimal): -2459507 or 9271514. OLE color: 9271514.

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

Color convert

RGB 218 120 141 -
CMYK 0 0.45 0.35 0.15
HSL 347.14º 0.57% 0.66% -
HSV(B) 347.14º 0.45% 0.85% -
XYZ 40.44 30.26 28.91 -
YUV 151.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 218 120 141 0 0.45 0.35 0.15 347.14 0.57 0.66
Hex DA 78 8D 0 2D 23 F 15B 39 42
Octal 332 170 215 0 55 43 17 533 71 102
Binary 11011010 1111000 10001101 0 101101 100011 1111 101011011 111001 1000010

Color Harmonies of #DA788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA788D

Black with #DA788D

Text Example


Text Example

White with #DA788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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