Html Css Color HEX #D76AB2 Hopbush

📋 copy color: '#D76AB2'

red 215 ◦ green 106 ◦ blue 178

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

Shades of Hopbush #D76AB2

Tints of Hopbush #D76AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.67%

R = 43.09%
G = 21.24%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D76AB2 (or 0xD76AB2) is known color: Hopbush. HEX triplet: D7, 6A and B2. RGB value is (215,106,178). Sum of RGB (Red+Green+Blue) = 215+106+178=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76AB2 is #28954D. Grayscale: #929292. Windows color (decimal): -2659662 or 11692759. OLE color: 11692759.

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

Color convert

RGB 215 106 178 -
CMYK 0 0.51 0.17 0.16
HSL 320.37º 0.58% 0.63% -
HSV(B) 320.37º 0.51% 0.84% -
XYZ 41.21 27.97 45.35 -
YUV 146.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 215 106 178 0 0.51 0.17 0.16 320.37 0.58 0.63
Hex D7 6A B2 0 33 11 10 140 3A 3F
Octal 327 152 262 0 63 21 20 500 72 77
Binary 11010111 1101010 10110010 0 110011 10001 10000 101000000 111010 111111

Color Harmonies of #D76AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AB2

Black with #D76AB2

Text Example


Text Example

White with #D76AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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