Html Css Color HEX #D076AD Hopbush

📋 copy color: '#D076AD'

red 208 ◦ green 118 ◦ blue 173

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

Shades of Hopbush #D076AD

Tints of Hopbush #D076AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 41.68%
G = 23.65%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D076AD (or 0xD076AD) is known color: Hopbush. HEX triplet: D0, 76 and AD. RGB value is (208,118,173). Sum of RGB (Red+Green+Blue) = 208+118+173=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D076AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076AD is #2F8952. Grayscale: #979797. Windows color (decimal): -3115347 or 11368144. OLE color: 11368144.

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

Color convert

RGB 208 118 173 -
CMYK 0 0.43 0.17 0.18
HSL 323.33º 0.49% 0.64% -
HSV(B) 323.33º 0.43% 0.82% -
XYZ 40.03 29.38 43.1 -
YUV 151.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 208 118 173 0 0.43 0.17 0.18 323.33 0.49 0.64
Hex D0 76 AD 0 2B 11 12 143 31 40
Octal 320 166 255 0 53 21 22 503 61 100
Binary 11010000 1110110 10101101 0 101011 10001 10010 101000011 110001 1000000

Color Harmonies of #D076AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076AD

Black with #D076AD

Text Example


Text Example

White with #D076AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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