Html Css Color HEX #D76496 Hopbush

📋 copy color: '#D76496'

red 215 ◦ green 100 ◦ blue 150

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

Shades of Hopbush #D76496

Tints of Hopbush #D76496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

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

R = 46.24%
G = 21.51%
B = 32.26%

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

#D76496 (or 0xD76496) is known color: Hopbush. HEX triplet: D7, 64 and 96. RGB value is (215,100,150). Sum of RGB (Red+Green+Blue) = 215+100+150=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D76496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76496 is #289B69. Grayscale: #8C8C8C. Windows color (decimal): -2661226 or 9856215. OLE color: 9856215.

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

Color convert

RGB 215 100 150 -
CMYK 0 0.53 0.30 0.16
HSL 333.91º 0.59% 0.62% -
HSV(B) 333.91º 0.53% 0.84% -
XYZ 38.09 25.76 31.82 -
YUV 140.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 215 100 150 0 0.53 0.30 0.16 333.91 0.59 0.62
Hex D7 64 96 0 35 1E 10 14E 3B 3E
Octal 327 144 226 0 65 36 20 516 73 76
Binary 11010111 1100100 10010110 0 110101 11110 10000 101001110 111011 111110

Color Harmonies of #D76496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76496

Black with #D76496

Text Example


Text Example

White with #D76496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76496; }

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

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

background-color css

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

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

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

border-color css

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

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

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