Html Css Color HEX #D077AA Hopbush

📋 copy color: '#D077AA'

red 208 ◦ green 119 ◦ blue 170

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

Shades of Hopbush #D077AA

Tints of Hopbush #D077AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 41.85%
G = 23.94%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D077AA (or 0xD077AA) is known color: Hopbush. HEX triplet: D0, 77 and AA. RGB value is (208,119,170). Sum of RGB (Red+Green+Blue) = 208+119+170=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D077AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077AA is #2F8855. Grayscale: #979797. Windows color (decimal): -3115094 or 11171792. OLE color: 11171792.

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

Color convert

RGB 208 119 170 -
CMYK 0 0.43 0.18 0.18
HSL 325.62º 0.49% 0.64% -
HSV(B) 325.62º 0.43% 0.82% -
XYZ 39.86 29.51 41.62 -
YUV 151.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 208 119 170 0 0.43 0.18 0.18 325.62 0.49 0.64
Hex D0 77 AA 0 2B 12 12 146 31 40
Octal 320 167 252 0 53 22 22 506 61 100
Binary 11010000 1110111 10101010 0 101011 10010 10010 101000110 110001 1000000

Color Harmonies of #D077AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077AA

Black with #D077AA

Text Example


Text Example

White with #D077AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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