Html Css Color HEX #D0778C Charm

📋 copy color: '#D0778C'

red 208 ◦ green 119 ◦ blue 140

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

Shades of Charm #D0778C

Tints of Charm #D0778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 44.54%
G = 25.48%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0778C (or 0xD0778C) is known color: Charm. HEX triplet: D0, 77 and 8C. RGB value is (208,119,140). Sum of RGB (Red+Green+Blue) = 208+119+140=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0778C is #2F8873. Grayscale: #949494. Windows color (decimal): -3115124 or 9205712. OLE color: 9205712.

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

Color convert

RGB 208 119 140 -
CMYK 0 0.43 0.33 0.18
HSL 345.84º 0.49% 0.64% -
HSV(B) 345.84º 0.43% 0.82% -
XYZ 37.34 28.5 28.34 -
YUV 148.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 208 119 140 0 0.43 0.33 0.18 345.84 0.49 0.64
Hex D0 77 8C 0 2B 21 12 15A 31 40
Octal 320 167 214 0 53 41 22 532 61 100
Binary 11010000 1110111 10001100 0 101011 100001 10010 101011010 110001 1000000

Color Harmonies of #D0778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0778C

Black with #D0778C

Text Example


Text Example

White with #D0778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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