Html Css Color HEX #D76CAC Hopbush

📋 copy color: '#D76CAC'

red 215 ◦ green 108 ◦ blue 172

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

Shades of Hopbush #D76CAC

Tints of Hopbush #D76CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

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

R = 43.43%
G = 21.82%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D76CAC (or 0xD76CAC) is known color: Hopbush. HEX triplet: D7, 6C and AC. RGB value is (215,108,172). Sum of RGB (Red+Green+Blue) = 215+108+172=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CAC is #289353. Grayscale: #939393. Windows color (decimal): -2659156 or 11300055. OLE color: 11300055.

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

Color convert

RGB 215 108 172 -
CMYK 0 0.50 0.2 0.16
HSL 324.11º 0.57% 0.63% -
HSV(B) 324.11º 0.5% 0.84% -
XYZ 40.83 28.15 42.31 -
YUV 147.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 215 108 172 0 0.50 0.2 0.16 324.11 0.57 0.63
Hex D7 6C AC 0 32 14 10 144 39 3F
Octal 327 154 254 0 62 24 20 504 71 77
Binary 11010111 1101100 10101100 0 110010 10100 10000 101000100 111001 111111

Color Harmonies of #D76CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CAC

Black with #D76CAC

Text Example


Text Example

White with #D76CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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