Html Css Color HEX #D76696 Hopbush

📋 copy color: '#D76696'

red 215 ◦ green 102 ◦ blue 150

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

Shades of Hopbush #D76696

Tints of Hopbush #D76696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 46.04%
G = 21.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76696 (or 0xD76696) is known color: Hopbush. HEX triplet: D7, 66 and 96. RGB value is (215,102,150). Sum of RGB (Red+Green+Blue) = 215+102+150=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D76696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76696 is #289969. Grayscale: #8D8D8D. Windows color (decimal): -2660714 or 9856727. OLE color: 9856727.

HSL color Cylindrical-coordinate representation of color #D76696: hue angle of 334.51º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76696 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 150 -
CMYK 0 0.53 0.30 0.16
HSL 334.51º 0.59% 0.62% -
HSV(B) 334.51º 0.53% 0.84% -
XYZ 38.28 26.15 31.88 -
YUV 141.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 215 102 150 0 0.53 0.30 0.16 334.51 0.59 0.62
Hex D7 66 96 0 35 1E 10 14F 3B 3E
Octal 327 146 226 0 65 36 20 517 73 76
Binary 11010111 1100110 10010110 0 110101 11110 10000 101001111 111011 111110

Color Harmonies of #D76696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76696

Black with #D76696

Text Example


Text Example

White with #D76696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76696; }

 p { color: rgb(215,102,150); }

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

background-color css

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

 a { background-color: rgb(215,102,150); }

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

border-color css

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

 span { border-color: rgb(215,102,150); }

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