Html Css Color HEX #D76DAA Hopbush

📋 copy color: '#D76DAA'

red 215 ◦ green 109 ◦ blue 170

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

Shades of Hopbush #D76DAA

Tints of Hopbush #D76DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 43.52%
G = 22.06%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D76DAA (or 0xD76DAA) is known color: Hopbush. HEX triplet: D7, 6D and AA. RGB value is (215,109,170). Sum of RGB (Red+Green+Blue) = 215+109+170=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DAA is #289255. Grayscale: #939393. Windows color (decimal): -2658902 or 11169239. OLE color: 11169239.

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

Color convert

RGB 215 109 170 -
CMYK 0 0.49 0.21 0.16
HSL 325.47º 0.57% 0.64% -
HSV(B) 325.47º 0.49% 0.84% -
XYZ 40.75 28.29 41.34 -
YUV 147.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 215 109 170 0 0.49 0.21 0.16 325.47 0.57 0.64
Hex D7 6D AA 0 31 15 10 145 39 40
Octal 327 155 252 0 61 25 20 505 71 100
Binary 11010111 1101101 10101010 0 110001 10101 10000 101000101 111001 1000000

Color Harmonies of #D76DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DAA

Black with #D76DAA

Text Example


Text Example

White with #D76DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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