Html Css Color HEX #D8788D Charm

📋 copy color: '#D8788D'

red 216 ◦ green 120 ◦ blue 141

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

Shades of Charm #D8788D

Tints of Charm #D8788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 45.28%
G = 25.16%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8788D (or 0xD8788D) is known color: Charm. HEX triplet: D8, 78 and 8D. RGB value is (216,120,141). Sum of RGB (Red+Green+Blue) = 216+120+141=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8788D is #278772. Grayscale: #979797. Windows color (decimal): -2590579 or 9271512. OLE color: 9271512.

HSL color Cylindrical-coordinate representation of color #D8788D: hue angle of 346.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8788D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 141 -
CMYK 0 0.44 0.35 0.15
HSL 346.88º 0.55% 0.66% -
HSV(B) 346.88º 0.44% 0.85% -
XYZ 39.84 29.95 28.88 -
YUV 151.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 216 120 141 0 0.44 0.35 0.15 346.88 0.55 0.66
Hex D8 78 8D 0 2C 23 F 15B 37 42
Octal 330 170 215 0 54 43 17 533 67 102
Binary 11011000 1111000 10001101 0 101100 100011 1111 101011011 110111 1000010

Color Harmonies of #D8788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8788D

Black with #D8788D

Text Example


Text Example

White with #D8788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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