Html Css Color HEX #D76BA4 Hopbush

📋 copy color: '#D76BA4'

red 215 ◦ green 107 ◦ blue 164

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

Shades of Hopbush #D76BA4

Tints of Hopbush #D76BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 44.24%
G = 22.02%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D76BA4 (or 0xD76BA4) is known color: Hopbush. HEX triplet: D7, 6B and A4. RGB value is (215,107,164). Sum of RGB (Red+Green+Blue) = 215+107+164=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BA4 is #28945B. Grayscale: #919191. Windows color (decimal): -2659420 or 10775511. OLE color: 10775511.

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

Color convert

RGB 215 107 164 -
CMYK 0 0.50 0.24 0.16
HSL 328.33º 0.57% 0.63% -
HSV(B) 328.33º 0.5% 0.84% -
XYZ 39.98 27.64 38.35 -
YUV 145.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 215 107 164 0 0.50 0.24 0.16 328.33 0.57 0.63
Hex D7 6B A4 0 32 18 10 148 39 3F
Octal 327 153 244 0 62 30 20 510 71 77
Binary 11010111 1101011 10100100 0 110010 11000 10000 101001000 111001 111111

Color Harmonies of #D76BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BA4

Black with #D76BA4

Text Example


Text Example

White with #D76BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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