Html Css Color HEX #D8778B Charm

📋 copy color: '#D8778B'

red 216 ◦ green 119 ◦ blue 139

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

Shades of Charm #D8778B

Tints of Charm #D8778B

RGB

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

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

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

R = 45.57%
G = 25.11%
B = 29.32%

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

#D8778B (or 0xD8778B) is known color: Charm. HEX triplet: D8, 77 and 8B. RGB value is (216,119,139). Sum of RGB (Red+Green+Blue) = 216+119+139=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778B is #278874. Grayscale: #969696. Windows color (decimal): -2590837 or 9140184. OLE color: 9140184.

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

Color convert

RGB 216 119 139 -
CMYK 0 0.45 0.36 0.15
HSL 347.63º 0.55% 0.66% -
HSV(B) 347.63º 0.45% 0.85% -
XYZ 39.58 29.66 28.06 -
YUV 150.28 121.64 174.87 -
System Red Green Blue C M Y K H S L
Decimal 216 119 139 0 0.45 0.36 0.15 347.63 0.55 0.66
Hex D8 77 8B 0 2D 24 F 15C 37 42
Octal 330 167 213 0 55 44 17 534 67 102
Binary 11011000 1110111 10001011 0 101101 100100 1111 101011100 110111 1000010

Color Harmonies of #D8778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8778B

Black with #D8778B

Text Example


Text Example

White with #D8778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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