Html Css Color HEX #D6778F Charm

📋 copy color: '#D6778F'

red 214 ◦ green 119 ◦ blue 143

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

Shades of Charm #D6778F

Tints of Charm #D6778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 44.96%
G = 25%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6778F (or 0xD6778F) is known color: Charm. HEX triplet: D6, 77 and 8F. RGB value is (214,119,143). Sum of RGB (Red+Green+Blue) = 214+119+143=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6778F is #298870. Grayscale: #969696. Windows color (decimal): -2721905 or 9402326. OLE color: 9402326.

HSL color Cylindrical-coordinate representation of color #D6778F: hue angle of 344.84º 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 #D6778F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 143 -
CMYK 0 0.44 0.33 0.16
HSL 344.84º 0.54% 0.65% -
HSV(B) 344.84º 0.44% 0.84% -
XYZ 39.29 29.47 29.6 -
YUV 150.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 214 119 143 0 0.44 0.33 0.16 344.84 0.54 0.65
Hex D6 77 8F 0 2C 21 10 159 36 41
Octal 326 167 217 0 54 41 20 531 66 101
Binary 11010110 1110111 10001111 0 101100 100001 10000 101011001 110110 1000001

Color Harmonies of #D6778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6778F

Black with #D6778F

Text Example


Text Example

White with #D6778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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