Html Css Color HEX #D8778A Charm

📋 copy color: '#D8778A'

red 216 ◦ green 119 ◦ blue 138

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

Shades of Charm #D8778A

Tints of Charm #D8778A

RGB

 RED value IS 216 (84.77% from 255) = 45.67%

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

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 45.67%
G = 25.16%
B = 29.18%

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

#D8778A (or 0xD8778A) is known color: Charm. HEX triplet: D8, 77 and 8A. RGB value is (216,119,138). Sum of RGB (Red+Green+Blue) = 216+119+138=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778A is #278875. Grayscale: #969696. Windows color (decimal): -2590838 or 9074648. OLE color: 9074648.

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

Color convert

RGB 216 119 138 -
CMYK 0 0.45 0.36 0.15
HSL 348.25º 0.55% 0.66% -
HSV(B) 348.25º 0.45% 0.85% -
XYZ 39.5 29.63 27.68 -
YUV 150.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 216 119 138 0 0.45 0.36 0.15 348.25 0.55 0.66
Hex D8 77 8A 0 2D 24 F 15C 37 42
Octal 330 167 212 0 55 44 17 534 67 102
Binary 11011000 1110111 10001010 0 101101 100100 1111 101011100 110111 1000010

Color Harmonies of #D8778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8778A

Black with #D8778A

Text Example


Text Example

White with #D8778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8778A; }

 p { color: rgb(216,119,138); }

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

background-color css

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

 a { background-color: rgb(216,119,138); }

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

border-color css

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

 span { border-color: rgb(216,119,138); }

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