Html Css Color HEX #D76BAE Hopbush

📋 copy color: '#D76BAE'

red 215 ◦ green 107 ◦ blue 174

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

Shades of Hopbush #D76BAE

Tints of Hopbush #D76BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 43.35%
G = 21.57%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D76BAE (or 0xD76BAE) is known color: Hopbush. HEX triplet: D7, 6B and AE. RGB value is (215,107,174). Sum of RGB (Red+Green+Blue) = 215+107+174=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76BAE is #289451. Grayscale: #929292. Windows color (decimal): -2659410 or 11430871. OLE color: 11430871.

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

Color convert

RGB 215 107 174 -
CMYK 0 0.50 0.19 0.16
HSL 322.78º 0.57% 0.63% -
HSV(B) 322.78º 0.5% 0.84% -
XYZ 40.92 28.02 43.3 -
YUV 146.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 215 107 174 0 0.50 0.19 0.16 322.78 0.57 0.63
Hex D7 6B AE 0 32 13 10 143 39 3F
Octal 327 153 256 0 62 23 20 503 71 77
Binary 11010111 1101011 10101110 0 110010 10011 10000 101000011 111001 111111

Color Harmonies of #D76BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BAE

Black with #D76BAE

Text Example


Text Example

White with #D76BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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