Html Css Color HEX #D8778D Charm

📋 copy color: '#D8778D'

red 216 ◦ green 119 ◦ blue 141

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

Shades of Charm #D8778D

Tints of Charm #D8778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 45.38%
G = 25%
B = 29.62%

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

#D8778D (or 0xD8778D) is known color: Charm. HEX triplet: D8, 77 and 8D. RGB value is (216,119,141). Sum of RGB (Red+Green+Blue) = 216+119+141=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8778D is #278872. Grayscale: #969696. Windows color (decimal): -2590835 or 9271256. OLE color: 9271256.

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

Color convert

RGB 216 119 141 -
CMYK 0 0.45 0.35 0.15
HSL 346.39º 0.55% 0.66% -
HSV(B) 346.39º 0.45% 0.85% -
XYZ 39.72 29.72 28.84 -
YUV 150.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 216 119 141 0 0.45 0.35 0.15 346.39 0.55 0.66
Hex D8 77 8D 0 2D 23 F 15A 37 42
Octal 330 167 215 0 55 43 17 532 67 102
Binary 11011000 1110111 10001101 0 101101 100011 1111 101011010 110111 1000010

Color Harmonies of #D8778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8778D

Black with #D8778D

Text Example


Text Example

White with #D8778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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