Html Css Color HEX #D076AB Hopbush

📋 copy color: '#D076AB'

red 208 ◦ green 118 ◦ blue 171

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

Shades of Hopbush #D076AB

Tints of Hopbush #D076AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.74%

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

R = 41.85%
G = 23.74%
B = 34.41%

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

#D076AB (or 0xD076AB) is known color: Hopbush. HEX triplet: D0, 76 and AB. RGB value is (208,118,171). Sum of RGB (Red+Green+Blue) = 208+118+171=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D076AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076AB is #2F8954. Grayscale: #969696. Windows color (decimal): -3115349 or 11237072. OLE color: 11237072.

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

Color convert

RGB 208 118 171 -
CMYK 0 0.43 0.18 0.18
HSL 324.67º 0.49% 0.64% -
HSV(B) 324.67º 0.43% 0.82% -
XYZ 39.84 29.31 42.09 -
YUV 150.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 208 118 171 0 0.43 0.18 0.18 324.67 0.49 0.64
Hex D0 76 AB 0 2B 12 12 145 31 40
Octal 320 166 253 0 53 22 22 505 61 100
Binary 11010000 1110110 10101011 0 101011 10010 10010 101000101 110001 1000000

Color Harmonies of #D076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076AB

Black with #D076AB

Text Example


Text Example

White with #D076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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