Html Css Color HEX #D76DAC Hopbush

📋 copy color: '#D76DAC'

red 215 ◦ green 109 ◦ blue 172

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

Shades of Hopbush #D76DAC

Tints of Hopbush #D76DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 43.35%
G = 21.98%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D76DAC (or 0xD76DAC) is known color: Hopbush. HEX triplet: D7, 6D and AC. RGB value is (215,109,172). Sum of RGB (Red+Green+Blue) = 215+109+172=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DAC is #289253. Grayscale: #939393. Windows color (decimal): -2658900 or 11300311. OLE color: 11300311.

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

Color convert

RGB 215 109 172 -
CMYK 0 0.49 0.2 0.16
HSL 324.34º 0.57% 0.64% -
HSV(B) 324.34º 0.49% 0.84% -
XYZ 40.94 28.36 42.35 -
YUV 147.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 215 109 172 0 0.49 0.2 0.16 324.34 0.57 0.64
Hex D7 6D AC 0 31 14 10 144 39 40
Octal 327 155 254 0 61 24 20 504 71 100
Binary 11010111 1101101 10101100 0 110001 10100 10000 101000100 111001 1000000

Color Harmonies of #D76DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DAC

Black with #D76DAC

Text Example


Text Example

White with #D76DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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