Html Css Color HEX #D76AB1 Hopbush

📋 copy color: '#D76AB1'

red 215 ◦ green 106 ◦ blue 177

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

Shades of Hopbush #D76AB1

Tints of Hopbush #D76AB1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.29%

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 43.17%
G = 21.29%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D76AB1 (or 0xD76AB1) is known color: Hopbush. HEX triplet: D7, 6A and B1. RGB value is (215,106,177). Sum of RGB (Red+Green+Blue) = 215+106+177=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AB1 is #28954E. Grayscale: #929292. Windows color (decimal): -2659663 or 11627223. OLE color: 11627223.

HSL color Cylindrical-coordinate representation of color #D76AB1: hue angle of 320.92º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AB1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 177 -
CMYK 0 0.51 0.18 0.16
HSL 320.92º 0.58% 0.63% -
HSV(B) 320.92º 0.51% 0.84% -
XYZ 41.11 27.93 44.82 -
YUV 146.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 215 106 177 0 0.51 0.18 0.16 320.92 0.58 0.63
Hex D7 6A B1 0 33 12 10 141 3A 3F
Octal 327 152 261 0 63 22 20 501 72 77
Binary 11010111 1101010 10110001 0 110011 10010 10000 101000001 111010 111111

Color Harmonies of #D76AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AB1

Black with #D76AB1

Text Example


Text Example

White with #D76AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AB1; }

 p { color: rgb(215,106,177); }

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

background-color css

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

 a { background-color: rgb(215,106,177); }

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

border-color css

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

 span { border-color: rgb(215,106,177); }

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