Html Css Color HEX #D76AA2 Hopbush

📋 copy color: '#D76AA2'

red 215 ◦ green 106 ◦ blue 162

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

Shades of Hopbush #D76AA2

Tints of Hopbush #D76AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 44.51%
G = 21.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D76AA2 (or 0xD76AA2) is known color: Hopbush. HEX triplet: D7, 6A and A2. RGB value is (215,106,162). Sum of RGB (Red+Green+Blue) = 215+106+162=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AA2 is #28955D. Grayscale: #909090. Windows color (decimal): -2659678 or 10644183. OLE color: 10644183.

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

Color convert

RGB 215 106 162 -
CMYK 0 0.51 0.25 0.16
HSL 329.17º 0.58% 0.63% -
HSV(B) 329.17º 0.51% 0.84% -
XYZ 39.7 27.36 37.37 -
YUV 144.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 215 106 162 0 0.51 0.25 0.16 329.17 0.58 0.63
Hex D7 6A A2 0 33 19 10 149 3A 3F
Octal 327 152 242 0 63 31 20 511 72 77
Binary 11010111 1101010 10100010 0 110011 11001 10000 101001001 111010 111111

Color Harmonies of #D76AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AA2

Black with #D76AA2

Text Example


Text Example

White with #D76AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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