Html Css Color HEX #D076AC Hopbush

📋 copy color: '#D076AC'

red 208 ◦ green 118 ◦ blue 172

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

Shades of Hopbush #D076AC

Tints of Hopbush #D076AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.54%

R = 41.77%
G = 23.69%
B = 34.54%

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

#D076AC (or 0xD076AC) is known color: Hopbush. HEX triplet: D0, 76 and AC. RGB value is (208,118,172). Sum of RGB (Red+Green+Blue) = 208+118+172=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D076AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076AC is #2F8953. Grayscale: #969696. Windows color (decimal): -3115348 or 11302608. OLE color: 11302608.

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

Color convert

RGB 208 118 172 -
CMYK 0 0.43 0.17 0.18
HSL 324º 0.49% 0.64% -
HSV(B) 324º 0.43% 0.82% -
XYZ 39.94 29.35 42.59 -
YUV 151.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 208 118 172 0 0.43 0.17 0.18 324 0.49 0.64
Hex D0 76 AC 0 2B 11 12 144 31 40
Octal 320 166 254 0 53 21 22 504 61 100
Binary 11010000 1110110 10101100 0 101011 10001 10010 101000100 110001 1000000

Color Harmonies of #D076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076AC

Black with #D076AC

Text Example


Text Example

White with #D076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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