Html Css Color HEX #DA788E Charm

📋 copy color: '#DA788E'

red 218 ◦ green 120 ◦ blue 142

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

Shades of Charm #DA788E

Tints of Charm #DA788E

RGB

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

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

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

R = 45.42%
G = 25%
B = 29.58%

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

#DA788E (or 0xDA788E) is known color: Charm. HEX triplet: DA, 78 and 8E. RGB value is (218,120,142). Sum of RGB (Red+Green+Blue) = 218+120+142=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA788E is #258771. Grayscale: #979797. Windows color (decimal): -2459506 or 9337050. OLE color: 9337050.

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

Color convert

RGB 218 120 142 -
CMYK 0 0.45 0.35 0.15
HSL 346.53º 0.57% 0.66% -
HSV(B) 346.53º 0.45% 0.85% -
XYZ 40.51 30.29 29.3 -
YUV 151.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 218 120 142 0 0.45 0.35 0.15 346.53 0.57 0.66
Hex DA 78 8E 0 2D 23 F 15B 39 42
Octal 332 170 216 0 55 43 17 533 71 102
Binary 11011010 1111000 10001110 0 101101 100011 1111 101011011 111001 1000010

Color Harmonies of #DA788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA788E

Black with #DA788E

Text Example


Text Example

White with #DA788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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