Html Css Color HEX #D6778D Charm

📋 copy color: '#D6778D'

red 214 ◦ green 119 ◦ blue 141

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

Shades of Charm #D6778D

Tints of Charm #D6778D

RGB

 RED value IS 214 (83.98% from 255) = 45.15%

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

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

R = 45.15%
G = 25.11%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6778D (or 0xD6778D) is known color: Charm. HEX triplet: D6, 77 and 8D. RGB value is (214,119,141). Sum of RGB (Red+Green+Blue) = 214+119+141=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6778D is #298872. Grayscale: #959595. Windows color (decimal): -2721907 or 9271254. OLE color: 9271254.

HSL color Cylindrical-coordinate representation of color #D6778D: hue angle of 346.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6778D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 141 -
CMYK 0 0.44 0.34 0.16
HSL 346.11º 0.54% 0.65% -
HSV(B) 346.11º 0.44% 0.84% -
XYZ 39.14 29.41 28.81 -
YUV 149.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 214 119 141 0 0.44 0.34 0.16 346.11 0.54 0.65
Hex D6 77 8D 0 2C 22 10 15A 36 41
Octal 326 167 215 0 54 42 20 532 66 101
Binary 11010110 1110111 10001101 0 101100 100010 10000 101011010 110110 1000001

Color Harmonies of #D6778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6778D

Black with #D6778D

Text Example


Text Example

White with #D6778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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