Html Css Color HEX #D76DA1 Hopbush

📋 copy color: '#D76DA1'

red 215 ◦ green 109 ◦ blue 161

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

Shades of Hopbush #D76DA1

Tints of Hopbush #D76DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 161 (63.28% from 255) = 33.2%

R = 44.33%
G = 22.47%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D76DA1 (or 0xD76DA1) is known color: Hopbush. HEX triplet: D7, 6D and A1. RGB value is (215,109,161). Sum of RGB (Red+Green+Blue) = 215+109+161=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DA1 is #28925E. Grayscale: #929292. Windows color (decimal): -2658911 or 10579415. OLE color: 10579415.

HSL color Cylindrical-coordinate representation of color #D76DA1: hue angle of 330.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DA1 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 109 161 -
CMYK 0 0.49 0.25 0.16
HSL 330.57º 0.57% 0.64% -
HSV(B) 330.57º 0.49% 0.84% -
XYZ 39.93 27.96 37.01 -
YUV 146.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 215 109 161 0 0.49 0.25 0.16 330.57 0.57 0.64
Hex D7 6D A1 0 31 19 10 14B 39 40
Octal 327 155 241 0 61 31 20 513 71 100
Binary 11010111 1101101 10100001 0 110001 11001 10000 101001011 111001 1000000

Color Harmonies of #D76DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DA1

Black with #D76DA1

Text Example


Text Example

White with #D76DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DA1; }

 p { color: rgb(215,109,161); }

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

background-color css

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

 a { background-color: rgb(215,109,161); }

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

border-color css

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

 span { border-color: rgb(215,109,161); }

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