Html Css Color HEX #D8778E Charm

📋 copy color: '#D8778E'

red 216 ◦ green 119 ◦ blue 142

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

Shades of Charm #D8778E

Tints of Charm #D8778E

RGB

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

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

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

R = 45.28%
G = 24.95%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8778E (or 0xD8778E) is known color: Charm. HEX triplet: D8, 77 and 8E. RGB value is (216,119,142). Sum of RGB (Red+Green+Blue) = 216+119+142=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778E is #278871. Grayscale: #969696. Windows color (decimal): -2590834 or 9336792. OLE color: 9336792.

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

Color convert

RGB 216 119 142 -
CMYK 0 0.45 0.34 0.15
HSL 345.77º 0.55% 0.66% -
HSV(B) 345.77º 0.45% 0.85% -
XYZ 39.8 29.75 29.24 -
YUV 150.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 216 119 142 0 0.45 0.34 0.15 345.77 0.55 0.66
Hex D8 77 8E 0 2D 22 F 15A 37 42
Octal 330 167 216 0 55 42 17 532 67 102
Binary 11011000 1110111 10001110 0 101101 100010 1111 101011010 110111 1000010

Color Harmonies of #D8778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8778E

Black with #D8778E

Text Example


Text Example

White with #D8778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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