Html Css Color HEX #D076AA Hopbush

📋 copy color: '#D076AA'

red 208 ◦ green 118 ◦ blue 170

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

Shades of Hopbush #D076AA

Tints of Hopbush #D076AA

RGB

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

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

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

R = 41.94%
G = 23.79%
B = 34.27%

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

#D076AA (or 0xD076AA) is known color: Hopbush. HEX triplet: D0, 76 and AA. RGB value is (208,118,170). Sum of RGB (Red+Green+Blue) = 208+118+170=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D076AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076AA is #2F8955. Grayscale: #969696. Windows color (decimal): -3115350 or 11171536. OLE color: 11171536.

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

Color convert

RGB 208 118 170 -
CMYK 0 0.43 0.18 0.18
HSL 325.33º 0.49% 0.64% -
HSV(B) 325.33º 0.43% 0.82% -
XYZ 39.75 29.27 41.58 -
YUV 150.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 208 118 170 0 0.43 0.18 0.18 325.33 0.49 0.64
Hex D0 76 AA 0 2B 12 12 145 31 40
Octal 320 166 252 0 53 22 22 505 61 100
Binary 11010000 1110110 10101010 0 101011 10010 10010 101000101 110001 1000000

Color Harmonies of #D076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076AA

Black with #D076AA

Text Example


Text Example

White with #D076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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