Html Css Color HEX #D76BA6 Hopbush

📋 copy color: '#D76BA6'

red 215 ◦ green 107 ◦ blue 166

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

Shades of Hopbush #D76BA6

Tints of Hopbush #D76BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.02%

R = 44.06%
G = 21.93%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D76BA6 (or 0xD76BA6) is known color: Hopbush. HEX triplet: D7, 6B and A6. RGB value is (215,107,166). Sum of RGB (Red+Green+Blue) = 215+107+166=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA6 is #289459. Grayscale: #919191. Windows color (decimal): -2659418 or 10906583. OLE color: 10906583.

HSL color Cylindrical-coordinate representation of color #D76BA6: hue angle of 327.22º 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 #D76BA6 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 166 -
CMYK 0 0.50 0.23 0.16
HSL 327.22º 0.57% 0.63% -
HSV(B) 327.22º 0.5% 0.84% -
XYZ 40.16 27.72 39.31 -
YUV 146.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 215 107 166 0 0.50 0.23 0.16 327.22 0.57 0.63
Hex D7 6B A6 0 32 17 10 147 39 3F
Octal 327 153 246 0 62 27 20 507 71 77
Binary 11010111 1101011 10100110 0 110010 10111 10000 101000111 111001 111111

Color Harmonies of #D76BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BA6

Black with #D76BA6

Text Example


Text Example

White with #D76BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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