Html Css Color HEX #D077AB Hopbush

📋 copy color: '#D077AB'

red 208 ◦ green 119 ◦ blue 171

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

Shades of Hopbush #D077AB

Tints of Hopbush #D077AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 41.77%
G = 23.9%
B = 34.34%

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

#D077AB (or 0xD077AB) is known color: Hopbush. HEX triplet: D0, 77 and AB. RGB value is (208,119,171). Sum of RGB (Red+Green+Blue) = 208+119+171=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D077AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D077AB is #2F8854. Grayscale: #979797. Windows color (decimal): -3115093 or 11237328. OLE color: 11237328.

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

Color convert

RGB 208 119 171 -
CMYK 0 0.43 0.18 0.18
HSL 324.94º 0.49% 0.64% -
HSV(B) 324.94º 0.43% 0.82% -
XYZ 39.96 29.54 42.12 -
YUV 151.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 208 119 171 0 0.43 0.18 0.18 324.94 0.49 0.64
Hex D0 77 AB 0 2B 12 12 145 31 40
Octal 320 167 253 0 53 22 22 505 61 100
Binary 11010000 1110111 10101011 0 101011 10010 10010 101000101 110001 1000000

Color Harmonies of #D077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077AB

Black with #D077AB

Text Example


Text Example

White with #D077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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