Html Css Color HEX #D76C9B Hopbush

📋 copy color: '#D76C9B'

red 215 ◦ green 108 ◦ blue 155

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

Shades of Hopbush #D76C9B

Tints of Hopbush #D76C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 44.98%
G = 22.59%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D76C9B (or 0xD76C9B) is known color: Hopbush. HEX triplet: D7, 6C and 9B. RGB value is (215,108,155). Sum of RGB (Red+Green+Blue) = 215+108+155=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C9B is #289364. Grayscale: #919191. Windows color (decimal): -2659173 or 10185943. OLE color: 10185943.

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

Color convert

RGB 215 108 155 -
CMYK 0 0.50 0.28 0.16
HSL 333.64º 0.57% 0.63% -
HSV(B) 333.64º 0.5% 0.84% -
XYZ 39.3 27.54 34.25 -
YUV 145.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 215 108 155 0 0.50 0.28 0.16 333.64 0.57 0.63
Hex D7 6C 9B 0 32 1C 10 14E 39 3F
Octal 327 154 233 0 62 34 20 516 71 77
Binary 11010111 1101100 10011011 0 110010 11100 10000 101001110 111001 111111

Color Harmonies of #D76C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C9B

Black with #D76C9B

Text Example


Text Example

White with #D76C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C9B; }

 p { color: rgb(215,108,155); }

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

background-color css

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

 a { background-color: rgb(215,108,155); }

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

border-color css

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

 span { border-color: rgb(215,108,155); }

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