Html Css Color HEX #D76296 Hopbush

📋 copy color: '#D76296'

red 215 ◦ green 98 ◦ blue 150

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

Shades of Hopbush #D76296

Tints of Hopbush #D76296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 46.44%
G = 21.17%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76296 (or 0xD76296) is known color: Hopbush. HEX triplet: D7, 62 and 96. RGB value is (215,98,150). Sum of RGB (Red+Green+Blue) = 215+98+150=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D76296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76296 is #289D69. Grayscale: #8A8A8A. Windows color (decimal): -2661738 or 9855703. OLE color: 9855703.

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

Color convert

RGB 215 98 150 -
CMYK 0 0.54 0.30 0.16
HSL 333.33º 0.59% 0.61% -
HSV(B) 333.33º 0.54% 0.84% -
XYZ 37.9 25.38 31.76 -
YUV 138.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 215 98 150 0 0.54 0.30 0.16 333.33 0.59 0.61
Hex D7 62 96 0 36 1E 10 14D 3B 3D
Octal 327 142 226 0 66 36 20 515 73 75
Binary 11010111 1100010 10010110 0 110110 11110 10000 101001101 111011 111101

Color Harmonies of #D76296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76296

Black with #D76296

Text Example


Text Example

White with #D76296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76296; }

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

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

background-color css

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

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

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

border-color css

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

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

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