Html Css Color HEX #D0778A Charm

📋 copy color: '#D0778A'

red 208 ◦ green 119 ◦ blue 138

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

Shades of Charm #D0778A

Tints of Charm #D0778A

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 44.73%
G = 25.59%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0778A (or 0xD0778A) is known color: Charm. HEX triplet: D0, 77 and 8A. RGB value is (208,119,138). Sum of RGB (Red+Green+Blue) = 208+119+138=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0778A is #2F8875. Grayscale: #939393. Windows color (decimal): -3115126 or 9074640. OLE color: 9074640.

HSL color Cylindrical-coordinate representation of color #D0778A: hue angle of 347.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0778A is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 138 -
CMYK 0 0.43 0.34 0.18
HSL 347.19º 0.49% 0.64% -
HSV(B) 347.19º 0.43% 0.82% -
XYZ 37.2 28.44 27.57 -
YUV 147.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 208 119 138 0 0.43 0.34 0.18 347.19 0.49 0.64
Hex D0 77 8A 0 2B 22 12 15B 31 40
Octal 320 167 212 0 53 42 22 533 61 100
Binary 11010000 1110111 10001010 0 101011 100010 10010 101011011 110001 1000000

Color Harmonies of #D0778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0778A

Black with #D0778A

Text Example


Text Example

White with #D0778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0778A; }

 p { color: rgb(208,119,138); }

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

background-color css

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

 a { background-color: rgb(208,119,138); }

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

border-color css

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

 span { border-color: rgb(208,119,138); }

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