Html Css Color HEX #D76BA9 Hopbush

📋 copy color: '#D76BA9'

red 215 ◦ green 107 ◦ blue 169

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

Shades of Hopbush #D76BA9

Tints of Hopbush #D76BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.42%

R = 43.79%
G = 21.79%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D76BA9 (or 0xD76BA9) is known color: Hopbush. HEX triplet: D7, 6B and A9. RGB value is (215,107,169). Sum of RGB (Red+Green+Blue) = 215+107+169=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA9 is #289456. Grayscale: #929292. Windows color (decimal): -2659415 or 11103191. OLE color: 11103191.

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

Color convert

RGB 215 107 169 -
CMYK 0 0.50 0.21 0.16
HSL 325.56º 0.57% 0.63% -
HSV(B) 325.56º 0.5% 0.84% -
XYZ 40.44 27.83 40.78 -
YUV 146.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 215 107 169 0 0.50 0.21 0.16 325.56 0.57 0.63
Hex D7 6B A9 0 32 15 10 146 39 3F
Octal 327 153 251 0 62 25 20 506 71 77
Binary 11010111 1101011 10101001 0 110010 10101 10000 101000110 111001 111111

Color Harmonies of #D76BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BA9

Black with #D76BA9

Text Example


Text Example

White with #D76BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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