Html Css Color HEX #D8778C Charm

📋 copy color: '#D8778C'

red 216 ◦ green 119 ◦ blue 140

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

Shades of Charm #D8778C

Tints of Charm #D8778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 45.47%
G = 25.05%
B = 29.47%

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

#D8778C (or 0xD8778C) is known color: Charm. HEX triplet: D8, 77 and 8C. RGB value is (216,119,140). Sum of RGB (Red+Green+Blue) = 216+119+140=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778C is #278873. Grayscale: #969696. Windows color (decimal): -2590836 or 9205720. OLE color: 9205720.

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

Color convert

RGB 216 119 140 -
CMYK 0 0.45 0.35 0.15
HSL 347.01º 0.55% 0.66% -
HSV(B) 347.01º 0.45% 0.85% -
XYZ 39.65 29.69 28.45 -
YUV 150.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 216 119 140 0 0.45 0.35 0.15 347.01 0.55 0.66
Hex D8 77 8C 0 2D 23 F 15B 37 42
Octal 330 167 214 0 55 43 17 533 67 102
Binary 11011000 1110111 10001100 0 101101 100011 1111 101011011 110111 1000010

Color Harmonies of #D8778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8778C

Black with #D8778C

Text Example


Text Example

White with #D8778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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