Html Css Color HEX #D76BA0 Hopbush

📋 copy color: '#D76BA0'

red 215 ◦ green 107 ◦ blue 160

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

Shades of Hopbush #D76BA0

Tints of Hopbush #D76BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 44.61%
G = 22.2%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D76BA0 (or 0xD76BA0) is known color: Hopbush. HEX triplet: D7, 6B and A0. RGB value is (215,107,160). Sum of RGB (Red+Green+Blue) = 215+107+160=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA0 is #28945F. Grayscale: #919191. Windows color (decimal): -2659424 or 10513367. OLE color: 10513367.

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

Color convert

RGB 215 107 160 -
CMYK 0 0.50 0.26 0.16
HSL 330.56º 0.57% 0.63% -
HSV(B) 330.56º 0.5% 0.84% -
XYZ 39.63 27.5 36.48 -
YUV 145.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 215 107 160 0 0.50 0.26 0.16 330.56 0.57 0.63
Hex D7 6B A0 0 32 1A 10 14B 39 3F
Octal 327 153 240 0 62 32 20 513 71 77
Binary 11010111 1101011 10100000 0 110010 11010 10000 101001011 111001 111111

Color Harmonies of #D76BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BA0

Black with #D76BA0

Text Example


Text Example

White with #D76BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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