Html Css Color HEX #D76BA5 Hopbush

📋 copy color: '#D76BA5'

red 215 ◦ green 107 ◦ blue 165

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

Shades of Hopbush #D76BA5

Tints of Hopbush #D76BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 44.15%
G = 21.97%
B = 33.88%

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

#D76BA5 (or 0xD76BA5) is known color: Hopbush. HEX triplet: D7, 6B and A5. RGB value is (215,107,165). Sum of RGB (Red+Green+Blue) = 215+107+165=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA5 is #28945A. Grayscale: #919191. Windows color (decimal): -2659419 or 10841047. OLE color: 10841047.

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

Color convert

RGB 215 107 165 -
CMYK 0 0.50 0.23 0.16
HSL 327.78º 0.57% 0.63% -
HSV(B) 327.78º 0.5% 0.84% -
XYZ 40.07 27.68 38.83 -
YUV 145.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 215 107 165 0 0.50 0.23 0.16 327.78 0.57 0.63
Hex D7 6B A5 0 32 17 10 148 39 3F
Octal 327 153 245 0 62 27 20 510 71 77
Binary 11010111 1101011 10100101 0 110010 10111 10000 101001000 111001 111111

Color Harmonies of #D76BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BA5

Black with #D76BA5

Text Example


Text Example

White with #D76BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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