Html Css Color HEX #D0779B Hopbush

📋 copy color: '#D0779B'

red 208 ◦ green 119 ◦ blue 155

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

Shades of Hopbush #D0779B

Tints of Hopbush #D0779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 43.15%
G = 24.69%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0779B (or 0xD0779B) is known color: Hopbush. HEX triplet: D0, 77 and 9B. RGB value is (208,119,155). Sum of RGB (Red+Green+Blue) = 208+119+155=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0779B is #2F8864. Grayscale: #959595. Windows color (decimal): -3115109 or 10188752. OLE color: 10188752.

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

Color convert

RGB 208 119 155 -
CMYK 0 0.43 0.25 0.18
HSL 335.73º 0.49% 0.64% -
HSV(B) 335.73º 0.43% 0.82% -
XYZ 38.53 28.97 34.57 -
YUV 149.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 208 119 155 0 0.43 0.25 0.18 335.73 0.49 0.64
Hex D0 77 9B 0 2B 19 12 150 31 40
Octal 320 167 233 0 53 31 22 520 61 100
Binary 11010000 1110111 10011011 0 101011 11001 10010 101010000 110001 1000000

Color Harmonies of #D0779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0779B

Black with #D0779B

Text Example


Text Example

White with #D0779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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