Html Css Color HEX #D76BAC Hopbush

📋 copy color: '#D76BAC'

red 215 ◦ green 107 ◦ blue 172

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

Shades of Hopbush #D76BAC

Tints of Hopbush #D76BAC

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 43.52%
G = 21.66%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D76BAC (or 0xD76BAC) is known color: Hopbush. HEX triplet: D7, 6B and AC. RGB value is (215,107,172). Sum of RGB (Red+Green+Blue) = 215+107+172=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BAC is #289453. Grayscale: #929292. Windows color (decimal): -2659412 or 11299799. OLE color: 11299799.

HSL color Cylindrical-coordinate representation of color #D76BAC: hue angle of 323.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76BAC is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 172 -
CMYK 0 0.50 0.2 0.16
HSL 323.89º 0.57% 0.63% -
HSV(B) 323.89º 0.5% 0.84% -
XYZ 40.73 27.94 42.28 -
YUV 146.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 215 107 172 0 0.50 0.2 0.16 323.89 0.57 0.63
Hex D7 6B AC 0 32 14 10 144 39 3F
Octal 327 153 254 0 62 24 20 504 71 77
Binary 11010111 1101011 10101100 0 110010 10100 10000 101000100 111001 111111

Color Harmonies of #D76BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BAC

Black with #D76BAC

Text Example


Text Example

White with #D76BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BAC; }

 p { color: rgb(215,107,172); }

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

background-color css

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

 a { background-color: rgb(215,107,172); }

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

border-color css

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

 span { border-color: rgb(215,107,172); }

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