Html Css Color HEX #D76196 Hopbush

📋 copy color: '#D76196'

red 215 ◦ green 97 ◦ blue 150

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

Shades of Hopbush #D76196

Tints of Hopbush #D76196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21%

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

R = 46.54%
G = 21%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D76196 (or 0xD76196) is known color: Hopbush. HEX triplet: D7, 61 and 96. RGB value is (215,97,150). Sum of RGB (Red+Green+Blue) = 215+97+150=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D76196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76196 is #289E69. Grayscale: #8A8A8A. Windows color (decimal): -2661994 or 9855447. OLE color: 9855447.

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

Color convert

RGB 215 97 150 -
CMYK 0 0.55 0.30 0.16
HSL 333.05º 0.6% 0.61% -
HSV(B) 333.05º 0.55% 0.84% -
XYZ 37.8 25.2 31.73 -
YUV 138.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 215 97 150 0 0.55 0.30 0.16 333.05 0.6 0.61
Hex D7 61 96 0 37 1E 10 14D 3C 3D
Octal 327 141 226 0 67 36 20 515 74 75
Binary 11010111 1100001 10010110 0 110111 11110 10000 101001101 111100 111101

Color Harmonies of #D76196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76196

Black with #D76196

Text Example


Text Example

White with #D76196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76196; }

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

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

background-color css

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

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

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

border-color css

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

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

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