Html Css Color HEX #D76FAC Hopbush

📋 copy color: '#D76FAC'

red 215 ◦ green 111 ◦ blue 172

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

Shades of Hopbush #D76FAC

Tints of Hopbush #D76FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.29%

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

R = 43.17%
G = 22.29%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D76FAC (or 0xD76FAC) is known color: Hopbush. HEX triplet: D7, 6F and AC. RGB value is (215,111,172). Sum of RGB (Red+Green+Blue) = 215+111+172=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FAC is #289053. Grayscale: #949494. Windows color (decimal): -2658388 or 11300823. OLE color: 11300823.

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

Color convert

RGB 215 111 172 -
CMYK 0 0.48 0.2 0.16
HSL 324.81º 0.57% 0.64% -
HSV(B) 324.81º 0.48% 0.84% -
XYZ 41.16 28.79 42.42 -
YUV 149.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 215 111 172 0 0.48 0.2 0.16 324.81 0.57 0.64
Hex D7 6F AC 0 30 14 10 145 39 40
Octal 327 157 254 0 60 24 20 505 71 100
Binary 11010111 1101111 10101100 0 110000 10100 10000 101000101 111001 1000000

Color Harmonies of #D76FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FAC

Black with #D76FAC

Text Example


Text Example

White with #D76FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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